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

/external/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp84 bool validateInstruction(MCInst &Inst, SmallVectorImpl<SMLoc> &Loc);
3277 bool AArch64AsmParser::validateInstruction(MCInst &Inst, function in class:AArch64AsmParser
3817 if (validateInstruction(Inst, OperandLocs))
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp316 bool validateInstruction(MCInst &Inst, const OperandVector &Ops);
5627 bool ARMAsmParser::validateInstruction(MCInst &Inst, function in class:__anon25988::ARMAsmParser
7683 // an error in validateInstruction().
7707 // should have generated an error in validateInstruction().
7722 // should have generated an error in validateInstruction().
8046 if (validateInstruction(Inst, Operands)) {

Completed in 264 milliseconds