Searched refs:getValueAsListOfInts (Results 1 – 9 of 9) sorted by relevance
473 T->getValueAsDef("VectorList")->getValueAsListOfInts("List").size(); in VerifySignature()799 for (const auto V : VectList->getValueAsListOfInts("List")) { in EmitQualTypeFinder()888 GenType->getValueAsDef("VectorList")->getValueAsListOfInts("List"); in EmitQualTypeFinder()1047 Type->getValueAsDef("VectorList")->getValueAsListOfInts("List"); in getTypeLists()
518 std::vector<int64_t> Log2LMULList = R->getValueAsListOfInts("Log2LMUL"); in createRVVIntrinsics()525 R->getValueAsListOfInts("IntrinsicTypes"); in createRVVIntrinsics()
41 auto Groups = Option->getValueAsListOfInts("Groups"); in CommandOption()
403 ItinData->getValueAsListOfInts("OperandCycles"); in FormItineraryOperandCycleString()1171 WriteRes->getValueAsListOfInts("ReleaseAtCycles"); in GenSchedClassTables()1174 WriteRes->getValueAsListOfInts("AcquireAtCycles"); in GenSchedClassTables()
389 std::vector<int64_t> RegNums = Reg->getValueAsListOfInts("DwarfNumbers"); in EmitRegMappingTables()515 Reg->getValueAsListOfInts("DwarfNumbers").size()); in EmitRegMapping()
356 EC->getValueAsListOfInts("OperandIndices"); in processSTIPredicate()1859 std::vector<int64_t> RegisterCosts = RF->getValueAsListOfInts("RegCosts"); in collectRegisterFiles()
163 CostPerUse(R->getValueAsListOfInts("CostPerUse")), in CodeGenRegister()
1923 std::vector<int64_t> getValueAsListOfInts(StringRef FieldName) const;
3023 Record::getValueAsListOfInts(StringRef FieldName) const { in getValueAsListOfInts() function in Record