Searched refs:getOrCreateCompositeOrNull (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVGlobalRegistry.cpp | 393 Register SPIRVGlobalRegistry::getOrCreateCompositeOrNull( in getOrCreateCompositeOrNull() function in SPIRVGlobalRegistry 453 return getOrCreateCompositeOrNull(ConstVal, I, SpvType, TII, ConstVec, BW, in getOrCreateConstVector() 472 return getOrCreateCompositeOrNull(ConstVal, I, SpvType, TII, ConstVec, BW, in getOrCreateConstVector() 498 return getOrCreateCompositeOrNull(CI, I, SpvType, TII, UniqueKey, BW, in getOrCreateConstIntArray()
|
H A D | SPIRVGlobalRegistry.h | 444 Register getOrCreateCompositeOrNull(Constant *Val, MachineInstr &I,
|