Searched refs:MatchingInlineAsm (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 637 bool MatchingInlineAsm = false) { in Error() argument 639 if (MatchingInlineAsm) return true; in Error() 645 bool MatchingInlineAsm = false) { in ErrorAndEatStatement() argument 648 return Error(L, Msg, Ranges, MatchingInlineAsm); in ErrorAndEatStatement() 699 bool MatchingInlineAsm) override; 702 MCStreamer &Out, bool MatchingInlineAsm); 705 bool MatchingInlineAsm); 710 bool MatchingInlineAsm); 715 bool MatchingInlineAsm); 2468 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument [all …]
|
/external/llvm/include/llvm/MC/ |
D | MCTargetAsmParser.h | 172 bool MatchingInlineAsm) = 0;
|
/external/llvm/lib/Target/SystemZ/AsmParser/ |
D | SystemZAsmParser.cpp | 381 bool MatchingInlineAsm) override; 717 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument 722 MatchingInlineAsm); in MatchAndEmitInstruction()
|
/external/llvm/lib/Target/Sparc/AsmParser/ |
D | SparcAsmParser.cpp | 52 bool MatchingInlineAsm) override; 390 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument 394 MatchingInlineAsm); in MatchAndEmitInstruction()
|
/external/llvm/lib/Target/R600/AsmParser/ |
D | AMDGPUAsmParser.cpp | 332 bool MatchingInlineAsm) override; 509 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument 512 switch (MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm)) { in MatchAndEmitInstruction()
|
/external/llvm/lib/Target/PowerPC/AsmParser/ |
D | PPCAsmParser.cpp | 260 bool MatchingInlineAsm) override; 1132 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument 1135 switch (MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm)) { in MatchAndEmitInstruction()
|
/external/llvm/lib/Target/AArch64/AsmParser/ |
D | AArch64AsmParser.cpp | 88 bool MatchingInlineAsm) override; 3610 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument 3832 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm, 1); in MatchAndEmitInstruction() 3838 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm, 0); in MatchAndEmitInstruction()
|
/external/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 126 bool MatchingInlineAsm) override; 2166 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument 2171 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm); in MatchAndEmitInstruction()
|
/external/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 378 bool MatchingInlineAsm) override; 8580 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument 8585 MatchingInlineAsm); in MatchAndEmitInstruction()
|