Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.h462 Register getOrCreateConstFP(APFloat Val, MachineInstr &I, SPIRVType *SpvType,
H A DSPIRVGlobalRegistry.cpp228 Register SPIRVGlobalRegistry::getOrCreateConstFP(APFloat Val, MachineInstr &I, in getOrCreateConstFP() function in SPIRVGlobalRegistry
384 return getOrCreateConstFP(dyn_cast<ConstantFP>(Val)->getValue(), I, in getOrCreateBaseRegister()
H A DSPIRVInstructionSelector.cpp1644 return GR.getOrCreateConstFP(VZero, I, ResType, TII, ZeroAsNull); in buildZerosValF()