Home
last modified time | relevance | path

Searched refs:validateInstruction (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1185 bool validateInstruction(MCInst &Inst, const OperandVector &Ops);
3814 bool X86AsmParser::validateInstruction(MCInst &Inst, const OperandVector &Ops) { in validateInstruction() function in X86AsmParser
4197 if (!MatchingInlineAsm && validateInstruction(Inst, Operands)) in matchAndEmitATTInstruction()
4301 if (!MatchingInlineAsm && validateInstruction(Inst, Operands)) in matchAndEmitATTInstruction()
4532 if (!MatchingInlineAsm && validateInstruction(Inst, Operands)) in matchAndEmitIntelInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp183 bool validateInstruction(MCInst &Inst, OperandVector &Operands);
1403 if (validateInstruction(Inst, Operands)) in MatchAndEmitInstruction()
3466 bool RISCVAsmParser::validateInstruction(MCInst &Inst, in validateInstruction() function in RISCVAsmParser
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp231 bool validateInstruction(MCInst &Inst, SMLoc &IDLoc,
5250 bool AArch64AsmParser::validateInstruction(MCInst &Inst, SMLoc &IDLoc, in validateInstruction() function in AArch64AsmParser
6535 if (validateInstruction(Inst, IDLoc, OperandLocs)) in MatchAndEmitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1734 bool validateInstruction(const MCInst &Inst, const SMLoc &IDLoc, const OperandVector &Operands);
5052 bool AMDGPUAsmParser::validateInstruction(const MCInst &Inst, in validateInstruction() function in AMDGPUAsmParser
5284 if (!validateInstruction(Inst, IDLoc, Operands)) { in MatchAndEmitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp660 bool validateInstruction(MCInst &Inst, const OperandVector &Ops,
7633 bool ARMAsmParser::validateInstruction(MCInst &Inst, in validateInstruction() function in ARMAsmParser
11377 if (validateInstruction(Inst, Operands, MnemonicOpsEndInd)) { in MatchAndEmitInstruction()