Searched refs:getValueAsListOfInts (Results 1 – 10 of 10) sorted by relevance
470 T->getValueAsDef("VectorList")->getValueAsListOfInts("List").size(); in VerifySignature()793 for (const auto V : VectList->getValueAsListOfInts("List")) { in EmitQualTypeFinder()873 GenType->getValueAsDef("VectorList")->getValueAsListOfInts("List"); in EmitQualTypeFinder()1031 Type->getValueAsDef("VectorList")->getValueAsListOfInts("List"); in getTypeLists()
639 std::vector<int64_t> Log2LMULList = R->getValueAsListOfInts("Log2LMUL"); in createRVVIntrinsics()646 R->getValueAsListOfInts("IntrinsicTypes"); in createRVVIntrinsics()
401 for (int64_t Index : Attr->getValueAsListOfInts("Indices")) in renderAttributes()
41 auto Groups = Option->getValueAsListOfInts("Groups"); in CommandOption()
391 ItinData->getValueAsListOfInts("OperandCycles"); in formItineraryOperandCycleString()1143 WriteRes->getValueAsListOfInts("ReleaseAtCycles"); in genSchedClassTables()1146 WriteRes->getValueAsListOfInts("AcquireAtCycles"); in genSchedClassTables()1253 ReadAdvance->getValueAsListOfInts("CycleTunables"); in genSchedClassTables()
383 std::vector<int64_t> RegNums = Reg->getValueAsListOfInts("DwarfNumbers"); in EmitRegMappingTables()509 Reg->getValueAsListOfInts("DwarfNumbers").size()); in EmitRegMapping()
348 EC->getValueAsListOfInts("OperandIndices"); in processSTIPredicate()1804 std::vector<int64_t> RegisterCosts = RF->getValueAsListOfInts("RegCosts"); in collectRegisterFiles()
165 CostPerUse(R->getValueAsListOfInts("CostPerUse")), in CodeGenRegister()
1932 std::vector<int64_t> getValueAsListOfInts(StringRef FieldName) const;
3120 Record::getValueAsListOfInts(StringRef FieldName) const { in getValueAsListOfInts() function in Record