Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp124 LLVMIntTy = cast<IntegerType>(getTypeForSPIRVType(SpvType)); in getOrCreateConstIntReg()
183 LLVMIntTy = cast<IntegerType>(getTypeForSPIRVType(SpvType)); in buildConstantInt()
228 LLVMFPTy = getTypeForSPIRVType(SpvType); in buildConstantFP()
250 const Type *LLVMTy = getTypeForSPIRVType(SpvType); in getOrCreateConsIntVector()
312 const Type *Ty = getTypeForSPIRVType(BaseType); // TODO: check type. in buildGlobalVariable()
740 FixedVectorType::get(const_cast<Type *>(getTypeForSPIRVType(BaseType)), in getOrCreateSPIRVVectorType()
749 const_cast<Type *>(getTypeForSPIRVType(BaseType)), NumElements); in getOrCreateSPIRVVectorType()
766 PointerType::get(const_cast<Type *>(getTypeForSPIRVType(BaseType)), in getOrCreateSPIRVPointerType()
775 PointerType::get(const_cast<Type *>(getTypeForSPIRVType(BaseType)), in getOrCreateSPIRVPointerType()
792 const Type *LLVMTy = getTypeForSPIRVType(SpvType); in getOrCreateUndef()
H A DSPIRVGlobalRegistry.h126 const Type *getTypeForSPIRVType(const SPIRVType *Ty) const { in getTypeForSPIRVType() function