Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp143 LLVMIntTy = cast<IntegerType>(getTypeForSPIRVType(SpvType)); in getOrCreateConstIntReg()
203 LLVMIntTy = cast<IntegerType>(getTypeForSPIRVType(SpvType)); in buildConstantInt()
318 const Type *LLVMTy = getTypeForSPIRVType(SpvType); in getOrCreateConsIntVector()
334 const Type *LLVMTy = getTypeForSPIRVType(SpvType); in getOrCreateConsIntArray()
388 const Type *LLVMTy = getTypeForSPIRVType(SpvType); in getOrCreateConsIntVector()
405 const Type *LLVMTy = getTypeForSPIRVType(SpvType); in getOrCreateConsIntArray()
422 const Type *LLVMTy = getTypeForSPIRVType(SpvType); in getOrCreateConstNullPtr()
1086 const_cast<Type *>(getTypeForSPIRVType(BaseType)), NumElements); in getOrCreateSPIRVVectorType()
1121 const Type *PointerElementType = getTypeForSPIRVType(BaseType); in getOrCreateSPIRVPointerType()
1141 const Type *PointerElementType = getTypeForSPIRVType(BaseType); in getOrCreateSPIRVPointerType()
[all …]
H A DSPIRVGlobalRegistry.h133 const Type *getTypeForSPIRVType(const SPIRVType *Ty) const { in getTypeForSPIRVType() function
H A DSPIRVBuiltins.cpp287 cast<FixedVectorType>(GR->getTypeForSPIRVType(BoolType)); in buildBoolRegister()