Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
H A 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);
4016 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument
4019 MatchingInlineAsm); in MatchAndEmitInstruction()
4021 MatchingInlineAsm); in MatchAndEmitInstruction()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/AsmParser/
H A DBPFAsmParser.cpp39 bool MatchingInlineAsm) override;
288 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument
295 switch (MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm)) { in MatchAndEmitInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp43 bool MatchingInlineAsm) override;
292 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument
297 MatchingInlineAsm); in MatchAndEmitInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp45 bool MatchingInlineAsm) override;
257 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument
260 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm); in MatchAndEmitInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp52 bool MatchingInlineAsm) override;
319 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument
322 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm); in MatchAndEmitInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/AsmParser/
H A DM68kAsmParser.cpp77 bool MatchingInlineAsm) override;
824 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument
827 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm); in MatchAndEmitInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/AsmParser/
H A 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/AsmParser/
H A DLanaiAsmParser.cpp76 bool MatchingInlineAsm) override;
656 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument
660 switch (MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm)) { in MatchAndEmitInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h427 bool MatchingInlineAsm) = 0;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp69 bool MatchingInlineAsm) override;
635 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument
639 MatchingInlineAsm); in MatchAndEmitInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp495 bool MatchingInlineAsm) override;
1497 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument
1505 MatchingInlineAsm, Dialect); in MatchAndEmitInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp973 bool MatchingInlineAsm) override { in MatchAndEmitInstruction() argument
978 Operands, Inst, ErrorInfo, MissingFeatures, MatchingInlineAsm); in MatchAndEmitInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp56 bool MatchingInlineAsm) override;
763 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument
766 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm); in MatchAndEmitInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp128 bool MatchingInlineAsm) override;
1153 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument
1156 switch (MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm)) { in MatchAndEmitInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp84 bool MatchingInlineAsm) override;
971 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument
976 MatchingInlineAsm); in MatchAndEmitInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp708 bool MatchingInlineAsm) override;
711 bool MatchingInlineAsm, bool &EmitInITBlock,
10833 bool MatchingInlineAsm, in MatchInstruction() argument
10838 return MatchInstructionImpl(Operands, Inst, &NearMisses, MatchingInlineAsm); in MatchInstruction()
10844 if (MatchInstructionImpl(Operands, Inst, nullptr, MatchingInlineAsm) == in MatchInstruction()
10870 MatchInstructionImpl(Operands, Inst, &NearMisses, MatchingInlineAsm); in MatchInstruction()
10897 if (MatchInstructionImpl(Operands, Inst, nullptr, MatchingInlineAsm) == in MatchInstruction()
10923 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument
10929 MatchResult = MatchInstruction(Operands, Inst, NearMisses, MatchingInlineAsm, in MatchAndEmitInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp220 bool MatchingInlineAsm) override;
4745 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument
5035 MatchingInlineAsm, 1); in MatchAndEmitInstruction()
5048 MatchingInlineAsm, 0); in MatchAndEmitInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1432 bool MatchingInlineAsm) override;
4325 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument
4330 auto R = MatchInstructionImpl(Operands, Inst, EI, MatchingInlineAsm, in MatchAndEmitInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp178 bool MatchingInlineAsm) override;
5929 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument
5932 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm); in MatchAndEmitInstruction()