reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/TableGen/Record.h
 1654   std::vector<int64_t> getValueAsListOfInts(StringRef FieldName) const;

References

tools/clang/utils/TableGen/ClangOpenCLBuiltinEmitter.cpp
  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.cpp
  341           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");