Home
last modified time | relevance | path

Searched defs:CompareInsn (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp570 struct CompareInsn { struct
571 bool operator() (const InsnMatchEntry &LHS, StringRef RHS) { in operator ()()
574 bool operator() (StringRef LHS, const InsnMatchEntry &RHS) { in operator ()()
577 bool operator() (const InsnMatchEntry &LHS, const InsnMatchEntry &RHS) { in operator ()()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp625 struct CompareInsn { struct
626 bool operator() (const InsnMatchEntry &LHS, StringRef RHS) { in operator ()()
629 bool operator() (StringRef LHS, const InsnMatchEntry &RHS) { in operator ()()
632 bool operator() (const InsnMatchEntry &LHS, const InsnMatchEntry &RHS) { in operator ()()