Searched refs:SPIRVVariable (Results 1 – 5 of 5) sorted by relevance
97 SPIRVVariable *getVariable(unsigned I) const { return VariableVec[I];} in getVariable()324 typedef std::vector<SPIRVVariable *> SPIRVVariableVec;496 auto BV = static_cast<SPIRVVariable*>(E); in layoutEntry()1144 SPIRVVariable *Variable = new SPIRVVariable(Type, getId(), Initializer, in addVariable()1184 typedef std::vector<SPIRVVariable *> SPIRVVariableVec;1233 VariableVec.push_back(static_cast<SPIRVVariable*>(E)); in visit()
78 class SPIRVVariable; variable118 virtual SPIRVVariable *getVariable(unsigned) const = 0;
440 class SPIRVVariable : public SPIRVInstruction {443 SPIRVVariable(SPIRVType *TheType, SPIRVId TheId, in SPIRVVariable() function456 SPIRVVariable() :SPIRVInstruction(OpVariable), in SPIRVVariable() function
1432 auto BVar = static_cast<SPIRVVariable *>(BV); in transValueWithoutDecoration()2646 if (static_cast<const SPIRVVariable*>(V)->getInitializer() == 0) in transLinkageType()2654 if (static_cast<const SPIRVVariable*>(V)->getInitializer() == 0 ) in transLinkageType()
894 auto BVar = static_cast<SPIRVVariable *>(BM->addVariable( in transValueWithoutDecoration()