Home
last modified time | relevance | path

Searched refs:findSPIRVType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp889 SPIRVType *ElemTy = findSPIRVType( in getOpTypeStruct()
978 SPIRVType *SPIRVGlobalRegistry::findSPIRVType( in findSPIRVType() function in SPIRVGlobalRegistry
1044 findSPIRVType(cast<FixedVectorType>(Ty)->getElementType(), MIRBuilder, in createSPIRVType()
1050 SPIRVType *El = findSPIRVType(Ty->getArrayElementType(), MIRBuilder, in createSPIRVType()
1069 SPIRVType *RetTy = findSPIRVType(FType->getReturnType(), MIRBuilder, in createSPIRVType()
1073 ParamTypes.push_back(findSPIRVType(ParamTy, MIRBuilder, AccQual, in createSPIRVType()
H A DSPIRVGlobalRegistry.h95 SPIRVType *findSPIRVType(const Type *Ty, MachineIRBuilder &MIRBuilder,