Home
last modified time | relevance | path

Searched refs:MatchingInlineAsm (Results 1 – 25 of 44) sorted by relevance

12

/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp664 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/
DX86AsmParser.cpp846 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/
DX86AsmParser.cpp1067 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/
DBPFAsmParser.cpp39 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/
DBPFAsmParser.cpp39 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/
DMSP430AsmParser.cpp46 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/
DMSP430AsmParser.cpp46 bool MatchingInlineAsm) override;
258 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument
261 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm); in MatchAndEmitInstruction()
/external/llvm/include/llvm/MC/MCParser/
DMCTargetAsmParser.h185 bool MatchingInlineAsm) = 0;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/AsmParser/
DAVRAsmParser.cpp53 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/
DAVRAsmParser.cpp53 bool MatchingInlineAsm) override;
320 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument
323 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm); in MatchAndEmitInstruction()
/external/llvm/lib/Target/SystemZ/AsmParser/
DSystemZAsmParser.cpp409 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/
DHexagonAsmParser.cpp129 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/
DHexagonAsmParser.cpp110 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/
DHexagonAsmParser.cpp131 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/
DMCTargetAsmParser.h427 bool MatchingInlineAsm) = 0;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/MCParser/
DMCTargetAsmParser.h420 bool MatchingInlineAsm) = 0;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/AsmParser/
DLanaiAsmParser.cpp74 bool MatchingInlineAsm) override;
654 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument
658 switch (MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm)) { in MatchAndEmitInstruction()
/external/llvm/lib/Target/Lanai/AsmParser/
DLanaiAsmParser.cpp56 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/
DLanaiAsmParser.cpp76 bool MatchingInlineAsm) override;
656 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument
660 switch (MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm)) { in MatchAndEmitInstruction()
/external/llvm/lib/Target/Sparc/AsmParser/
DSparcAsmParser.cpp52 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/
DWebAssemblyAsmParser.cpp822 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/
DSystemZAsmParser.cpp457 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/
DSparcAsmParser.cpp69 bool MatchingInlineAsm) override;
584 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument
588 MatchingInlineAsm); in MatchAndEmitInstruction()
/external/llvm-project/llvm/lib/Target/Sparc/AsmParser/
DSparcAsmParser.cpp69 bool MatchingInlineAsm) override;
586 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument
590 MatchingInlineAsm); in MatchAndEmitInstruction()
/external/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
DWebAssemblyAsmParser.cpp903 bool MatchingInlineAsm) override { in MatchAndEmitInstruction() argument
908 Operands, Inst, ErrorInfo, MissingFeatures, MatchingInlineAsm); in MatchAndEmitInstruction()

12