Searched refs:validateInstruction (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
| H A D | RISCVAsmParser.cpp | 141 bool validateInstruction(MCInst &Inst, OperandVector &Operands); 981 if (validateInstruction(Inst, Operands)) in MatchAndEmitInstruction() 2477 bool RISCVAsmParser::validateInstruction(MCInst &Inst, in validateInstruction() function in RISCVAsmParser
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86AsmParser.cpp | 1152 bool validateInstruction(MCInst &Inst, const OperandVector &Ops); 3768 bool X86AsmParser::validateInstruction(MCInst &Inst, const OperandVector &Ops) { in validateInstruction() function in X86AsmParser 4170 if (!MatchingInlineAsm && validateInstruction(Inst, Operands)) in MatchAndEmitATTInstruction() 4275 if (!MatchingInlineAsm && validateInstruction(Inst, Operands)) in MatchAndEmitATTInstruction() 4541 if (!MatchingInlineAsm && validateInstruction(Inst, Operands)) in MatchAndEmitIntelInstruction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
| H A D | AArch64AsmParser.cpp | 219 bool validateInstruction(MCInst &Inst, SMLoc &IDLoc, 4659 bool AArch64AsmParser::validateInstruction(MCInst &Inst, SMLoc &IDLoc, in validateInstruction() function in AArch64AsmParser 5635 if (validateInstruction(Inst, IDLoc, OperandLocs)) in MatchAndEmitInstruction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 1527 bool validateInstruction(const MCInst &Inst, const SMLoc &IDLoc, const OperandVector &Operands); 4193 bool AMDGPUAsmParser::validateInstruction(const MCInst &Inst, in validateInstruction() function in AMDGPUAsmParser 4390 if (!validateInstruction(Inst, IDLoc, Operands)) { in MatchAndEmitInstruction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
| H A D | ARMAsmParser.cpp | 647 bool validateInstruction(MCInst &Inst, const OperandVector &Ops); 7604 bool ARMAsmParser::validateInstruction(MCInst &Inst, in validateInstruction() function in ARMAsmParser 10941 if (validateInstruction(Inst, Operands)) { in MatchAndEmitInstruction()
|