Searched refs:getValueAsInt (Results 1 - 15 of 15) sorted by relevance

/external/clang/utils/TableGen/
H A DOptParserEmitter.cpp51 int APrec = A->getValueAsDef("Kind")->getValueAsInt("Precedence");
52 int BPrec = B->getValueAsDef("Kind")->getValueAsInt("Precedence");
178 OS << ", " << R.getValueAsInt("NumArgs");
H A DClangCommentCommandInfoEmitter.cpp34 << Tag.getValueAsInt("NumArgs") << ", "
/external/llvm/utils/TableGen/
H A DCallingConvEmitter.cpp172 int Size = Action->getValueAsInt("Size");
173 int Align = Action->getValueAsInt("Align");
211 int Size = Action->getValueAsInt("Size");
212 int Align = Action->getValueAsInt("Align");
H A DCodeGenTarget.cpp38 return (MVT::SimpleValueType)Rec->getValueAsInt("Value");
353 NumOperands = R->getValueAsInt("NumOperands");
456 unsigned MatchTy = TyEl->getValueAsInt("Number");
490 unsigned MatchTy = TyEl->getValueAsInt("Number");
539 unsigned ArgNo = Property->getValueAsInt("ArgNo");
H A DSubtargetEmitter.cpp264 int Cycles = Stage->getValueAsInt("Cycles");
277 int TimeInc = Stage->getValueAsInt("TimeInc");
280 int Kind = Stage->getValueAsInt("Kind");
480 int NumUOps = ItinData ? ItinData->getValueAsInt("NumMicroOps") : 0;
573 int V = R ? R->getValueAsInt(Name) : -1;
H A DDAGISelEmitter.cpp65 Cost += Op->getValueAsInt("CodeSize");
H A DInstrInfoEmitter.cpp106 Res += utostr(OpR->getValueAsInt("RegClassKind")) + ", ";
312 << Inst.TheDef->getValueAsInt("Size") << ",\t0";
H A DIntrinsicEmitter.cpp280 unsigned Number = R->getValueAsInt("Number");
315 AddrSpace = R->getValueAsInt("AddrSpace");
H A DAsmWriterEmitter.cpp298 AsmWriter->getValueAsInt("Variant"),
299 AsmWriter->getValueAsInt("FirstOperandColumn"),
300 AsmWriter->getValueAsInt("OperandSpacing")));
H A DCodeGenRegisters.cpp95 CostPerUse(R->getValueAsInt("CostPerUse")),
620 unsigned(Reg->getValueAsInt("CostPerUse")));
737 unsigned Size = R->getValueAsInt("Size");
741 SpillAlignment = R->getValueAsInt("Alignment");
742 CopyCost = R->getValueAsInt("CopyCost");
H A DCodeGenDAGPatterns.cpp770 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");
2776 Instr->getValueAsInt("AddedComplexity"),
3151 CurPattern->getValueAsInt("AddedComplexit
[all...]
H A DFixedLenDecoderEmitter.cpp2019 unsigned Size = Def->getValueAsInt("Size");
H A DAsmMatcherEmitter.cpp1295 int AsmVariantNo = AsmVariant->getValueAsInt("Variant");
/external/llvm/include/llvm/TableGen/
H A DRecord.h1519 /// getValueAsInt - This method looks up the specified field and returns its
1523 int64_t getValueAsInt(StringRef FieldName) const;
/external/llvm/lib/TableGen/
H A DRecord.cpp1849 /// getValueAsInt - This method looks up the specified field and returns its
1853 int64_t Record::getValueAsInt(StringRef FieldName) const { function in class:Record

Completed in 683 milliseconds