Searched refs:validateInstruction (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp689 bool validateInstruction(MCInst &Inst, const OperandVector &Ops);
2362 bool X86AsmParser::validateInstruction(MCInst &Inst, const OperandVector &Ops) { function in class:X86AsmParser
2540 if (!validateInstruction(Inst, Operands))
2786 if (!validateInstruction(Inst, Operands))
/external/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp84 bool validateInstruction(MCInst &Inst, SmallVectorImpl<SMLoc> &Loc);
3307 bool AArch64AsmParser::validateInstruction(MCInst &Inst, function in class:AArch64AsmParser
3847 if (validateInstruction(Inst, OperandLocs))
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp332 bool validateInstruction(MCInst &Inst, const OperandVector &Ops);
6068 bool ARMAsmParser::validateInstruction(MCInst &Inst, function in class:__anon10680::ARMAsmParser
8228 // an error in validateInstruction().
8252 // should have generated an error in validateInstruction().
8267 // should have generated an error in validateInstruction().
8590 if (validateInstruction(Inst, Operands)) {

Completed in 814 milliseconds