Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp799 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 DBPFAsmParser.cpp39 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 DMSP430AsmParser.cpp46 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 DAVRAsmParser.cpp53 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 DWebAssemblyAsmParser.cpp655 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 DHexagonAsmParser.cpp130 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 DLanaiAsmParser.cpp74 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 DMCTargetAsmParser.h427 bool MatchingInlineAsm) = 0;
/freebsd-12.1/contrib/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp65 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 DSparcAsmParser.cpp69 bool MatchingInlineAsm) override;
584 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument
588 MatchingInlineAsm); in MatchAndEmitInstruction()
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp457 bool MatchingInlineAsm) override;
1243 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument
1248 MatchingInlineAsm); in MatchAndEmitInstruction()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp131 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 DARMAsmParser.cpp616 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 DAArch64AsmParser.cpp187 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 DAMDGPUAsmParser.cpp1025 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 DMipsAsmParser.cpp172 bool MatchingInlineAsm) override;
5313 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument
5316 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm); in MatchAndEmitInstruction()