Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp863 bool validateInstruction(MCInst &Inst, const OperandVector &Ops);
2764 bool X86AsmParser::validateInstruction(MCInst &Inst, const OperandVector &Ops) { in validateInstruction() function in X86AsmParser
2960 if (!MatchingInlineAsm && validateInstruction(Inst, Operands)) in MatchAndEmitATTInstruction()
3251 if (!MatchingInlineAsm && validateInstruction(Inst, Operands)) in MatchAndEmitIntelInstruction()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1086 bool validateInstruction(const MCInst &Inst, const SMLoc &IDLoc);
2464 bool AMDGPUAsmParser::validateInstruction(const MCInst &Inst, in validateInstruction() function in AMDGPUAsmParser
2541 if (!validateInstruction(Inst, IDLoc)) { in MatchAndEmitInstruction()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp182 bool validateInstruction(MCInst &Inst, SMLoc &IDLoc,
3886 bool AArch64AsmParser::validateInstruction(MCInst &Inst, SMLoc &IDLoc, in validateInstruction() function in AArch64AsmParser
4814 if (validateInstruction(Inst, IDLoc, OperandLocs)) in MatchAndEmitInstruction()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp560 bool validateInstruction(MCInst &Inst, const OperandVector &Ops);
6447 bool ARMAsmParser::validateInstruction(MCInst &Inst, in validateInstruction() function in ARMAsmParser
9295 if (validateInstruction(Inst, Operands)) { in MatchAndEmitInstruction()