Searched refs:getValueAsInt (Results 1 – 23 of 23) sorted by relevance
176 int Size = Action->getValueAsInt("Size"); in EmitAction()177 int Align = Action->getValueAsInt("Align"); in EmitAction()200 int Size = Action->getValueAsInt("Size"); in EmitAction()201 int Align = Action->getValueAsInt("Align"); in EmitAction()260 int Size = Action->getValueAsInt("Size"); in EmitAction()261 int Align = Action->getValueAsInt("Align"); in EmitAction()
39 return (MVT::SimpleValueType)Rec->getValueAsInt("Value"); in getValueType()386 NumOperands = R->getValueAsInt("NumOperands"); in ComplexPattern()492 unsigned MatchTy = TyEl->getValueAsInt("Number"); in CodeGenIntrinsic()526 unsigned MatchTy = TyEl->getValueAsInt("Number"); in CodeGenIntrinsic()579 unsigned ArgNo = Property->getValueAsInt("ArgNo"); in CodeGenIntrinsic()582 unsigned ArgNo = Property->getValueAsInt("ArgNo"); in CodeGenIntrinsic()585 unsigned ArgNo = Property->getValueAsInt("ArgNo"); in CodeGenIntrinsic()
77 int APrec = A->getValueAsDef("Kind")->getValueAsInt("Precedence"); in CompareOptionRecords()78 int BPrec = B->getValueAsDef("Kind")->getValueAsInt("Precedence"); in CompareOptionRecords()269 OS << ", " << R.getValueAsInt("NumArgs"); in EmitOptParser()
294 int Cycles = Stage->getValueAsInt("Cycles"); in FormItineraryStageString()307 int TimeInc = Stage->getValueAsInt("TimeInc"); in FormItineraryStageString()310 int Kind = Stage->getValueAsInt("Kind"); in FormItineraryStageString()508 int NumUOps = ItinData ? ItinData->getValueAsInt("NumMicroOps") : 0; in EmitStageAndOperandCycleData()602 int V = R ? R->getValueAsInt(Name) : -1; in EmitProcessorProp()625 int BufferSize = PRDef->getValueAsInt("BufferSize"); in EmitProcessorResources()630 NumUnits += (*RUI)->getValueAsInt("NumUnits"); in EmitProcessorResources()640 NumUnits = PRDef->getValueAsInt("NumUnits"); in EmitProcessorResources()942 WLEntry.Cycles += WriteRes->getValueAsInt("Latency"); in GenSchedClassTables()943 SCDesc.NumMicroOps += WriteRes->getValueAsInt("NumMicroOps"); in GenSchedClassTables()[all …]
281 unsigned PassSubtarget = AsmWriter->getValueAsInt("PassSubtarget"); in EmitPrintInstruction()792 unsigned Variant = AsmWriter->getValueAsInt("Variant"); in EmitPrintAliasInstruction()793 unsigned PassSubtarget = AsmWriter->getValueAsInt("PassSubtarget"); in EmitPrintAliasInstruction()806 int Priority = R->getValueAsInt("EmitPriority"); in EmitPrintAliasInstruction()1109 AsmWriterInst(*I, AsmWriter->getValueAsInt("Variant"), in AsmWriterEmitter()1110 AsmWriter->getValueAsInt("PassSubtarget"))); in AsmWriterEmitter()
38 Size = R->getValueAsInt("Size"); in CodeGenSubRegIndex()39 Offset = R->getValueAsInt("Offset"); in CodeGenSubRegIndex()109 CostPerUse(R->getValueAsInt("CostPerUse")), in CodeGenRegister()580 unsigned(Reg->getValueAsInt("CostPerUse"))); in expand()706 unsigned Size = R->getValueAsInt("Size"); in CodeGenRegisterClass()710 SpillAlignment = R->getValueAsInt("Alignment"); in CodeGenRegisterClass()711 CopyCost = R->getValueAsInt("CopyCost"); in CodeGenRegisterClass()714 int AllocationPriority = R->getValueAsInt("AllocationPriority"); in CodeGenRegisterClass()
67 Cost += Op->getValueAsInt("CodeSize"); in getResultPatternSize()
123 Res += utostr(OpR->getValueAsInt("RegClassKind")) + ", "; in GetOperandInfo()479 << Inst.TheDef->getValueAsInt("Size") << ",\t0"; in emitRecord()
868 OperandNo = R->getValueAsInt("OperandNum"); in SDTypeConstraint()886 x.SDTCisSameAs_Info.OtherOperandNum = R->getValueAsInt("OtherOperandNum"); in SDTypeConstraint()890 R->getValueAsInt("OtherOperandNum"); in SDTypeConstraint()894 R->getValueAsInt("BigOperandNum"); in SDTypeConstraint()897 x.SDTCisEltOfVec_Info.OtherOperandNum = R->getValueAsInt("OtherOpNum"); in SDTypeConstraint()901 R->getValueAsInt("OtherOpNum"); in SDTypeConstraint()914 R->getValueAsInt("OtherOperandNum"); in SDTypeConstraint()1089 NumResults = TypeProfile->getValueAsInt("NumResults"); in SDNodeInfo()1090 NumOperands = TypeProfile->getValueAsInt("NumOperands"); in SDNodeInfo()3137 Instr->getValueAsInt("AddedComplexity"), in ParseInstructions()[all …]
303 unsigned Number = R->getValueAsInt("Number"); in EncodeFixedType()352 AddrSpace = R->getValueAsInt("AddrSpace"); in EncodeFixedType()
1334 int AsmVariantNo = AsmVariant->getValueAsInt("Variant"); in buildInfo()2409 int AsmParserVariantNo = AsmVariant->getValueAsInt("Variant"); in emitMnemonicAliases()2799 int AsmVariantNo = AsmVariant->getValueAsInt("Variant"); in run()2846 int AsmVariantNo = AsmVariant->getValueAsInt("Variant"); in run()2899 int AsmVariantNo = AsmVariant->getValueAsInt("Variant"); in run()
1828 utostr(TypeRecord->getValueAsInt("RegClassKind")); in populateInstruction()1900 utostr(TypeRecord->getValueAsInt("RegClassKind")); in populateInstruction()2154 unsigned Size = Def->getValueAsInt("Size"); in run()
412 SchedRW.TheDef ? SchedRW.TheDef->getValueAsInt("Repeat") : 1; in expandRWSequence()453 SchedWrite.TheDef ? SchedWrite.TheDef->getValueAsInt("Repeat") : 1; in expandRWSeqForProc()
126 uint64_t Attribute::getValueAsInt() const { in getValueAsInt() function in Attribute130 return pImpl ? pImpl->getValueAsInt() : 0; in getValueAsInt()160 return pImpl->getValueAsInt(); in getAlignment()168 return pImpl->getValueAsInt(); in getStackAlignment()176 return pImpl->getValueAsInt(); in getDereferenceableBytes()183 return pImpl->getValueAsInt(); in getDereferenceableOrNullBytes()275 Result += utostr(getValueAsInt()); in getAsString()284 Result += utostr(getValueAsInt()); in getAsString()287 Result += utostr(getValueAsInt()); in getAsString()353 uint64_t AttributeImpl::getValueAsInt() const { in getValueAsInt() function in AttributeImpl[all …]
59 uint64_t getValueAsInt() const;71 Profile(ID, getKindAsEnum(), getValueAsInt()); in Profile()
59 uint64_t CodePoint = Tag.getValueAsInt("CodePoint"); in EmitClangCommentHTMLNamedCharacterReferences()
36 << Tag.getValueAsInt("NumArgs") << ", " in EmitClangCommentCommandInfo()
1037 Arg, Attr, "int", Arg.getValueAsInt("Default")); in createArgument()1867 Version = static_cast<int>(Spelling->getValueAsInt("Version")); in GenerateHasAttrSpellingStringSwitch()
169 uint64_t getValueAsInt() const;
1651 int64_t getValueAsInt(StringRef FieldName) const;
1876 int64_t Record::getValueAsInt(StringRef FieldName) const { in getValueAsInt() function in Record
279 Record.push_back(Attr.getValueAsInt()); in WriteAttributeGroupTable()
META-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd ...