Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp405 Register SpvScalConst; in getOrCreateCompositeOrNull() local
407 SpvScalConst = getOrCreateBaseRegister(Val, I, SpvType, TII, BitWidth); in getOrCreateCompositeOrNull()
424 MIB.addUse(SpvScalConst); in getOrCreateCompositeOrNull()
507 Register SpvScalConst; in getOrCreateIntCompositeOrNull() local
511 SpvScalConst = buildConstantInt(Val, MIRBuilder, SpvBaseType, EmitIR); in getOrCreateIntCompositeOrNull()
520 MIRBuilder.buildSplatVector(SpvVecConst, SpvScalConst); in getOrCreateIntCompositeOrNull()
527 MIB.addUse(SpvScalConst); in getOrCreateIntCompositeOrNull()