Searched refs:getTypeForSPIRVType (Results 1 – 3 of 3) sorted by relevance
125 LLVMIntTy = cast<IntegerType>(getTypeForSPIRVType(SpvType)); in getOrCreateConstIntReg()184 LLVMIntTy = cast<IntegerType>(getTypeForSPIRVType(SpvType)); in buildConstantInt()229 LLVMFPTy = getTypeForSPIRVType(SpvType); in buildConstantFP()293 const Type *LLVMTy = getTypeForSPIRVType(SpvType); in getOrCreateConsIntVector()309 const Type *LLVMTy = getTypeForSPIRVType(SpvType); in getOrCreateConsIntArray()362 const Type *LLVMTy = getTypeForSPIRVType(SpvType); in getOrCreateConsIntVector()379 const Type *LLVMTy = getTypeForSPIRVType(SpvType); in getOrCreateConsIntArray()396 const Type *LLVMTy = getTypeForSPIRVType(SpvType); in getOrCreateConstNullPtr()418 SampTy = getOrCreateSPIRVType(getTypeForSPIRVType(SpvType), MIRBuilder); in buildConstantSampler()451 const Type *Ty = getTypeForSPIRVType(BaseType); // TODO: check type. in buildGlobalVariable()[all …]
133 const Type *getTypeForSPIRVType(const SPIRVType *Ty) const { in getTypeForSPIRVType() function
286 cast<FixedVectorType>(GR->getTypeForSPIRVType(BoolType)); in buildBoolRegister()