HomeSort by relevance Sort by last modified time
    Searched refs:getValueAsDef (Results 1 - 21 of 21) sorted by null

  /external/llvm/utils/TableGen/
CallingConvEmitter.cpp 101 EmitAction(Action->getValueAsDef("SubAction"), Indent+2, O);
105 Record *CC = Action->getValueAsDef("CC");
189 O << ", " << getQualifiedName(Action->getValueAsDef("ShadowReg"));
195 Record *DestTy = Action->getValueAsDef("DestTy");
204 Record *DestTy = Action->getValueAsDef("DestTy");
208 Record *DestTy = Action->getValueAsDef("DestTy");
OptParserEmitter.cpp 44 bool ASent = A->getValueAsDef("Kind")->getValueAsBit("Sentinel");
45 bool BSent = B->getValueAsDef("Kind")->getValueAsBit("Sentinel");
72 int APrec = A->getValueAsDef("Kind")->getValueAsInt("Precedence");
73 int BPrec = B->getValueAsDef("Kind")->getValueAsInt("Precedence");
215 OS << ", " << R.getValueAsDef("Kind")->getValueAsString("Name");
CodeGenSchedule.cpp 167 Record *ItinsDef = ModelKey->getValueAsDef("Itineraries");
177 ProcDef->getValueAsDef("SchedModel"), ModelKey));
267 Record *MatchDef = (*AI)->getValueAsDef("MatchRW");
268 Record *AliasDef = (*AI)->getValueAsDef("AliasRW");
303 Record *AliasDef = (*AI)->getValueAsDef("AliasRW");
305 Record *MatchDef = (*AI)->getValueAsDef("MatchRW");
433 const CodeGenSchedRW &AliasRW = getSchedRW((*AI)->getValueAsDef("AliasRW"));
435 Record *ModelDef = (*AI)->getValueAsDef("SchedModel");
514 Record *ItinDef = (*I)->TheDef->getValueAsDef("Itinerary");
571 getProcModel((*RWI)->getValueAsDef("SchedModel"))
    [all...]
CodeGenTarget.cpp 161 return TargetRec->getValueAsDef("InstructionSet");
366 Ty = ::getValueType(R->getValueAsDef("Ty"));
482 VT = getValueType(TyEl->getValueAsDef("VT"));
516 VT = getValueType(TyEl->getValueAsDef("VT"));
CodeGenSchedule.h 252 Record *ModelDef = ProcDef->getValueAsDef("SchedModel");
253 Record *ItinsDef = ProcDef->getValueAsDef("ProcItin");
SubtargetEmitter.cpp 654 PRDef->getValueAsDef("Super"), ProcModel);
689 SchedModels.getSchedRW((*AI)->getValueAsDef("AliasRW"));
691 Record *ModelDef = AliasRW.TheDef->getValueAsDef("SchedModel");
710 if (AliasDef == (*WRI)->getValueAsDef("WriteType")
711 || SchedWrite.TheDef == (*WRI)->getValueAsDef("WriteType")) {
743 SchedModels.getSchedRW((*AI)->getValueAsDef("AliasRW"));
745 Record *ModelDef = AliasRW.TheDef->getValueAsDef("SchedModel");
764 if (AliasDef == (*RAI)->getValueAsDef("ReadType")
765 || SchedRead.TheDef == (*RAI)->getValueAsDef("ReadType")) {
876 Record *RWModelDef = (*RWI)->getValueAsDef("SchedModel")
    [all...]
CodeGenInstruction.cpp 454 InstOpRec = InstOpRec->getValueAsDef("RegClass");
570 InstOpRec->getValueAsDef("ParserMatchClass")
IntrinsicEmitter.cpp 294 MVT::SimpleValueType VT = getValueType(R->getValueAsDef("VT"));
327 return EncodeFixedType(R->getValueAsDef("ElTy"), ArgCodes, Sig);
InstrInfoEmitter.cpp 104 OpR = OpR->getValueAsDef("RegClass");
AsmWriterEmitter.cpp 838 Rec = Rec->getValueAsDef("RegClass");
847 R = R->getValueAsDef("RegClass");
    [all...]
FastISelEmitter.cpp 256 OpLeafRec = OpLeafRec->getValueAsDef("RegClass");
464 Op0Rec = Op0Rec->getValueAsDef("RegClass");
CodeGenDAGPatterns.cpp 808 x.SDTCisVT_Info.VT = getValueType(R->getValueAsDef("VT"));
972 return UpdateNodeType(ResNo, getValueType(Operand->getValueAsDef("Type")),
    [all...]
AsmMatcherEmitter.cpp     [all...]
DAGISelMatcherGen.cpp 597 Def = Def->getValueAsDef("RegClass");
    [all...]
FixedLenDecoderEmitter.cpp     [all...]
  /external/clang/utils/TableGen/
OptParserEmitter.cpp 44 bool ASent = A->getValueAsDef("Kind")->getValueAsBit("Sentinel");
45 bool BSent = B->getValueAsDef("Kind")->getValueAsBit("Sentinel");
72 int APrec = A->getValueAsDef("Kind")->getValueAsInt("Precedence");
73 int BPrec = B->getValueAsDef("Kind")->getValueAsInt("Precedence");
224 OS << ", " << R.getValueAsDef("Kind")->getValueAsString("Name");
ClangASTNodesEmitter.cpp 164 Tree.insert(std::make_pair(R->getValueAsDef("Base"), R));
210 Record *B = R->getValueAsDef("Base");
ClangDiagnosticsEmitter.cpp 173 assert(R->getValueAsDef("Class")->getName() != "CLASS_NOTE" &&
354 const std::string &ClsName = Diag->getValueAsDef("Class")->getName();
359 const std::string &DefMap = Diag->getValueAsDef("DefaultMapping")->getName();
470 const std::string &ClsName = Diag.getValueAsDef("Class")->getName();
525 OS << R.getValueAsDef("Class")->getName();
526 OS << ", diag::" << R.getValueAsDef("DefaultMapping")->getName();
NeonEmitter.cpp     [all...]
  /external/llvm/include/llvm/TableGen/
Record.h     [all...]
  /external/llvm/lib/TableGen/
Record.cpp     [all...]

Completed in 875 milliseconds