Searched refs:getOrCreateConstFP (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVGlobalRegistry.h | 462 Register getOrCreateConstFP(APFloat Val, MachineInstr &I, SPIRVType *SpvType,
|
H A D | SPIRVGlobalRegistry.cpp | 228 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 D | SPIRVInstructionSelector.cpp | 1644 return GR.getOrCreateConstFP(VZero, I, ResType, TII, ZeroAsNull); in buildZerosValF()
|