Searched refs:validateInstruction (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/AsmParser/ |
| H A D | RISCVAsmParser.cpp | 147 bool validateInstruction(MCInst &Inst, OperandVector &Operands); 1080 if (validateInstruction(Inst, Operands)) in MatchAndEmitInstruction() 2579 bool RISCVAsmParser::validateInstruction(MCInst &Inst, in validateInstruction() function in RISCVAsmParser
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86AsmParser.cpp | 1169 bool validateInstruction(MCInst &Inst, const OperandVector &Ops); 3835 bool X86AsmParser::validateInstruction(MCInst &Inst, const OperandVector &Ops) { in validateInstruction() function in X86AsmParser 4180 if (!MatchingInlineAsm && validateInstruction(Inst, Operands)) in MatchAndEmitATTInstruction() 4284 if (!MatchingInlineAsm && validateInstruction(Inst, Operands)) in MatchAndEmitATTInstruction() 4546 if (!MatchingInlineAsm && validateInstruction(Inst, Operands)) in MatchAndEmitIntelInstruction()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/AsmParser/ |
| H A D | AArch64AsmParser.cpp | 222 bool validateInstruction(MCInst &Inst, SMLoc &IDLoc, 4660 bool AArch64AsmParser::validateInstruction(MCInst &Inst, SMLoc &IDLoc, in validateInstruction() function in AArch64AsmParser 5803 if (validateInstruction(Inst, IDLoc, OperandLocs)) in MatchAndEmitInstruction()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 1623 bool validateInstruction(const MCInst &Inst, const SMLoc &IDLoc, const OperandVector &Operands); 4531 bool AMDGPUAsmParser::validateInstruction(const MCInst &Inst, in validateInstruction() function in AMDGPUAsmParser 4738 if (!validateInstruction(Inst, IDLoc, Operands)) { in MatchAndEmitInstruction()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/AsmParser/ |
| H A D | ARMAsmParser.cpp | 657 bool validateInstruction(MCInst &Inst, const OperandVector &Ops); 7640 bool ARMAsmParser::validateInstruction(MCInst &Inst, in validateInstruction() function in ARMAsmParser 10977 if (validateInstruction(Inst, Operands)) { in MatchAndEmitInstruction()
|