Home
last modified time | relevance | path

Searched refs:TGError (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/TableGen/
DError.h22 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/
DCodeGenInstruction.cpp420 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 …]
DPseudoLoweringEmitter.cpp47 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()
DCodeGenRegisters.cpp58 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()
DAsmMatcherEmitter.cpp742 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 …]
DDisassemblerEmitter.cpp124 throw TGError(Target.getTargetRecord()->getLoc(), in run()
DSetTheory.cpp270 throw TGError(Set->getLoc(), Error); in expand()
DFastISelEmitter.cpp548 throw TGError(Pattern.getSrcRecord()->getLoc(), in collectPatterns()
DCodeGenDAGPatterns.cpp773 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()
DAsmWriterEmitter.cpp492 throw TGError(Reg.TheDef->getLoc(), in emitRegisterNameString()
/external/swiftshader/third_party/LLVM/lib/TableGen/
DError.cpp35 void PrintError(const TGError &Error) { in PrintError()
DMain.cpp111 } catch (const TGError &Error) { in TableGenMain()
DRecord.cpp791 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()