Searched refs:getValueAsListOfInts (Results 1 – 9 of 9) sorted by relevance
427 T->getValueAsDef("VectorList")->getValueAsListOfInts("List").size(); in VerifySignature()739 for (const auto V : VectList->getValueAsListOfInts("List")) { in EmitQualTypeFinder()820 GenType->getValueAsDef("VectorList")->getValueAsListOfInts("List"); in EmitQualTypeFinder()980 Type->getValueAsDef("VectorList")->getValueAsListOfInts("List"); in getTypeLists()
1089 std::vector<int64_t> Log2LMULList = R->getValueAsListOfInts("Log2LMUL"); in createRVVIntrinsics()1093 R->getValueAsListOfInts("IntrinsicTypes"); in createRVVIntrinsics()
42 auto Groups = Option->getValueAsListOfInts("Groups"); in CommandOption()
391 std::vector<int64_t> RegNums = Reg->getValueAsListOfInts("DwarfNumbers"); in EmitRegMappingTables()517 Reg->getValueAsListOfInts("DwarfNumbers").size()); in EmitRegMapping()
342 ItinData->getValueAsListOfInts("OperandCycles"); in FormItineraryOperandCycleString()1104 WriteRes->getValueAsListOfInts("ResourceCycles"); in GenSchedClassTables()
340 EC->getValueAsListOfInts("OperandIndices"); in processSTIPredicate()1856 std::vector<int64_t> RegisterCosts = RF->getValueAsListOfInts("RegCosts"); in collectRegisterFiles()
158 CostPerUse(R->getValueAsListOfInts("CostPerUse")), in CodeGenRegister()
1730 std::vector<int64_t> getValueAsListOfInts(StringRef FieldName) const;
2549 Record::getValueAsListOfInts(StringRef FieldName) const { in getValueAsListOfInts() function in Record