Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangOpenCLBuiltinEmitter.cpp470 T->getValueAsDef("VectorList")->getValueAsListOfInts("List").size(); in VerifySignature()
793 for (const auto V : VectList->getValueAsListOfInts("List")) { in EmitQualTypeFinder()
873 GenType->getValueAsDef("VectorList")->getValueAsListOfInts("List"); in EmitQualTypeFinder()
1031 Type->getValueAsDef("VectorList")->getValueAsListOfInts("List"); in getTypeLists()
H A DRISCVVEmitter.cpp639 std::vector<int64_t> Log2LMULList = R->getValueAsListOfInts("Log2LMUL"); in createRVVIntrinsics()
646 R->getValueAsListOfInts("IntrinsicTypes"); in createRVVIntrinsics()
H A DClangBuiltinsEmitter.cpp401 for (int64_t Index : Attr->getValueAsListOfInts("Indices")) in renderAttributes()
/freebsd/contrib/llvm-project/lldb/utils/TableGen/
H A DLLDBOptionDefEmitter.cpp41 auto Groups = Option->getValueAsListOfInts("Groups"); in CommandOption()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp391 ItinData->getValueAsListOfInts("OperandCycles"); in formItineraryOperandCycleString()
1143 WriteRes->getValueAsListOfInts("ReleaseAtCycles"); in genSchedClassTables()
1146 WriteRes->getValueAsListOfInts("AcquireAtCycles"); in genSchedClassTables()
1253 ReadAdvance->getValueAsListOfInts("CycleTunables"); in genSchedClassTables()
H A DRegisterInfoEmitter.cpp383 std::vector<int64_t> RegNums = Reg->getValueAsListOfInts("DwarfNumbers"); in EmitRegMappingTables()
509 Reg->getValueAsListOfInts("DwarfNumbers").size()); in EmitRegMapping()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.cpp348 EC->getValueAsListOfInts("OperandIndices"); in processSTIPredicate()
1804 std::vector<int64_t> RegisterCosts = RF->getValueAsListOfInts("RegCosts"); in collectRegisterFiles()
H A DCodeGenRegisters.cpp165 CostPerUse(R->getValueAsListOfInts("CostPerUse")), in CodeGenRegister()
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1932 std::vector<int64_t> getValueAsListOfInts(StringRef FieldName) const;
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp3120 Record::getValueAsListOfInts(StringRef FieldName) const { in getValueAsListOfInts() function in Record