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

  /external/clang/utils/TableGen/
OptParserEmitter.cpp 39 bool ASent = A->getValueAsDef("Kind")->getValueAsBit("Sentinel");
40 bool BSent = B->getValueAsDef("Kind")->getValueAsBit("Sentinel");
51 int APrec = A->getValueAsDef("Kind")->getValueAsInt("Precedence");
52 int BPrec = B->getValueAsDef("Kind")->getValueAsInt("Precedence");
144 OS << ", " << R.getValueAsDef("Kind")->getValueAsString("Name");
ClangASTNodesEmitter.cpp 114 Tree.insert(std::make_pair(R->getValueAsDef("Base"), R));
150 Record *B = R->getValueAsDef("Base");
ClangDiagnosticsEmitter.cpp 194 OS << R.getValueAsDef("Class")->getName();
195 OS << ", diag::" << R.getValueAsDef("DefaultMapping")->getName();
NeonEmitter.cpp     [all...]
  /external/llvm/utils/TableGen/
CallingConvEmitter.cpp 85 EmitAction(Action->getValueAsDef("SubAction"), Indent+2, O);
89 Record *CC = Action->getValueAsDef("CC");
173 O << ", " << getQualifiedName(Action->getValueAsDef("ShadowReg"));
179 Record *DestTy = Action->getValueAsDef("DestTy");
188 Record *DestTy = Action->getValueAsDef("DestTy");
192 Record *DestTy = Action->getValueAsDef("DestTy");
IntrinsicEmitter.cpp 232 MVT::SimpleValueType VT = getValueType(ArgType->getValueAsDef("VT"));
259 EmitTypeGenerate(OS, ArgType->getValueAsDef("ElTy"), ArgNo);
266 EmitTypeGenerate(OS, ArgType->getValueAsDef("ElTy"), ArgNo);
368 MVT::SimpleValueType VT = getValueType(ArgType->getValueAsDef("VT"));
396 MVT::SimpleValueType VT = getValueType(ArgType->getValueAsDef("VT"));
447 getValueType(ParamTys[N - 1]->getValueAsDef("VT")) == MVT::isVoid) {
CodeGenTarget.cpp 141 return TargetRec->getValueAsDef("InstructionSet");
331 Ty = ::getValueType(R->getValueAsDef("Ty"));
446 VT = getValueType(TyEl->getValueAsDef("VT"));
480 VT = getValueType(TyEl->getValueAsDef("VT"));
InstrInfoEmitter.cpp 46 return ItinClassMap[InstRec->getValueAsDef("Itinerary")->getName()];
85 OpR = OpR->getValueAsDef("RegClass");
SubtargetEmitter.cpp 447 const std::string &Name = ItinData->getValueAsDef("TheClass")->getName();
559 Processor->getValueAsDef("ProcItin")->getName();
CodeGenDAGPatterns.cpp 774 x.SDTCisVT_Info.VT = getValueType(R->getValueAsDef("VT"));
927 Record *TypeProfile = R->getValueAsDef("TypeProfile");
    [all...]
FastISelEmitter.cpp 251 OpLeafRec = OpLeafRec->getValueAsDef("RegClass");
459 Op0Rec = Op0Rec->getValueAsDef("RegClass");
CodeGenInstruction.cpp 448 InstOpRec = InstOpRec->getValueAsDef("RegClass");
AsmMatcherEmitter.cpp 907 Record *ClassRec = Rec->getValueAsDef("RegClass");
924 Record *MatchClass = Rec->getValueAsDef("ParserMatchClass")
    [all...]
AsmWriterEmitter.cpp 778 Rec = Rec->getValueAsDef("RegClass");
    [all...]
DAGISelMatcherGen.cpp 601 Def = Def->getValueAsDef("RegClass");
    [all...]
FixedLenDecoderEmitter.cpp     [all...]
  /external/llvm/include/llvm/TableGen/
Record.h     [all...]
  /external/llvm/lib/TableGen/
Record.cpp     [all...]

Completed in 1008 milliseconds