Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/utils/TableGen/
H A DLLDBOptionDefEmitter.cpp41 auto Groups = Option->getValueAsListOfInts("Groups"); in CommandOption()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp518 std::vector<int64_t> Log2LMULList = R->getValueAsListOfInts("Log2LMUL"); in createRVVIntrinsics()
525 R->getValueAsListOfInts("IntrinsicTypes"); in createRVVIntrinsics()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp403 ItinData->getValueAsListOfInts("OperandCycles"); in FormItineraryOperandCycleString()
1171 WriteRes->getValueAsListOfInts("ReleaseAtCycles"); in GenSchedClassTables()
1174 WriteRes->getValueAsListOfInts("AcquireAtCycles"); in GenSchedClassTables()
H A DRegisterInfoEmitter.cpp389 std::vector<int64_t> RegNums = Reg->getValueAsListOfInts("DwarfNumbers"); in EmitRegMappingTables()
515 Reg->getValueAsListOfInts("DwarfNumbers").size()); in EmitRegMapping()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.cpp356 EC->getValueAsListOfInts("OperandIndices"); in processSTIPredicate()
1859 std::vector<int64_t> RegisterCosts = RF->getValueAsListOfInts("RegCosts"); in collectRegisterFiles()
H A DCodeGenRegisters.cpp163 CostPerUse(R->getValueAsListOfInts("CostPerUse")), in CodeGenRegister()
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1923 std::vector<int64_t> getValueAsListOfInts(StringRef FieldName) const;
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp3023 Record::getValueAsListOfInts(StringRef FieldName) const { in getValueAsListOfInts() function in Record