Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp167 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 …]
H A DSPIRVISelLowering.cpp169 : GR.getTypeForSPIRVType(ElemType) == ResTy; in validatePtrTypes()
266 const Type *DefElemTy = GR.getTypeForSPIRVType(DefElemType); in validateFunCallMachineDef()
H A DSPIRVCallLowering.cpp117 const Type *RetTy = GR->getTypeForSPIRVType(SRetTy); in fixFunctionTypeIfPtrArgs()
120 ArgTys.push_back(const_cast<Type *>(GR->getTypeForSPIRVType(SArgTy))); in fixFunctionTypeIfPtrArgs()
H A DSPIRVGlobalRegistry.h303 const Type *getTypeForSPIRVType(const SPIRVType *Ty) const { in getTypeForSPIRVType() function
H A DSPIRVInstructionSelector.cpp1641 APFloat VZero = getZeroFP(GR.getTypeForSPIRVType(ResType)); in buildZerosValF()
H A DSPIRVBuiltins.cpp403 cast<FixedVectorType>(GR->getTypeForSPIRVType(BoolType)); in buildBoolRegister()