Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp1367 Constant *ScalarC; in hoistInsEltConst() local
1372 match(InsElt2.getOperand(1), m_Constant(ScalarC)) && in hoistInsEltConst()
1374 Value *NewInsElt1 = Builder.CreateInsertElement(X, ScalarC, IdxC2); in hoistInsEltConst()
DInstCombineCompares.cpp6040 Constant *ScalarC = C->getSplatValue(/* AllowUndefs */ true); in foldVectorCmp() local
6042 if (ScalarC && match(M, m_SplatOrUndefMask(MaskSplatIndex))) { in foldVectorCmp()
6046 ScalarC); in foldVectorCmp()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp10078 double ScalarC = *VF.ScalarCost.getValue(); in areRuntimeChecksProfitable() local
10079 if (ScalarC == 0) in areRuntimeChecksProfitable()
10119 double MinTC1 = RtC / (ScalarC - VecCOverVF); in areRuntimeChecksProfitable()
10128 double MinTC2 = RtC * 10 / ScalarC; in areRuntimeChecksProfitable()