Home
last modified time | relevance | path

Searched refs:getValueAsListOfInts (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/clang/utils/TableGen/
H A DClangOpenCLBuiltinEmitter.cpp461 T->getValueAsDef("VectorList")->getValueAsListOfInts("List").size(); in VerifySignature()
787 for (const auto V : VectList->getValueAsListOfInts("List")) { in EmitQualTypeFinder()
876 GenType->getValueAsDef("VectorList")->getValueAsListOfInts("List"); in EmitQualTypeFinder()
1035 Type->getValueAsDef("VectorList")->getValueAsListOfInts("List"); in getTypeLists()
H A DRISCVVEmitter.cpp489 std::vector<int64_t> Log2LMULList = R->getValueAsListOfInts("Log2LMUL"); in createRVVIntrinsics()
494 R->getValueAsListOfInts("IntrinsicTypes"); in createRVVIntrinsics()
/llvm-project-15.0.7/lldb/utils/TableGen/
H A DLLDBOptionDefEmitter.cpp41 auto Groups = Option->getValueAsListOfInts("Groups"); in CommandOption()
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp391 std::vector<int64_t> RegNums = Reg->getValueAsListOfInts("DwarfNumbers"); in EmitRegMappingTables()
517 Reg->getValueAsListOfInts("DwarfNumbers").size()); in EmitRegMapping()
H A DSubtargetEmitter.cpp378 ItinData->getValueAsListOfInts("OperandCycles"); in FormItineraryOperandCycleString()
1140 WriteRes->getValueAsListOfInts("ResourceCycles"); in GenSchedClassTables()
H A DCodeGenSchedule.cpp339 EC->getValueAsListOfInts("OperandIndices"); in processSTIPredicate()
1864 std::vector<int64_t> RegisterCosts = RF->getValueAsListOfInts("RegCosts"); in collectRegisterFiles()
H A DCodeGenRegisters.cpp155 CostPerUse(R->getValueAsListOfInts("CostPerUse")), in CodeGenRegister()
/llvm-project-15.0.7/llvm/include/llvm/TableGen/
H A DRecord.h1810 std::vector<int64_t> getValueAsListOfInts(StringRef FieldName) const;
/llvm-project-15.0.7/llvm/docs/TableGen/
H A DBackGuide.rst602 SomeRec->getValueAsListOfInts("RegCosts");
/llvm-project-15.0.7/llvm/lib/TableGen/
H A DRecord.cpp2684 Record::getValueAsListOfInts(StringRef FieldName) const { in getValueAsListOfInts() function in Record