Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1121 bool MatchingInlineAsm = false) { in Error() argument
1123 if (MatchingInlineAsm) { in Error()
1222 bool MatchingInlineAsm) override;
1225 MCStreamer &Out, bool MatchingInlineAsm);
1228 bool MatchingInlineAsm);
1232 uint64_t &ErrorInfo, bool MatchingInlineAsm);
1237 bool MatchingInlineAsm);
4149 bool MatchingInlineAsm) { in matchAndEmitInstruction() argument
4155 Out, MatchingInlineAsm); in matchAndEmitInstruction()
4186 ErrorInfo, MatchingInlineAsm) in matchAndEmitInstruction()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/AsmParser/
H A DBPFAsmParser.cpp40 bool MatchingInlineAsm) override;
313 bool MatchingInlineAsm) { in matchAndEmitInstruction() argument
320 switch (MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm)) { in matchAndEmitInstruction()
/freebsd/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/contrib/llvm-project/llvm/lib/Target/Xtensa/AsmParser/
H A DXtensaAsmParser.cpp55 bool MatchingInlineAsm) override;
453 bool MatchingInlineAsm) { in matchAndEmitInstruction() argument
456 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm); in matchAndEmitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp56 bool MatchingInlineAsm) override;
329 bool MatchingInlineAsm) { in matchAndEmitInstruction() argument
332 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm); in matchAndEmitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/AsmParser/
H A DM68kAsmParser.cpp78 bool MatchingInlineAsm) override;
1036 bool MatchingInlineAsm) { in matchAndEmitInstruction() argument
1039 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm); in matchAndEmitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp137 bool MatchingInlineAsm);
142 bool MatchingInlineAsm) override;
563 bool MatchingInlineAsm) { in matchOneInstruction() argument
566 MatchInstructionImpl(InstOperands, MCI, ErrorInfo, MatchingInlineAsm); in matchOneInstruction()
623 bool MatchingInlineAsm) { in matchAndEmitInstruction() argument
652 MatchingInlineAsm)) { in matchAndEmitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/AsmParser/
H A DLanaiAsmParser.cpp74 bool MatchingInlineAsm) override;
651 bool MatchingInlineAsm) { in matchAndEmitInstruction() argument
655 switch (MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm)) { in matchAndEmitInstruction()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h472 bool MatchingInlineAsm) = 0;
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp527 bool MatchingInlineAsm) override;
1592 bool MatchingInlineAsm) { in matchAndEmitInstruction() argument
1600 MatchingInlineAsm, Dialect); in matchAndEmitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp55 bool MatchingInlineAsm) override;
776 bool MatchingInlineAsm) { in matchAndEmitInstruction() argument
779 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm); in matchAndEmitInstruction()
/freebsd/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/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp1153 bool MatchingInlineAsm) override { in matchAndEmitInstruction() argument
1158 Operands, Inst, ErrorInfo, MissingFeatures, MatchingInlineAsm); in matchAndEmitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp77 bool MatchingInlineAsm) override;
880 bool MatchingInlineAsm) { in matchAndEmitInstruction() argument
884 MatchingInlineAsm); in matchAndEmitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp130 bool MatchingInlineAsm) override;
1274 bool MatchingInlineAsm) { in matchAndEmitInstruction() argument
1278 switch (MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm)) { in matchAndEmitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/AsmParser/
H A DLoongArchAsmParser.cpp66 bool MatchingInlineAsm) override;
1654 bool MatchingInlineAsm) { in matchAndEmitInstruction() argument
1659 MatchingInlineAsm); in matchAndEmitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp110 bool MatchingInlineAsm) override;
1382 bool MatchingInlineAsm) { in matchAndEmitInstruction() argument
1387 MatchingInlineAsm); in matchAndEmitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp732 bool MatchingInlineAsm) override;
735 bool MatchingInlineAsm, bool &EmitInITBlock,
11356 bool MatchingInlineAsm, in MatchInstruction() argument
11361 return MatchInstructionImpl(Operands, Inst, &NearMisses, MatchingInlineAsm); in MatchInstruction()
11367 if (MatchInstructionImpl(Operands, Inst, nullptr, MatchingInlineAsm) == in MatchInstruction()
11393 MatchInstructionImpl(Operands, Inst, &NearMisses, MatchingInlineAsm); in MatchInstruction()
11420 if (MatchInstructionImpl(Operands, Inst, nullptr, MatchingInlineAsm) == in MatchInstruction()
11446 bool MatchingInlineAsm) { in matchAndEmitInstruction() argument
11452 MatchResult = MatchInstruction(Operands, Inst, NearMisses, MatchingInlineAsm, in matchAndEmitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp245 bool MatchingInlineAsm) override;
6400 bool MatchingInlineAsm) { in matchAndEmitInstruction() argument
6690 MatchingInlineAsm, 1); in matchAndEmitInstruction()
6703 MatchingInlineAsm, 0); in matchAndEmitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1653 bool MatchingInlineAsm) override;
5624 bool MatchingInlineAsm) { in matchAndEmitInstruction() argument
5629 auto R = MatchInstructionImpl(Operands, Inst, EI, MatchingInlineAsm, in matchAndEmitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp179 bool MatchingInlineAsm) override;
5940 bool MatchingInlineAsm) { in matchAndEmitInstruction() argument
5943 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm); in matchAndEmitInstruction()