Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1488 bool isScalarWithPredication(Instruction *I, ElementCount VF) const;
4375 bool LoopVectorizationCostModel::isScalarWithPredication( in isScalarWithPredication() function in LoopVectorizationCostModel
4599 if (isScalarWithPredication(I, VF)) in memoryInstructionCanBeWidened()
4650 if (isScalarWithPredication(I, VF)) { in collectLoopUniforms()
6160 if (isScalarWithPredication(&I, VF)) { in collectInstsToScalarize()
6202 if (isScalarWithPredication(I, VF)) in computePredInstDiscount()
6250 if (isScalarWithPredication(I, VF) && !I->getType()->isVoidTy()) { in computePredInstDiscount()
6841 if (isa<StoreInst>(&I) && isScalarWithPredication(&I, VF)) in setCostBasedWideningDecision()
8333 return CM.isScalarWithPredication(CI, VF); in tryToWidenCall()
8393 CM.isScalarWithPredication(I, VF); in shouldWiden()