Home
last modified time | relevance | path

Searched defs:TheType (Results 1 – 8 of 8) sorted by relevance

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVValue.h60 SPIRVType *TheType, SPIRVId TheId) in SPIRVValue()
66 SPIRVType *TheType) 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 …]
DSPIRVInstruction.cpp50 SPIRVType *TheType, SPIRVId TheId, SPIRVBasicBlock *TheBB) in SPIRVInstruction()
57 SPIRVType *TheType, SPIRVId TheId, SPIRVBasicBlock *TheBB, SPIRVModule *TheBM) in SPIRVInstruction()
76 SPIRVType *TheType, SPIRVBasicBlock *TheBB) in SPIRVInstruction()
DSPIRVInstruction.h189 static SPIRVInstTemplateBase *create(Op TheOC, SPIRVType *TheType, in create()
197 static SPIRVInstTemplateBase *create(Op TheOC, SPIRVType *TheType, in create()
211 SPIRVInstTemplateBase *init(SPIRVType *TheType, in init()
443 SPIRVVariable(SPIRVType *TheType, SPIRVId TheId, in SPIRVVariable()
DSPIRVFunction.cpp49 SPIRVFunctionParameter::SPIRVFunctionParameter(SPIRVType *TheType, SPIRVId TheId, in SPIRVFunctionParameter()
DSPIRVModule.cpp437 SPIRVModuleImpl::addSamplerConstant(SPIRVType* TheType, in addSamplerConstant()
444 SPIRVModuleImpl::addPipeStorageConstant(SPIRVType* TheType, in addPipeStorageConstant()
923 SPIRVModuleImpl::addUndef(SPIRVType *TheType) { in addUndef()
976 SPIRVModuleImpl::addExtInst(SPIRVType *TheType, SPIRVWord BuiltinSet, in addExtInst()
984 SPIRVModuleImpl::addExtInst(SPIRVType *TheType, SPIRVWord BuiltinSet, in addExtInst()
1016 SPIRVModuleImpl::addUnaryInst(Op TheOpCode, SPIRVType *TheType, in addUnaryInst()
1057 SPIRVModuleImpl::addCmpInst(Op TheOpCode, SPIRVType *TheType, in addCmpInst()
1118 SPIRVModuleImpl::addCopyObjectInst(SPIRVType *TheType, SPIRVValue *Operand, in addCopyObjectInst()
/external/clang/test/SemaTemplate/
Dms-lookup-template-base-classes.cpp599 struct TheType { struct
600 int f1, f2;
/external/swiftshader/third_party/LLVM/lib/VMCore/
DAsmWriter.cpp1913 Type *TheType = Operand->getType(); in printInstruction() local
/external/llvm/lib/IR/
DAsmWriter.cpp3136 Type *TheType = Operand->getType(); in printInstruction() local