/external/llvm/include/llvm/MC/MCParser/ |
D | MCTargetAsmParser.h | 182 virtual bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
|
/external/llvm-project/llvm/lib/Target/BPF/AsmParser/ |
D | BPFAsmParser.cpp | 36 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, 285 bool BPFAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, in MatchAndEmitInstruction() function in BPFAsmParser
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/AsmParser/ |
D | BPFAsmParser.cpp | 36 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, 283 bool BPFAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, in MatchAndEmitInstruction() function in BPFAsmParser
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/AsmParser/ |
D | MSP430AsmParser.cpp | 43 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, 252 bool MSP430AsmParser::MatchAndEmitInstruction(SMLoc Loc, unsigned &Opcode, in MatchAndEmitInstruction() function in MSP430AsmParser
|
/external/llvm-project/llvm/lib/Target/MSP430/AsmParser/ |
D | MSP430AsmParser.cpp | 43 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, 254 bool MSP430AsmParser::MatchAndEmitInstruction(SMLoc Loc, unsigned &Opcode, in MatchAndEmitInstruction() function in MSP430AsmParser
|
/external/llvm-project/llvm/include/llvm/MC/MCParser/ |
D | MCTargetAsmParser.h | 424 virtual bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/MCParser/ |
D | MCTargetAsmParser.h | 417 virtual bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/AsmParser/ |
D | AVRAsmParser.cpp | 50 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, 315 bool AVRAsmParser::MatchAndEmitInstruction(SMLoc Loc, unsigned &Opcode, in MatchAndEmitInstruction() function in AVRAsmParser
|
/external/llvm-project/llvm/lib/Target/AVR/AsmParser/ |
D | AVRAsmParser.cpp | 50 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, 317 bool AVRAsmParser::MatchAndEmitInstruction(SMLoc Loc, unsigned &Opcode, in MatchAndEmitInstruction() function in AVRAsmParser
|
/external/llvm/lib/Target/SystemZ/AsmParser/ |
D | SystemZAsmParser.cpp | 406 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, 785 bool SystemZAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, in MatchAndEmitInstruction() function in SystemZAsmParser
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/AsmParser/ |
D | LanaiAsmParser.cpp | 71 bool MatchAndEmitInstruction(SMLoc IdLoc, unsigned &Opcode, 650 bool LanaiAsmParser::MatchAndEmitInstruction(SMLoc IdLoc, unsigned &Opcode, in MatchAndEmitInstruction() function in LanaiAsmParser
|
/external/llvm/lib/Target/Lanai/AsmParser/ |
D | LanaiAsmParser.cpp | 53 bool MatchAndEmitInstruction(SMLoc IdLoc, unsigned &Opcode, 632 bool LanaiAsmParser::MatchAndEmitInstruction(SMLoc IdLoc, unsigned &Opcode, in MatchAndEmitInstruction() function in llvm::__anon445e4b130111::LanaiAsmParser
|
/external/llvm-project/llvm/lib/Target/Lanai/AsmParser/ |
D | LanaiAsmParser.cpp | 73 bool MatchAndEmitInstruction(SMLoc IdLoc, unsigned &Opcode, 652 bool LanaiAsmParser::MatchAndEmitInstruction(SMLoc IdLoc, unsigned &Opcode, in MatchAndEmitInstruction() function in LanaiAsmParser
|
/external/llvm/lib/Target/Sparc/AsmParser/ |
D | SparcAsmParser.cpp | 49 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, 542 bool SparcAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, in MatchAndEmitInstruction() function in SparcAsmParser
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/AsmParser/ |
D | SystemZAsmParser.cpp | 454 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, 1241 bool SystemZAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, in MatchAndEmitInstruction() function in SystemZAsmParser
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/AsmParser/ |
D | SparcAsmParser.cpp | 66 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, 580 bool SparcAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, in MatchAndEmitInstruction() function in SparcAsmParser
|
/external/llvm-project/llvm/lib/Target/Sparc/AsmParser/ |
D | SparcAsmParser.cpp | 66 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, 582 bool SparcAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, in MatchAndEmitInstruction() function in SparcAsmParser
|
/external/llvm-project/llvm/lib/Target/SystemZ/AsmParser/ |
D | SystemZAsmParser.cpp | 454 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, 1423 bool SystemZAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, in MatchAndEmitInstruction() function in SystemZAsmParser
|
/external/llvm-project/llvm/lib/Target/VE/AsmParser/ |
D | VEAsmParser.cpp | 53 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, 760 bool VEAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, in MatchAndEmitInstruction() function in VEAsmParser
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/AsmParser/ |
D | RISCVAsmParser.cpp | 71 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, 808 bool RISCVAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, in MatchAndEmitInstruction() function in RISCVAsmParser
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/AsmParser/ |
D | WebAssemblyAsmParser.cpp | 819 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned & /*Opcode*/, in MatchAndEmitInstruction() function in __anon3fc1b0670111::WebAssemblyAsmParser
|
/external/llvm-project/llvm/lib/Target/PowerPC/AsmParser/ |
D | PPCAsmParser.cpp | 126 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, 1165 bool PPCAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, in MatchAndEmitInstruction() function in PPCAsmParser
|
/external/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
D | WebAssemblyAsmParser.cpp | 900 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned & /*Opcode*/, in MatchAndEmitInstruction() function in __anonf4bcd6730111::WebAssemblyAsmParser
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/AsmParser/ |
D | PPCAsmParser.cpp | 128 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, 1134 bool PPCAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, in MatchAndEmitInstruction() function in PPCAsmParser
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/AsmParser/ |
D | HexagonAsmParser.cpp | 131 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, 606 bool HexagonAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, in MatchAndEmitInstruction() function in HexagonAsmParser
|