Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1691 bool useEmulatedMaskMemRefHack(Instruction *I, ElementCount VF);
6120 bool LoopVectorizationCostModel::useEmulatedMaskMemRefHack(Instruction *I, in useEmulatedMaskMemRefHack() function in LoopVectorizationCostModel
6166 if (!VF.isScalable() && !useEmulatedMaskMemRefHack(&I, VF) && in collectInstsToScalarize()
6426 if (useEmulatedMaskMemRefHack(I, VF)) in getMemInstScalarizationCost()