| /freebsd-12.1/contrib/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86AsmParser.cpp | 799 if (MatchingInlineAsm) { in Error() 2903 if (!MatchingInlineAsm) in MatchFPUWaitAlias() 2965 if (!MatchingInlineAsm) in MatchAndEmitATTInstruction() 2970 if (!MatchingInlineAsm) in MatchAndEmitATTInstruction() 3027 if (!MatchingInlineAsm) in MatchAndEmitATTInstruction() 3084 MatchingInlineAsm); in MatchAndEmitATTInstruction() 3101 MatchingInlineAsm); in MatchAndEmitATTInstruction() 3256 if (!MatchingInlineAsm) in MatchAndEmitIntelInstruction() 3260 if (!MatchingInlineAsm) in MatchAndEmitIntelInstruction() 3286 MatchingInlineAsm); in MatchAndEmitIntelInstruction() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/BPF/AsmParser/ |
| H A D | BPFAsmParser.cpp | 39 bool MatchingInlineAsm) override; 286 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument 293 switch (MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm)) { in MatchAndEmitInstruction()
|
| /freebsd-12.1/contrib/llvm/lib/Target/MSP430/AsmParser/ |
| H A D | MSP430AsmParser.cpp | 46 bool MatchingInlineAsm) override; 256 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument 259 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm); in MatchAndEmitInstruction()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AVR/AsmParser/ |
| H A D | AVRAsmParser.cpp | 53 bool MatchingInlineAsm) override; 302 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument 305 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm); in MatchAndEmitInstruction()
|
| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/AsmParser/ |
| H A D | WebAssemblyAsmParser.cpp | 655 bool MatchingInlineAsm) override { in MatchAndEmitInstruction() argument 658 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm); in MatchAndEmitInstruction()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/AsmParser/ |
| H A D | HexagonAsmParser.cpp | 130 bool MatchingInlineAsm); 135 bool MatchingInlineAsm) override; 552 bool MatchingInlineAsm) { in matchOneInstruction() argument 555 MatchInstructionImpl(InstOperands, MCI, ErrorInfo, MatchingInlineAsm); in matchOneInstruction() 611 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument 640 MatchingInlineAsm)) { in MatchAndEmitInstruction()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Lanai/AsmParser/ |
| H A D | LanaiAsmParser.cpp | 74 bool MatchingInlineAsm) override; 653 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument 657 switch (MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm)) { in MatchAndEmitInstruction()
|
| /freebsd-12.1/contrib/llvm/include/llvm/MC/MCParser/ |
| H A D | MCTargetAsmParser.h | 427 bool MatchingInlineAsm) = 0;
|
| /freebsd-12.1/contrib/llvm/lib/Target/RISCV/AsmParser/ |
| H A D | RISCVAsmParser.cpp | 65 bool MatchingInlineAsm) override; 747 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument 751 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm); in MatchAndEmitInstruction()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Sparc/AsmParser/ |
| H A D | SparcAsmParser.cpp | 69 bool MatchingInlineAsm) override; 584 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument 588 MatchingInlineAsm); in MatchAndEmitInstruction()
|
| /freebsd-12.1/contrib/llvm/lib/Target/SystemZ/AsmParser/ |
| H A D | SystemZAsmParser.cpp | 457 bool MatchingInlineAsm) override; 1243 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument 1248 MatchingInlineAsm); in MatchAndEmitInstruction()
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/AsmParser/ |
| H A D | PPCAsmParser.cpp | 131 bool MatchingInlineAsm) override; 1138 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument 1141 switch (MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm)) { in MatchAndEmitInstruction()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/AsmParser/ |
| H A D | ARMAsmParser.cpp | 616 bool MatchingInlineAsm) override; 619 bool MatchingInlineAsm, bool &EmitInITBlock, 9188 bool MatchingInlineAsm, in MatchInstruction() argument 9193 return MatchInstructionImpl(Operands, Inst, &NearMisses, MatchingInlineAsm); in MatchInstruction() 9199 if (MatchInstructionImpl(Operands, Inst, nullptr, MatchingInlineAsm) == in MatchInstruction() 9225 MatchInstructionImpl(Operands, Inst, &NearMisses, MatchingInlineAsm); in MatchInstruction() 9252 if (MatchInstructionImpl(Operands, Inst, nullptr, MatchingInlineAsm) == in MatchInstruction() 9278 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument 9284 MatchResult = MatchInstruction(Operands, Inst, NearMisses, MatchingInlineAsm, in MatchAndEmitInstruction()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/AsmParser/ |
| H A D | AArch64AsmParser.cpp | 187 bool MatchingInlineAsm) override; 4495 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument 4783 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm, 1); in MatchAndEmitInstruction() 4794 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm, 0); in MatchAndEmitInstruction()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 1025 bool MatchingInlineAsm) override; 2513 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument 2518 auto R = MatchInstructionImpl(Operands, Inst, EI, MatchingInlineAsm, in MatchAndEmitInstruction()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/AsmParser/ |
| H A D | MipsAsmParser.cpp | 172 bool MatchingInlineAsm) override; 5313 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument 5316 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm); in MatchAndEmitInstruction()
|