Home
last modified time | relevance | path

Searched defs:TheId (Results 1 – 10 of 10) sorted by relevance

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVValue.h60 SPIRVType *TheType, SPIRVId TheId) in SPIRVValue()
73 SPIRVId TheId) in SPIRVValue()
130 SPIRVConstant(SPIRVModule *M, SPIRVType *TheType, SPIRVId TheId, in SPIRVConstant()
138 SPIRVConstant(SPIRVModule *M, SPIRVType *TheType, SPIRVId TheId, float TheValue) in SPIRVConstant()
145 SPIRVConstant(SPIRVModule *M, SPIRVType *TheType, SPIRVId TheId, double TheValue) in SPIRVConstant()
198 SPIRVConstantEmpty(SPIRVModule *M, SPIRVType *TheType, SPIRVId TheId) in SPIRVConstantEmpty()
215 SPIRVConstantBool(SPIRVModule *M, SPIRVType *TheType, SPIRVId TheId) in SPIRVConstantBool()
233 SPIRVConstantNull(SPIRVModule *M, SPIRVType *TheType, SPIRVId TheId) in SPIRVConstantNull()
256 SPIRVUndef(SPIRVModule *M, SPIRVType *TheType, SPIRVId TheId) in SPIRVUndef()
271 SPIRVConstantComposite(SPIRVModule *M, SPIRVType *TheType, SPIRVId TheId, in SPIRVConstantComposite()
[all …]
DSPIRVType.h62 SPIRVId TheId) in SPIRVType()
109 SPIRVTypeVoid(SPIRVModule *M, SPIRVId TheId) in SPIRVTypeVoid()
120 SPIRVTypeBool(SPIRVModule *M, SPIRVId TheId) in SPIRVTypeBool()
132 SPIRVTypeInt(SPIRVModule *M, SPIRVId TheId, unsigned TheBitWidth, in SPIRVTypeInt()
167 SPIRVTypeFloat(SPIRVModule *M, SPIRVId TheId, unsigned TheBitWidth) in SPIRVTypeFloat()
197 SPIRVTypePointer(SPIRVModule *M, SPIRVId TheId, in SPIRVTypePointer()
255 SPIRVTypeVector(SPIRVModule *M, SPIRVId TheId, SPIRVType *TheCompType, in SPIRVTypeVector()
325 SPIRVTypeOpaque(SPIRVModule *M, SPIRVId TheId, const std::string& TheName) in SPIRVTypeOpaque()
393 SPIRVTypeImage(SPIRVModule *M, SPIRVId TheId, SPIRVId TheSampledType, in SPIRVTypeImage()
399 SPIRVTypeImage(SPIRVModule *M, SPIRVId TheId, SPIRVId TheSampledType, in SPIRVTypeImage()
[all …]
DSPIRVInstruction.cpp50 SPIRVType *TheType, SPIRVId TheId, SPIRVBasicBlock *TheBB) in SPIRVInstruction()
57 SPIRVType *TheType, SPIRVId TheId, SPIRVBasicBlock *TheBB, SPIRVModule *TheBM) in SPIRVInstruction()
64 SPIRVId TheId, SPIRVBasicBlock *TheBB) in SPIRVInstruction()
96 SPIRVFunctionCall::SPIRVFunctionCall(SPIRVId TheId, SPIRVFunction *TheFunction, in SPIRVFunctionCall()
DSPIRVBasicBlock.cpp51 SPIRVBasicBlock::SPIRVBasicBlock(SPIRVId TheId, SPIRVFunction *Func) in SPIRVBasicBlock()
DSPIRVInstruction.h190 SPIRVId TheId, SPIRVBasicBlock *TheBB, in create()
198 SPIRVId TheId, const std::vector<SPIRVWord> &TheOps, SPIRVBasicBlock *TheBB, in create()
212 SPIRVId TheId, SPIRVBasicBlock *TheBB, in init()
443 SPIRVVariable(SPIRVType *TheType, SPIRVId TheId, in SPIRVVariable()
DSPIRVFunction.cpp49 SPIRVFunctionParameter::SPIRVFunctionParameter(SPIRVType *TheType, SPIRVId TheId, in SPIRVFunctionParameter()
DSPIRVEntry.h206 SPIRVId TheId) in SPIRVEntry()
233 T* get(SPIRVId TheId)const { return static_cast<T*>(getEntry(TheId));} in get()
285 void setId(SPIRVId TheId) { Id = TheId;} in setId()
482 SPIRVString(SPIRVModule *M, SPIRVId TheId, const std::string &TheStr) in SPIRVString()
DSPIRVType.cpp261 SPIRVTypeArray::SPIRVTypeArray(SPIRVModule *M, SPIRVId TheId, SPIRVType *TheElemType, in SPIRVTypeArray()
DSPIRVDecorate.h237 SPIRVDecorationGroup(SPIRVModule *TheModule, SPIRVId TheId) in SPIRVDecorationGroup()
DSPIRVEntry.cpp416 SPIRVExecutionModelKind TheExecModel, SPIRVId TheId, in SPIRVEntryPoint()
523 SPIRVExtInstImport::SPIRVExtInstImport(SPIRVModule *TheModule, SPIRVId TheId, in SPIRVExtInstImport()