Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/
DSPIRVGlobalRegistry.cpp125 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 …]
DSPIRVGlobalRegistry.h133 const Type *getTypeForSPIRVType(const SPIRVType *Ty) const { in getTypeForSPIRVType() function
DSPIRVBuiltins.cpp286 cast<FixedVectorType>(GR->getTypeForSPIRVType(BoolType)); in buildBoolRegister()