/external/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 664 bool MatchingInlineAsm = false) { in Error() argument 666 if (MatchingInlineAsm) return true; in Error() 672 bool MatchingInlineAsm = false) { in ErrorAndEatStatement() argument 675 return Error(L, Msg, Ranges, MatchingInlineAsm); in ErrorAndEatStatement() 734 bool MatchingInlineAsm) override; 737 MCStreamer &Out, bool MatchingInlineAsm); 740 bool MatchingInlineAsm); 745 bool MatchingInlineAsm); 750 bool MatchingInlineAsm); 2549 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 846 bool MatchingInlineAsm = false) { in Error() argument 848 if (MatchingInlineAsm) { in Error() 937 bool MatchingInlineAsm) override; 940 MCStreamer &Out, bool MatchingInlineAsm); 943 bool MatchingInlineAsm); 948 bool MatchingInlineAsm); 953 bool MatchingInlineAsm); 3107 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument 3110 MatchingInlineAsm); in MatchAndEmitInstruction() 3112 MatchingInlineAsm); in MatchAndEmitInstruction() [all …]
|
/external/llvm-project/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 1067 bool MatchingInlineAsm = false) { in Error() argument 1069 if (MatchingInlineAsm) { in Error() 1167 bool MatchingInlineAsm) override; 1170 MCStreamer &Out, bool MatchingInlineAsm); 1173 bool MatchingInlineAsm); 1178 bool MatchingInlineAsm); 1183 bool MatchingInlineAsm); 4011 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument 4014 MatchingInlineAsm); in MatchAndEmitInstruction() 4016 MatchingInlineAsm); in MatchAndEmitInstruction() [all …]
|
/external/llvm-project/llvm/lib/Target/BPF/AsmParser/ |
D | BPFAsmParser.cpp | 39 bool MatchingInlineAsm) override; 288 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument 295 switch (MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm)) { in MatchAndEmitInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/AsmParser/ |
D | BPFAsmParser.cpp | 39 bool MatchingInlineAsm) override; 286 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument 293 switch (MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm)) { in MatchAndEmitInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/AsmParser/ |
D | MSP430AsmParser.cpp | 46 bool MatchingInlineAsm) override; 256 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument 259 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm); in MatchAndEmitInstruction()
|
/external/llvm-project/llvm/lib/Target/MSP430/AsmParser/ |
D | MSP430AsmParser.cpp | 46 bool MatchingInlineAsm) override; 258 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument 261 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm); in MatchAndEmitInstruction()
|
/external/llvm/include/llvm/MC/MCParser/ |
D | MCTargetAsmParser.h | 185 bool MatchingInlineAsm) = 0;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/AsmParser/ |
D | AVRAsmParser.cpp | 53 bool MatchingInlineAsm) override; 318 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument 321 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm); in MatchAndEmitInstruction()
|
/external/llvm-project/llvm/lib/Target/AVR/AsmParser/ |
D | AVRAsmParser.cpp | 53 bool MatchingInlineAsm) override; 320 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument 323 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm); in MatchAndEmitInstruction()
|
/external/llvm/lib/Target/SystemZ/AsmParser/ |
D | SystemZAsmParser.cpp | 409 bool MatchingInlineAsm) override; 789 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument 794 MatchingInlineAsm); in MatchAndEmitInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/AsmParser/ |
D | HexagonAsmParser.cpp | 129 bool MatchingInlineAsm); 134 bool MatchingInlineAsm) override; 551 bool MatchingInlineAsm) { in matchOneInstruction() argument 554 MatchInstructionImpl(InstOperands, MCI, ErrorInfo, MatchingInlineAsm); in matchOneInstruction() 610 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument 639 MatchingInlineAsm)) { in MatchAndEmitInstruction()
|
/external/llvm/lib/Target/Hexagon/AsmParser/ |
D | HexagonAsmParser.cpp | 110 bool MatchingInlineAsm); 114 uint64_t &ErrorInfo, bool MatchingInlineAsm) override; 774 bool MatchingInlineAsm) { in matchOneInstruction() argument 777 MatchInstructionImpl(InstOperands, MCI, ErrorInfo, MatchingInlineAsm); in matchOneInstruction() 823 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument 851 MatchingInlineAsm)) in MatchAndEmitInstruction()
|
/external/llvm-project/llvm/lib/Target/Hexagon/AsmParser/ |
D | HexagonAsmParser.cpp | 131 bool MatchingInlineAsm); 136 bool MatchingInlineAsm) override; 557 bool MatchingInlineAsm) { in matchOneInstruction() argument 560 MatchInstructionImpl(InstOperands, MCI, ErrorInfo, MatchingInlineAsm); in matchOneInstruction() 617 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument 646 MatchingInlineAsm)) { in MatchAndEmitInstruction()
|
/external/llvm-project/llvm/include/llvm/MC/MCParser/ |
D | MCTargetAsmParser.h | 427 bool MatchingInlineAsm) = 0;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/MCParser/ |
D | MCTargetAsmParser.h | 420 bool MatchingInlineAsm) = 0;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/AsmParser/ |
D | LanaiAsmParser.cpp | 74 bool MatchingInlineAsm) override; 654 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument 658 switch (MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm)) { in MatchAndEmitInstruction()
|
/external/llvm/lib/Target/Lanai/AsmParser/ |
D | LanaiAsmParser.cpp | 56 bool MatchingInlineAsm) override; 636 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument 640 switch (MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm)) { in MatchAndEmitInstruction()
|
/external/llvm-project/llvm/lib/Target/Lanai/AsmParser/ |
D | LanaiAsmParser.cpp | 76 bool MatchingInlineAsm) override; 656 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument 660 switch (MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm)) { in MatchAndEmitInstruction()
|
/external/llvm/lib/Target/Sparc/AsmParser/ |
D | SparcAsmParser.cpp | 52 bool MatchingInlineAsm) override; 546 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument 550 MatchingInlineAsm); in MatchAndEmitInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/AsmParser/ |
D | WebAssemblyAsmParser.cpp | 822 bool MatchingInlineAsm) override { in MatchAndEmitInstruction() argument 826 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm); in MatchAndEmitInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/AsmParser/ |
D | SystemZAsmParser.cpp | 457 bool MatchingInlineAsm) override; 1245 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument 1251 MissingFeatures, MatchingInlineAsm); in MatchAndEmitInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/AsmParser/ |
D | SparcAsmParser.cpp | 69 bool MatchingInlineAsm) override; 584 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument 588 MatchingInlineAsm); in MatchAndEmitInstruction()
|
/external/llvm-project/llvm/lib/Target/Sparc/AsmParser/ |
D | SparcAsmParser.cpp | 69 bool MatchingInlineAsm) override; 586 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument 590 MatchingInlineAsm); in MatchAndEmitInstruction()
|
/external/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
D | WebAssemblyAsmParser.cpp | 903 bool MatchingInlineAsm) override { in MatchAndEmitInstruction() argument 908 Operands, Inst, ErrorInfo, MissingFeatures, MatchingInlineAsm); in MatchAndEmitInstruction()
|