Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/RISCV/AsmParser/
DRISCVAsmParser.cpp134 bool validateInstruction(MCInst &Inst, OperandVector &Operands);
1019 if (validateInstruction(Inst, Operands)) in MatchAndEmitInstruction()
2290 bool RISCVAsmParser::validateInstruction(MCInst &Inst, in validateInstruction() function in RISCVAsmParser
/external/llvm-project/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp1152 bool validateInstruction(MCInst &Inst, const OperandVector &Ops);
3762 bool X86AsmParser::validateInstruction(MCInst &Inst, const OperandVector &Ops) { in validateInstruction() function in X86AsmParser
4164 if (!MatchingInlineAsm && validateInstruction(Inst, Operands)) in MatchAndEmitATTInstruction()
4269 if (!MatchingInlineAsm && validateInstruction(Inst, Operands)) in MatchAndEmitATTInstruction()
4535 if (!MatchingInlineAsm && validateInstruction(Inst, Operands)) in MatchAndEmitIntelInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp927 bool validateInstruction(MCInst &Inst, const OperandVector &Ops);
2998 bool X86AsmParser::validateInstruction(MCInst &Inst, const OperandVector &Ops) { in validateInstruction() function in X86AsmParser
3232 if (!MatchingInlineAsm && validateInstruction(Inst, Operands)) in MatchAndEmitATTInstruction()
3555 if (!MatchingInlineAsm && validateInstruction(Inst, Operands)) in MatchAndEmitIntelInstruction()
/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp86 bool validateInstruction(MCInst &Inst, SmallVectorImpl<SMLoc> &Loc);
3437 bool AArch64AsmParser::validateInstruction(MCInst &Inst, in validateInstruction() function in AArch64AsmParser
4049 if (validateInstruction(Inst, OperandLocs)) in MatchAndEmitInstruction()
/external/llvm-project/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp214 bool validateInstruction(MCInst &Inst, SMLoc &IDLoc,
4009 bool AArch64AsmParser::validateInstruction(MCInst &Inst, SMLoc &IDLoc, in validateInstruction() function in AArch64AsmParser
4950 if (validateInstruction(Inst, IDLoc, OperandLocs)) in MatchAndEmitInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp182 bool validateInstruction(MCInst &Inst, SMLoc &IDLoc,
3894 bool AArch64AsmParser::validateInstruction(MCInst &Inst, SMLoc &IDLoc, in validateInstruction() function in AArch64AsmParser
4823 if (validateInstruction(Inst, IDLoc, OperandLocs)) in MatchAndEmitInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp1315 bool validateInstruction(const MCInst &Inst, const SMLoc &IDLoc, const OperandVector &Operands);
3440 bool AMDGPUAsmParser::validateInstruction(const MCInst &Inst, in validateInstruction() function in AMDGPUAsmParser
3555 if (!validateInstruction(Inst, IDLoc, Operands)) { in MatchAndEmitInstruction()
/external/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp1395 bool validateInstruction(const MCInst &Inst, const SMLoc &IDLoc, const OperandVector &Operands);
3848 bool AMDGPUAsmParser::validateInstruction(const MCInst &Inst, in validateInstruction() function in AMDGPUAsmParser
4018 if (!validateInstruction(Inst, IDLoc, Operands)) { in MatchAndEmitInstruction()
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp354 bool validateInstruction(MCInst &Inst, const OperandVector &Ops);
6182 bool ARMAsmParser::validateInstruction(MCInst &Inst, in validateInstruction() function in ARMAsmParser
8821 if (validateInstruction(Inst, Operands)) { in MatchAndEmitInstruction()
/external/llvm-project/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp647 bool validateInstruction(MCInst &Inst, const OperandVector &Ops);
7497 bool ARMAsmParser::validateInstruction(MCInst &Inst, in validateInstruction() function in ARMAsmParser
10776 if (validateInstruction(Inst, Operands)) { in MatchAndEmitInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp583 bool validateInstruction(MCInst &Inst, const OperandVector &Ops);
7322 bool ARMAsmParser::validateInstruction(MCInst &Inst, in validateInstruction() function in ARMAsmParser
10480 if (validateInstruction(Inst, Operands)) { in MatchAndEmitInstruction()