Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/
H A DClangOpenCLBuiltinEmitter.cpp427 T->getValueAsDef("VectorList")->getValueAsListOfInts("List").size(); in VerifySignature()
739 for (const auto V : VectList->getValueAsListOfInts("List")) { in EmitQualTypeFinder()
820 GenType->getValueAsDef("VectorList")->getValueAsListOfInts("List"); in EmitQualTypeFinder()
980 Type->getValueAsDef("VectorList")->getValueAsListOfInts("List"); in getTypeLists()
H A DRISCVVEmitter.cpp1089 std::vector<int64_t> Log2LMULList = R->getValueAsListOfInts("Log2LMUL"); in createRVVIntrinsics()
1093 R->getValueAsListOfInts("IntrinsicTypes"); in createRVVIntrinsics()
/freebsd-13.1/contrib/llvm-project/lldb/utils/TableGen/
H A DLLDBOptionDefEmitter.cpp42 auto Groups = Option->getValueAsListOfInts("Groups"); in CommandOption()
/freebsd-13.1/contrib/llvm-project/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.cpp342 ItinData->getValueAsListOfInts("OperandCycles"); in FormItineraryOperandCycleString()
1104 WriteRes->getValueAsListOfInts("ResourceCycles"); in GenSchedClassTables()
H A DCodeGenSchedule.cpp340 EC->getValueAsListOfInts("OperandIndices"); in processSTIPredicate()
1856 std::vector<int64_t> RegisterCosts = RF->getValueAsListOfInts("RegCosts"); in collectRegisterFiles()
H A DCodeGenRegisters.cpp158 CostPerUse(R->getValueAsListOfInts("CostPerUse")), in CodeGenRegister()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1730 std::vector<int64_t> getValueAsListOfInts(StringRef FieldName) const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp2549 Record::getValueAsListOfInts(StringRef FieldName) const { in getValueAsListOfInts() function in Record