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.cpp1097 bool MatchingInlineAsm = false) { in Error() argument
1099 if (MatchingInlineAsm) { in Error()
1200 bool MatchingInlineAsm) override;
1203 MCStreamer &Out, bool MatchingInlineAsm);
1206 bool MatchingInlineAsm);
1210 uint64_t &ErrorInfo, bool MatchingInlineAsm);
1215 bool MatchingInlineAsm);
4055 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument
4061 Out, MatchingInlineAsm); in MatchAndEmitInstruction()
4092 ErrorInfo, MatchingInlineAsm) in MatchAndEmitInstruction()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/AsmParser/
H A DBPFAsmParser.cpp40 bool MatchingInlineAsm) override;
310 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument
317 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.cpp53 bool MatchingInlineAsm) override;
432 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument
435 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm); in MatchAndEmitInstruction()
/freebsd/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/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/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp135 bool MatchingInlineAsm);
140 bool MatchingInlineAsm) override;
561 bool MatchingInlineAsm) { in matchOneInstruction() argument
564 MatchInstructionImpl(InstOperands, MCI, ErrorInfo, MatchingInlineAsm); in matchOneInstruction()
621 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument
650 MatchingInlineAsm)) { in MatchAndEmitInstruction()
/freebsd/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/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h483 bool MatchingInlineAsm) = 0;
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp1008 bool MatchingInlineAsm) override { in MatchAndEmitInstruction() argument
1013 Operands, Inst, ErrorInfo, MissingFeatures, MatchingInlineAsm); in MatchAndEmitInstruction()
/freebsd/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/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/Sparc/AsmParser/
H A DSparcAsmParser.cpp76 bool MatchingInlineAsm) override;
796 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument
800 MatchingInlineAsm); in MatchAndEmitInstruction()
/freebsd/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/contrib/llvm-project/llvm/lib/Target/LoongArch/AsmParser/
H A DLoongArchAsmParser.cpp56 bool MatchingInlineAsm) override;
1495 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument
1500 MatchingInlineAsm); in MatchAndEmitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp129 bool MatchingInlineAsm) override;
1258 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument
1261 switch (MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm)) { in MatchAndEmitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp111 bool MatchingInlineAsm) override;
1393 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument
1398 MatchingInlineAsm); in MatchAndEmitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp729 bool MatchingInlineAsm) override;
732 bool MatchingInlineAsm, bool &EmitInITBlock,
11267 bool MatchingInlineAsm, in MatchInstruction() argument
11272 return MatchInstructionImpl(Operands, Inst, &NearMisses, MatchingInlineAsm); in MatchInstruction()
11278 if (MatchInstructionImpl(Operands, Inst, nullptr, MatchingInlineAsm) == in MatchInstruction()
11304 MatchInstructionImpl(Operands, Inst, &NearMisses, MatchingInlineAsm); in MatchInstruction()
11331 if (MatchInstructionImpl(Operands, Inst, nullptr, MatchingInlineAsm) == in MatchInstruction()
11357 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument
11363 MatchResult = MatchInstruction(Operands, Inst, NearMisses, MatchingInlineAsm, in MatchAndEmitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp237 bool MatchingInlineAsm) override;
6211 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument
6501 MatchingInlineAsm, 1); in MatchAndEmitInstruction()
6514 MatchingInlineAsm, 0); in MatchAndEmitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1589 bool MatchingInlineAsm) override;
5262 bool MatchingInlineAsm) { in MatchAndEmitInstruction() argument
5267 auto R = MatchInstructionImpl(Operands, Inst, EI, MatchingInlineAsm, in MatchAndEmitInstruction()
/freebsd/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()