Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.h389 SPIRVType *getScalarOrVectorComponentType(Register VReg) const;
390 SPIRVType *getScalarOrVectorComponentType(SPIRVType *Type) const;
H A DSPIRVGlobalRegistry.cpp1253 SPIRVGlobalRegistry::getScalarOrVectorComponentType(Register VReg) const { in getScalarOrVectorComponentType() function in SPIRVGlobalRegistry
1254 return getScalarOrVectorComponentType(getSPIRVTypeForVReg(VReg)); in getScalarOrVectorComponentType()
1258 SPIRVGlobalRegistry::getScalarOrVectorComponentType(SPIRVType *Type) const { in getScalarOrVectorComponentType() function in SPIRVGlobalRegistry
H A DSPIRVInstructionSelector.cpp3372 SPIRVType *ScalarType = GR.getScalarOrVectorComponentType(ResType); in extractSubvector()