Searched refs:TGError (Results 1 – 13 of 13) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/TableGen/ |
D | Error.h | 22 class TGError { 26 TGError(SMLoc loc, const std::string &message) : Loc(loc), Message(message) {} in TGError() function 35 void PrintError(const TGError &Error);
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | CodeGenInstruction.cpp | 420 throw TGError(Loc, "result argument #" + utostr(AliasOpNo) + in tryAliasOpMatch() 443 throw TGError(Loc, "fixed register " + ADI->getDef()->getName() + in tryAliasOpMatch() 448 throw TGError(Loc, "result fixed register argument must " in tryAliasOpMatch() 460 throw TGError(Loc, "reg0 used for result that is not an " in tryAliasOpMatch() 472 throw TGError(Loc, "result argument #" + utostr(AliasOpNo) + in tryAliasOpMatch() 488 throw TGError(R->getLoc(), "result of inst alias should be an instruction"); in CodeGenInstAlias() 504 throw TGError(R->getLoc(), "result value $" + Result->getArgName(i) + in CodeGenInstAlias() 519 throw TGError(R->getLoc(), "not enough arguments for instruction!"); in CodeGenInstAlias() 538 throw TGError(R->getLoc(), "not enough arguments for instruction!"); in CodeGenInstAlias() 546 throw TGError(R->getLoc(), "result argument #" + utostr(AliasOpNo) + in CodeGenInstAlias() [all …]
|
D | PseudoLoweringEmitter.cpp | 47 throw TGError(Rec->getLoc(), in addDagOperandMapping() 86 throw TGError(Rec->getLoc(), Rec->getName() + in evaluateExpansion() 90 throw TGError(Rec->getLoc(), "Pseudo result '" + Operator->getName() + in evaluateExpansion() 96 throw TGError(Rec->getLoc(), "Pseudo result '" + Operator->getName() + in evaluateExpansion() 100 throw TGError(Rec->getLoc(), "Pseudo result '" + Operator->getName() + in evaluateExpansion() 133 throw TGError(Rec->getLoc(), in evaluateExpansion()
|
D | CodeGenRegisters.cpp | 58 throw TGError(TheDef->getLoc(), "Register " + getName() + in getSubRegs() 65 throw TGError(TheDef->getLoc(), "SubRegIndex " + Indices[i]->getName() + in getSubRegs() 99 throw TGError(TheDef->getLoc(), "Invalid dag '" + in getSubRegs() 104 throw TGError(TheDef->getLoc(), "Invalid SubClassIndex in " + in getSubRegs() 113 throw TGError(TheDef->getLoc(), "Invalid SubClassIndex in " + in getSubRegs() 118 throw TGError(TheDef->getLoc(), "Composite " + Pat->getAsString() + in getSubRegs() 169 throw TGError(Def->getLoc(), "SubRegIndices and SubRegs size mismatch"); in expand() 171 throw TGError(Def->getLoc(), "Tuples must have at least 2 sub-registers"); in expand() 297 throw TGError(R->getLoc(), " AltOrder register " + Reg->getName() + in CodeGenRegisterClass() 589 throw TGError(Def->getLoc(), "Not a known RegisterClass!"); in getRegClass()
|
D | AsmMatcherEmitter.cpp | 742 throw TGError(TheDef->getLoc(), in TokenizeAsmString() 752 throw TGError(TheDef->getLoc(), "instruction with empty asm string"); in Validate() 757 throw TGError(TheDef->getLoc(), in Validate() 765 throw TGError(TheDef->getLoc(), in Validate() 779 throw TGError(TheDef->getLoc(), in Validate() 787 throw TGError(TheDef->getLoc(), in Validate() 825 throw TGError(TheDef->getLoc(), Err); in getSingletonRegisterForAsmOperand() 891 throw TGError(Rec->getLoc(), "RegisterOperand `" + Rec->getName() + in getOperandClass() 895 throw TGError(Rec->getLoc(), "register class has no class info!"); in getOperandClass() 902 throw TGError(Rec->getLoc(), "register class has no class info!"); in getOperandClass() [all …]
|
D | DisassemblerEmitter.cpp | 124 throw TGError(Target.getTargetRecord()->getLoc(), in run()
|
D | SetTheory.cpp | 270 throw TGError(Set->getLoc(), Error); in expand()
|
D | FastISelEmitter.cpp | 548 throw TGError(Pattern.getSrcRecord()->getLoc(), in collectPatterns()
|
D | CodeGenDAGPatterns.cpp | 773 throw TGError(R->getLoc(), "Cannot use 'Void' as type to SDTCisVT"); in SDTypeConstraint() 1725 throw TGError(TheRecord->getLoc(), "In " + TheRecord->getName() + ": " + Msg); in error() 2835 throw TGError(InstInfo.TheDef->getLoc(), "The instruction " + in InferInstructionFlags()
|
D | AsmWriterEmitter.cpp | 492 throw TGError(Reg.TheDef->getLoc(), in emitRegisterNameString()
|
/external/swiftshader/third_party/LLVM/lib/TableGen/ |
D | Error.cpp | 35 void PrintError(const TGError &Error) { in PrintError()
|
D | Main.cpp | 111 } catch (const TGError &Error) { in TableGenMain()
|
D | Record.cpp | 791 throw TGError(CurRec->getLoc(), "Undefined reference:'" + Name + "'\n"); in Fold() 1066 throw TGError(CurRec->getLoc(), "!foreach requires an operator\n"); in ForeachHelper() 1072 throw TGError(CurRec->getLoc(), "!foreach requires typed variable\n"); in ForeachHelper()
|