/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/llvm/include/llvm/MC/MCParser/ |
D | MCTargetAsmParser.h | 185 bool MatchingInlineAsm) = 0;
|
/external/llvm/lib/Target/SystemZ/AsmParser/ |
D | SystemZAsmParser.cpp | 409 bool MatchingInlineAsm) override; 789 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument 794 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/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/lib/Target/Sparc/AsmParser/ |
D | SparcAsmParser.cpp | 52 bool MatchingInlineAsm) override; 546 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument 550 MatchingInlineAsm); in MatchAndEmitInstruction()
|
/external/llvm/lib/Target/AMDGPU/AsmParser/ |
D | AMDGPUAsmParser.cpp | 649 bool MatchingInlineAsm) override; 1149 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument 1152 switch (MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm)) { in MatchAndEmitInstruction()
|
/external/llvm/lib/Target/PowerPC/AsmParser/ |
D | PPCAsmParser.cpp | 277 bool MatchingInlineAsm) override; 1235 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument 1238 switch (MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm)) { in MatchAndEmitInstruction()
|
/external/llvm/lib/Target/AArch64/AsmParser/ |
D | AArch64AsmParser.cpp | 90 bool MatchingInlineAsm) override; 3742 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument 4017 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm, 1); in MatchAndEmitInstruction() 4028 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm, 0); in MatchAndEmitInstruction()
|
/external/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 137 bool MatchingInlineAsm) override; 3759 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument 3763 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm); in MatchAndEmitInstruction()
|
/external/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 401 bool MatchingInlineAsm) override; 8811 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument 8816 MatchingInlineAsm); in MatchAndEmitInstruction()
|