Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.h230 SPIRVType *getOrCreateSPIRVVectorType(SPIRVType *BaseType,
233 SPIRVType *getOrCreateSPIRVVectorType(SPIRVType *BaseType,
H A DSPIRVGlobalRegistry.cpp40 getOrCreateSPIRVVectorType(BaseType, NumElements, I, TII); in assignVectTypeToVReg()
737 SPIRVType *SPIRVGlobalRegistry::getOrCreateSPIRVVectorType( in getOrCreateSPIRVVectorType() function in SPIRVGlobalRegistry
745 SPIRVType *SPIRVGlobalRegistry::getOrCreateSPIRVVectorType( in getOrCreateSPIRVVectorType() function in SPIRVGlobalRegistry
H A DSPIRVInstructionSelector.cpp957 TmpType = GR.getOrCreateSPIRVVectorType(TmpType, NumElts, I, TII); in selectIToF()