Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DClangOpenCLBuiltinEmitter.cpp473 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()
H A DRISCVVEmitter.cpp520 std::vector<int64_t> Log2LMULList = R->getValueAsListOfInts("Log2LMUL"); in createRVVIntrinsics()
527 R->getValueAsListOfInts("IntrinsicTypes"); in createRVVIntrinsics()
/freebsd-14.2/contrib/llvm-project/lldb/utils/TableGen/
H A DLLDBOptionDefEmitter.cpp41 auto Groups = Option->getValueAsListOfInts("Groups"); in CommandOption()
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp390 ItinData->getValueAsListOfInts("OperandCycles"); in FormItineraryOperandCycleString()
1154 WriteRes->getValueAsListOfInts("ReleaseAtCycles"); in GenSchedClassTables()
1157 WriteRes->getValueAsListOfInts("AcquireAtCycles"); in GenSchedClassTables()
H A DRegisterInfoEmitter.cpp392 std::vector<int64_t> RegNums = Reg->getValueAsListOfInts("DwarfNumbers"); in EmitRegMappingTables()
518 Reg->getValueAsListOfInts("DwarfNumbers").size()); in EmitRegMapping()
H A DCodeGenSchedule.cpp357 EC->getValueAsListOfInts("OperandIndices"); in processSTIPredicate()
1881 std::vector<int64_t> RegisterCosts = RF->getValueAsListOfInts("RegCosts"); in collectRegisterFiles()
H A DCodeGenRegisters.cpp155 CostPerUse(R->getValueAsListOfInts("CostPerUse")), in CodeGenRegister()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1923 std::vector<int64_t> getValueAsListOfInts(StringRef FieldName) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp3023 Record::getValueAsListOfInts(StringRef FieldName) const { in getValueAsListOfInts() function in Record