Searched refs:OptForSize (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp854 VectorizationFactor selectVectorizationFactor(bool OptForSize,
868 unsigned selectUnrollFactor(bool OptForSize, unsigned UserUF, unsigned VF,
1254 bool OptForSize = Hints.getForce() != LoopVectorizeHints::FK_Enabled && local
1266 OptForSize = true;
1286 CM.selectVectorizationFactor(OptForSize, Hints.getWidth(),
1292 CM.selectUnrollFactor(OptForSize, Hints.getUnroll(), VF.Width, VF.Cost);
5165 LoopVectorizationCostModel::selectVectorizationFactor(bool OptForSize,
5170 if (OptForSize && Legal->getRuntimePointerCheck()->Need) {
5207 if (OptForSize) {
5311 LoopVectorizationCostModel::selectUnrollFactor(bool OptForSize,
[all...]
/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp151 /// OptForSize - If true, selector should try to optimize for code size
153 bool OptForSize; member in class:__anon26193::final
159 OptForSize(false) {}
447 // OptForSize is used in pattern predicates that isel is matching.
448 OptForSize = MF->getFunction()->getAttributes().
H A DX86ISelLowering.cpp9264 bool OptForSize = MF.getFunction()->getAttributes().
9308 if (OptForSize && isUNPCKL_v_undef_Mask(M, VT, HasInt256))
9310 if (OptForSize && isUNPCKH_v_undef_Mask(M, VT, HasInt256))
20709 bool OptForSize = MF.getFunction()->getAttributes().
20717 if (!OptForSize && Subtarget->isSHLDSlow())

Completed in 3271 milliseconds