Searched refs:getOrCreateIntCompositeOrNull (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVGlobalRegistry.h | 223 Register getOrCreateIntCompositeOrNull(uint64_t Val, MachineInstr &I, 228 Register getOrCreateIntCompositeOrNull(uint64_t Val,
|
| H A D | SPIRVGlobalRegistry.cpp | 271 Register SPIRVGlobalRegistry::getOrCreateIntCompositeOrNull( in getOrCreateIntCompositeOrNull() function in SPIRVGlobalRegistry 326 return getOrCreateIntCompositeOrNull(Val, I, SpvType, TII, ConstVec, BW, in getOrCreateConsIntVector() 343 return getOrCreateIntCompositeOrNull(Val, I, SpvType, TII, ConstArr, BW, in getOrCreateConsIntArray() 347 Register SPIRVGlobalRegistry::getOrCreateIntCompositeOrNull( in getOrCreateIntCompositeOrNull() function in SPIRVGlobalRegistry 396 return getOrCreateIntCompositeOrNull(Val, MIRBuilder, SpvType, EmitIR, in getOrCreateConsIntVector() 414 return getOrCreateIntCompositeOrNull(Val, MIRBuilder, SpvType, EmitIR, in getOrCreateConsIntArray()
|