Searched refs:getOrCreateIntCompositeOrNull (Results 1 – 2 of 2) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/ |
H A D | SPIRVGlobalRegistry.h | 220 Register getOrCreateIntCompositeOrNull(uint64_t Val, MachineInstr &I, 225 Register getOrCreateIntCompositeOrNull(uint64_t Val,
|
H A D | SPIRVGlobalRegistry.cpp | 247 Register SPIRVGlobalRegistry::getOrCreateIntCompositeOrNull( in getOrCreateIntCompositeOrNull() function in SPIRVGlobalRegistry 301 return getOrCreateIntCompositeOrNull(Val, I, SpvType, TII, ConstVec, BW, in getOrCreateConsIntVector() 318 return getOrCreateIntCompositeOrNull(Val, I, SpvType, TII, ConstArr, BW, in getOrCreateConsIntArray() 322 Register SPIRVGlobalRegistry::getOrCreateIntCompositeOrNull( in getOrCreateIntCompositeOrNull() function in SPIRVGlobalRegistry 370 return getOrCreateIntCompositeOrNull(Val, MIRBuilder, SpvType, EmitIR, in getOrCreateConsIntVector() 388 return getOrCreateIntCompositeOrNull(Val, MIRBuilder, SpvType, EmitIR, in getOrCreateConsIntArray()
|