Searched refs:validateInstruction (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/AsmParser/ |
| H A D | RISCVAsmParser.cpp | 141 bool validateInstruction(MCInst &Inst, OperandVector &Operands); 981 if (validateInstruction(Inst, Operands)) in MatchAndEmitInstruction() 2471 bool RISCVAsmParser::validateInstruction(MCInst &Inst, in validateInstruction() function in RISCVAsmParser
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86AsmParser.cpp | 1152 bool validateInstruction(MCInst &Inst, const OperandVector &Ops); 3767 bool X86AsmParser::validateInstruction(MCInst &Inst, const OperandVector &Ops) { in validateInstruction() function in X86AsmParser 4169 if (!MatchingInlineAsm && validateInstruction(Inst, Operands)) in MatchAndEmitATTInstruction() 4274 if (!MatchingInlineAsm && validateInstruction(Inst, Operands)) in MatchAndEmitATTInstruction() 4540 if (!MatchingInlineAsm && validateInstruction(Inst, Operands)) in MatchAndEmitIntelInstruction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/ |
| H A D | AArch64AsmParser.cpp | 215 bool validateInstruction(MCInst &Inst, SMLoc &IDLoc, 4128 bool AArch64AsmParser::validateInstruction(MCInst &Inst, SMLoc &IDLoc, in validateInstruction() function in AArch64AsmParser 5069 if (validateInstruction(Inst, IDLoc, OperandLocs)) in MatchAndEmitInstruction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 1527 bool validateInstruction(const MCInst &Inst, const SMLoc &IDLoc, const OperandVector &Operands); 4157 bool AMDGPUAsmParser::validateInstruction(const MCInst &Inst, in validateInstruction() function in AMDGPUAsmParser 4351 if (!validateInstruction(Inst, IDLoc, Operands)) { in MatchAndEmitInstruction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/ |
| H A D | ARMAsmParser.cpp | 647 bool validateInstruction(MCInst &Inst, const OperandVector &Ops); 7603 bool ARMAsmParser::validateInstruction(MCInst &Inst, in validateInstruction() function in ARMAsmParser 10940 if (validateInstruction(Inst, Operands)) { in MatchAndEmitInstruction()
|