Searched refs:getValueAsListOfInts (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/contrib/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp325 std::vector<int64_t> RegNums = Reg->getValueAsListOfInts("DwarfNumbers");
449 Reg->getValueAsListOfInts("DwarfNumbers").size());
H A DSubtargetEmitter.cpp341 ItinData->getValueAsListOfInts("OperandCycles");
962 WriteRes->getValueAsListOfInts("ResourceCycles");
/freebsd-10.1-release/contrib/llvm/include/llvm/TableGen/
H A DRecord.h1591 /// getValueAsListOfInts - This method looks up the specified field and
1595 std::vector<int64_t> getValueAsListOfInts(StringRef FieldName) const;
/freebsd-10.1-release/contrib/llvm/lib/TableGen/
H A DRecord.cpp1877 /// getValueAsListOfInts - This method looks up the specified field and returns
1882 Record::getValueAsListOfInts(StringRef FieldName) const { function in class:Record

Completed in 196 milliseconds