Home
last modified time | relevance | path

Searched refs:IdVec (Results 1 – 2 of 2) sorted by relevance

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVEntry.cpp208 SPIRVEntry::getValues(const std::vector<SPIRVId>& IdVec)const { in getValues()
210 for (auto i:IdVec) in getValues()
216 SPIRVEntry::getValueTypes(const std::vector<SPIRVId>& IdVec)const { in getValueTypes()
218 for (auto i:IdVec) in getValueTypes()
225 std::vector<SPIRVId> IdVec; in getIds() local
227 IdVec.push_back(i->getId()); in getIds()
228 return IdVec; in getIds()
DSPIRVModule.cpp1454 SPIRVModuleImpl::getValues(const std::vector<SPIRVId>& IdVec)const { in getValues()
1456 for (auto i:IdVec) in getValues()
1462 SPIRVModuleImpl::getValueTypes(const std::vector<SPIRVId>& IdVec)const { in getValueTypes()
1464 for (auto i:IdVec) in getValueTypes()
1471 std::vector<SPIRVId> IdVec; in getIds() local
1473 IdVec.push_back(i->getId()); in getIds()
1474 return IdVec; in getIds()
1479 std::vector<SPIRVId> IdVec; in getIds() local
1481 IdVec.push_back(i->getId()); in getIds()
1482 return IdVec; in getIds()