Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1091 if (MatchingInlineAsm) { in Error()
3968 if (!MatchingInlineAsm) in MatchFPUWaitAlias()
4085 if (!MatchingInlineAsm) in MatchAndEmitATTInstruction()
4090 if (!MatchingInlineAsm) in MatchAndEmitATTInstruction()
4110 MatchingInlineAsm); in MatchAndEmitATTInstruction()
4189 if (!MatchingInlineAsm) in MatchAndEmitATTInstruction()
4194 if (!MatchingInlineAsm) in MatchAndEmitATTInstruction()
4255 MatchingInlineAsm); in MatchAndEmitATTInstruction()
4451 if (!MatchingInlineAsm) in MatchAndEmitIntelInstruction()
4455 if (!MatchingInlineAsm) in MatchAndEmitIntelInstruction()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/AsmParser/
H A DBPFAsmParser.cpp40 bool MatchingInlineAsm) override;
307 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument
314 switch (MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm)) { in MatchAndEmitInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Xtensa/AsmParser/
H A DXtensaAsmParser.cpp44 bool MatchingInlineAsm) override;
355 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument
358 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm); in MatchAndEmitInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp46 bool MatchingInlineAsm) override;
259 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument
262 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm); in MatchAndEmitInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp57 bool MatchingInlineAsm) override;
326 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument
329 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm); in MatchAndEmitInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/AsmParser/
H A DM68kAsmParser.cpp77 bool MatchingInlineAsm) override;
1031 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument
1034 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm); in MatchAndEmitInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp131 bool MatchingInlineAsm);
136 bool MatchingInlineAsm) override;
554 bool MatchingInlineAsm) { in matchOneInstruction() argument
557 MatchInstructionImpl(InstOperands, MCI, ErrorInfo, MatchingInlineAsm); in matchOneInstruction()
614 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument
643 MatchingInlineAsm)) { in MatchAndEmitInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Lanai/AsmParser/
H A DLanaiAsmParser.cpp75 bool MatchingInlineAsm) override;
652 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument
656 switch (MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm)) { in MatchAndEmitInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h483 bool MatchingInlineAsm) = 0;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/AsmParser/
H A DLoongArchAsmParser.cpp56 bool MatchingInlineAsm) override;
1303 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument
1308 MatchingInlineAsm); in MatchAndEmitInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp57 bool MatchingInlineAsm) override;
766 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument
769 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm); in MatchAndEmitInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp506 bool MatchingInlineAsm) override;
1523 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument
1531 MatchingInlineAsm, Dialect); in MatchAndEmitInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp73 bool MatchingInlineAsm) override;
663 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument
668 MatchingInlineAsm); in MatchAndEmitInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp1021 bool MatchingInlineAsm) override { in MatchAndEmitInstruction() argument
1026 Operands, Inst, ErrorInfo, MissingFeatures, MatchingInlineAsm); in MatchAndEmitInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp75 bool MatchingInlineAsm) override;
752 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument
756 MatchingInlineAsm); in MatchAndEmitInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp129 bool MatchingInlineAsm) override;
1256 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument
1259 switch (MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm)) { in MatchAndEmitInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp108 bool MatchingInlineAsm) override;
1363 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument
1368 MatchingInlineAsm); in MatchAndEmitInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp721 bool MatchingInlineAsm) override;
724 bool MatchingInlineAsm, bool &EmitInITBlock,
11042 bool MatchingInlineAsm, in MatchInstruction() argument
11047 return MatchInstructionImpl(Operands, Inst, &NearMisses, MatchingInlineAsm); in MatchInstruction()
11053 if (MatchInstructionImpl(Operands, Inst, nullptr, MatchingInlineAsm) == in MatchInstruction()
11079 MatchInstructionImpl(Operands, Inst, &NearMisses, MatchingInlineAsm); in MatchInstruction()
11106 if (MatchInstructionImpl(Operands, Inst, nullptr, MatchingInlineAsm) == in MatchInstruction()
11132 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument
11138 MatchResult = MatchInstruction(Operands, Inst, NearMisses, MatchingInlineAsm, in MatchAndEmitInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp237 bool MatchingInlineAsm) override;
6127 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument
6417 MatchingInlineAsm, 1); in MatchAndEmitInstruction()
6430 MatchingInlineAsm, 0); in MatchAndEmitInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1578 bool MatchingInlineAsm) override;
5087 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument
5092 auto R = MatchInstructionImpl(Operands, Inst, EI, MatchingInlineAsm, in MatchAndEmitInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp180 bool MatchingInlineAsm) override;
5999 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument
6002 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm); in MatchAndEmitInstruction()