Searched defs:TheId (Results 1 – 10 of 10) sorted by relevance
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | SPIRVValue.h | 60 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 …]
|
D | SPIRVType.h | 62 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 …]
|
D | SPIRVInstruction.cpp | 50 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()
|
D | SPIRVBasicBlock.cpp | 51 SPIRVBasicBlock::SPIRVBasicBlock(SPIRVId TheId, SPIRVFunction *Func) in SPIRVBasicBlock()
|
D | SPIRVInstruction.h | 190 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()
|
D | SPIRVFunction.cpp | 49 SPIRVFunctionParameter::SPIRVFunctionParameter(SPIRVType *TheType, SPIRVId TheId, in SPIRVFunctionParameter()
|
D | SPIRVEntry.h | 206 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()
|
D | SPIRVType.cpp | 261 SPIRVTypeArray::SPIRVTypeArray(SPIRVModule *M, SPIRVId TheId, SPIRVType *TheElemType, in SPIRVTypeArray()
|
D | SPIRVDecorate.h | 237 SPIRVDecorationGroup(SPIRVModule *TheModule, SPIRVId TheId) in SPIRVDecorationGroup()
|
D | SPIRVEntry.cpp | 416 SPIRVExecutionModelKind TheExecModel, SPIRVId TheId, in SPIRVEntryPoint() 523 SPIRVExtInstImport::SPIRVExtInstImport(SPIRVModule *TheModule, SPIRVId TheId, in SPIRVExtInstImport()
|