Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.h569 SPIRVType *getOrCreateSPIRVFloatType(unsigned BitWidth, MachineInstr &I,
H A DSPIRVGlobalRegistry.cpp105 SPIRVType *SpirvType = getOrCreateSPIRVFloatType(BitWidth, I, TII); in assignFloatTypeToVReg()
476 SPIRVType *SpvBaseType = getOrCreateSPIRVFloatType(BitWidth, I, TII); in getOrCreateBaseRegister()
1696 SPIRVType *SPIRVGlobalRegistry::getOrCreateSPIRVFloatType( in getOrCreateSPIRVFloatType() function in SPIRVGlobalRegistry