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

  /external/clang/utils/TableGen/
OptParserEmitter.cpp 51 int APrec = A->getValueAsDef("Kind")->getValueAsInt("Precedence");
52 int BPrec = B->getValueAsDef("Kind")->getValueAsInt("Precedence");
174 OS << ", " << R.getValueAsInt("NumArgs");
  /external/llvm/utils/TableGen/
CallingConvEmitter.cpp 157 int Size = Action->getValueAsInt("Size");
158 int Align = Action->getValueAsInt("Align");
196 int Size = Action->getValueAsInt("Size");
197 int Align = Action->getValueAsInt("Align");
CodeGenTarget.cpp 37 return (MVT::SimpleValueType)Rec->getValueAsInt("Value");
332 NumOperands = R->getValueAsInt("NumOperands");
434 unsigned MatchTy = TyEl->getValueAsInt("Number");
468 unsigned MatchTy = TyEl->getValueAsInt("Number");
515 unsigned ArgNo = Property->getValueAsInt("ArgNo");
DAGISelEmitter.cpp 53 Cost += Op->getValueAsInt("CodeSize");
SubtargetEmitter.cpp 240 int Cycles = Stage->getValueAsInt("Cycles");
253 int TimeInc = Stage->getValueAsInt("TimeInc");
256 int Kind = Stage->getValueAsInt("Kind");
451 unsigned NumUOps = ItinClassList[Find]->getValueAsInt("NumMicroOps");
IntrinsicEmitter.cpp 235 unsigned Number = ArgType->getValueAsInt("Number");
357 unsigned Number = ArgType->getValueAsInt("Number");
385 unsigned Number = ArgType->getValueAsInt("Number");
InstrInfoEmitter.cpp 89 Res += utostr(OpR->getValueAsInt("RegClassKind")) + ", ";
295 << Inst.TheDef->getValueAsInt("Size") << ",\t0";
AsmWriterEmitter.cpp 267 AsmWriter->getValueAsInt("Variant"),
268 AsmWriter->getValueAsInt("FirstOperandColumn"),
269 AsmWriter->getValueAsInt("OperandSpacing")));
    [all...]
CodeGenRegisters.cpp 84 CostPerUse(R->getValueAsInt("CostPerUse")),
397 unsigned(Reg->getValueAsInt("CostPerUse")));
532 unsigned Size = R->getValueAsInt("Size");
536 SpillAlignment = R->getValueAsInt("Alignment");
537 CopyCost = R->getValueAsInt("CopyCost");
    [all...]
CodeGenDAGPatterns.cpp 770 OperandNo = R->getValueAsInt("OperandNum");
788 x.SDTCisSameAs_Info.OtherOperandNum = R->getValueAsInt("OtherOperandNum");
792 R->getValueAsInt("OtherOperandNum");
796 R->getValueAsInt("BigOperandNum");
799 x.SDTCisEltOfVec_Info.OtherOperandNum = R->getValueAsInt("OtherOpNum");
803 R->getValueAsInt("OtherOpNum");
928 NumResults = TypeProfile->getValueAsInt("NumResults");
929 NumOperands = TypeProfile->getValueAsInt("NumOperands");
    [all...]
FixedLenDecoderEmitter.cpp     [all...]
AsmMatcherEmitter.cpp     [all...]
  /external/llvm/include/llvm/TableGen/
Record.h     [all...]
  /external/llvm/lib/TableGen/
Record.cpp     [all...]

Completed in 141 milliseconds