Searched refs:validateInstruction (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86AsmParser.cpp | 1176 bool validateInstruction(MCInst &Inst, const OperandVector &Ops); 3717 bool X86AsmParser::validateInstruction(MCInst &Inst, const OperandVector &Ops) { in validateInstruction() function in X86AsmParser 4080 if (!MatchingInlineAsm && validateInstruction(Inst, Operands)) in MatchAndEmitATTInstruction() 4184 if (!MatchingInlineAsm && validateInstruction(Inst, Operands)) in MatchAndEmitATTInstruction() 4446 if (!MatchingInlineAsm && validateInstruction(Inst, Operands)) in MatchAndEmitIntelInstruction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
| H A D | RISCVAsmParser.cpp | 179 bool validateInstruction(MCInst &Inst, OperandVector &Operands); 1373 if (validateInstruction(Inst, Operands)) in MatchAndEmitInstruction() 3383 bool RISCVAsmParser::validateInstruction(MCInst &Inst, in validateInstruction() function in RISCVAsmParser
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
| H A D | AArch64AsmParser.cpp | 231 bool validateInstruction(MCInst &Inst, SMLoc &IDLoc, 5192 bool AArch64AsmParser::validateInstruction(MCInst &Inst, SMLoc &IDLoc, in validateInstruction() function in AArch64AsmParser 6451 if (validateInstruction(Inst, IDLoc, OperandLocs)) in MatchAndEmitInstruction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 1699 bool validateInstruction(const MCInst &Inst, const SMLoc &IDLoc, const OperandVector &Operands); 4877 bool AMDGPUAsmParser::validateInstruction(const MCInst &Inst, in validateInstruction() function in AMDGPUAsmParser 5113 if (!validateInstruction(Inst, IDLoc, Operands)) { in MatchAndEmitInstruction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
| H A D | ARMAsmParser.cpp | 660 bool validateInstruction(MCInst &Inst, const OperandVector &Ops); 7516 bool ARMAsmParser::validateInstruction(MCInst &Inst, in validateInstruction() function in ARMAsmParser 11149 if (validateInstruction(Inst, Operands)) { in MatchAndEmitInstruction()
|