Searched refs:getTypeForSPIRVType (Results 1 – 6 of 6) sorted by relevance
167 LLVMIntTy = cast<IntegerType>(getTypeForSPIRVType(SpvType)); in getOrCreateConstIntReg()200 LLVMFloatTy = getTypeForSPIRVType(SpvType); in getOrCreateConstFloatReg()303 LLVMIntTy = cast<IntegerType>(getTypeForSPIRVType(SpvType)); in buildConstantInt()444 const Type *LLVMTy = getTypeForSPIRVType(SpvType); in getOrCreateConstVector()463 const Type *LLVMTy = getTypeForSPIRVType(SpvType); in getOrCreateConstVector()480 const Type *LLVMTy = getTypeForSPIRVType(SpvType); in getOrCreateConstIntArray()543 const Type *LLVMTy = getTypeForSPIRVType(SpvType); in getOrCreateConsIntVector()559 const Type *LLVMTy = getTypeForSPIRVType(SpvType); in getOrCreateConstNullPtr()583 SampTy = getOrCreateSPIRVType(getTypeForSPIRVType(SpvType), MIRBuilder); in buildConstantSampler()617 const Type *Ty = getTypeForSPIRVType(BaseType); // TODO: check type. in buildGlobalVariable()[all …]
169 : GR.getTypeForSPIRVType(ElemType) == ResTy; in validatePtrTypes()266 const Type *DefElemTy = GR.getTypeForSPIRVType(DefElemType); in validateFunCallMachineDef()
117 const Type *RetTy = GR->getTypeForSPIRVType(SRetTy); in fixFunctionTypeIfPtrArgs()120 ArgTys.push_back(const_cast<Type *>(GR->getTypeForSPIRVType(SArgTy))); in fixFunctionTypeIfPtrArgs()
303 const Type *getTypeForSPIRVType(const SPIRVType *Ty) const { in getTypeForSPIRVType() function
1641 APFloat VZero = getZeroFP(GR.getTypeForSPIRVType(ResType)); in buildZerosValF()
403 cast<FixedVectorType>(GR->getTypeForSPIRVType(BoolType)); in buildBoolRegister()