Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp263 Register SpvVecConst = in getOrCreateIntCompositeOrNull() local
265 assignSPIRVTypeToVReg(SpvType, SpvVecConst, *CurMF); in getOrCreateIntCompositeOrNull()
266 DT.add(CA, CurMF, SpvVecConst); in getOrCreateIntCompositeOrNull()
271 .addDef(SpvVecConst) in getOrCreateIntCompositeOrNull()
277 .addDef(SpvVecConst) in getOrCreateIntCompositeOrNull()
284 return SpvVecConst; in getOrCreateIntCompositeOrNull()
334 Register SpvVecConst = in getOrCreateIntCompositeOrNull() local
336 assignSPIRVTypeToVReg(SpvType, SpvVecConst, *CurMF); in getOrCreateIntCompositeOrNull()
337 DT.add(CA, CurMF, SpvVecConst); in getOrCreateIntCompositeOrNull()
339 MIRBuilder.buildSplatVector(SpvVecConst, SpvScalConst); in getOrCreateIntCompositeOrNull()
[all …]