reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1654 std::vector<int64_t> getValueAsListOfInts(StringRef FieldName) const;
299 T->getValueAsDef("VectorList")->getValueAsListOfInts("List").size(); 475 for (const auto V : VectList->getValueAsListOfInts("List")) { 535 ->getValueAsListOfInts("List")tools/clang/utils/TableGen/MveEmitter.cpp
1027 for (unsigned i : Op->getValueAsListOfInts("address_params")) 1030 for (unsigned i : Op->getValueAsListOfInts("int_constant_params"))tools/lldb/utils/TableGen/LLDBOptionDefEmitter.cpp
42 auto Groups = Option->getValueAsListOfInts("Groups");
utils/TableGen/CodeGenSchedule.cpp341 EC->getValueAsListOfInts("OperandIndices"); 1810 std::vector<int64_t> RegisterCosts = RF->getValueAsListOfInts("RegCosts");utils/TableGen/RegisterInfoEmitter.cpp
379 std::vector<int64_t> RegNums = Reg->getValueAsListOfInts("DwarfNumbers"); 513 Reg->getValueAsListOfInts("DwarfNumbers").size());utils/TableGen/SubtargetEmitter.cpp
342 ItinData->getValueAsListOfInts("OperandCycles"); 1106 WriteRes->getValueAsListOfInts("ResourceCycles");