Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1169 bool validateInstruction(MCInst &Inst, const OperandVector &Ops);
3836 bool X86AsmParser::validateInstruction(MCInst &Inst, const OperandVector &Ops) { in validateInstruction() function in X86AsmParser
4187 if (!MatchingInlineAsm && validateInstruction(Inst, Operands)) in MatchAndEmitATTInstruction()
4291 if (!MatchingInlineAsm && validateInstruction(Inst, Operands)) in MatchAndEmitATTInstruction()
4553 if (!MatchingInlineAsm && validateInstruction(Inst, Operands)) in MatchAndEmitIntelInstruction()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp146 bool validateInstruction(MCInst &Inst, OperandVector &Operands);
1080 if (validateInstruction(Inst, Operands)) in MatchAndEmitInstruction()
2595 bool RISCVAsmParser::validateInstruction(MCInst &Inst, in validateInstruction() function in RISCVAsmParser
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp229 bool validateInstruction(MCInst &Inst, SMLoc &IDLoc,
5222 bool AArch64AsmParser::validateInstruction(MCInst &Inst, SMLoc &IDLoc, in validateInstruction() function in AArch64AsmParser
6467 if (validateInstruction(Inst, IDLoc, OperandLocs)) in MatchAndEmitInstruction()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1639 bool validateInstruction(const MCInst &Inst, const SMLoc &IDLoc, const OperandVector &Operands);
4583 bool AMDGPUAsmParser::validateInstruction(const MCInst &Inst, in validateInstruction() function in AMDGPUAsmParser
4815 if (!validateInstruction(Inst, IDLoc, Operands)) { in MatchAndEmitInstruction()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp656 bool validateInstruction(MCInst &Inst, const OperandVector &Ops);
7641 bool ARMAsmParser::validateInstruction(MCInst &Inst, in validateInstruction() function in ARMAsmParser
10998 if (validateInstruction(Inst, Operands)) { in MatchAndEmitInstruction()