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

/external/llvm/lib/Target/X86/
H A DX86CallFrameOptimization.cpp166 bool OptForSize =
170 if (!OptForSize)
H A DX86ISelDAGToDAG.cpp153 /// OptForSize - If true, selector should try to optimize for code size
155 bool OptForSize; member in class:__anon10927::final
159 : SelectionDAGISel(tm, OptLevel), OptForSize(false) {}
450 // OptForSize is used in pattern predicates that isel is matching.
451 OptForSize = MF->getFunction()->hasFnAttribute(Attribute::OptimizeForSize);
H A DX86ISelLowering.cpp4962 bool OptForSize = F->hasFnAttribute(Attribute::OptimizeForSize); local
4970 if (ConstSplatVal && (Subtarget->hasAVX2() || OptForSize)) {
4979 (OptForSize && (ScalarSize == 64 || Subtarget->hasAVX2()))) {
22402 bool OptForSize =
22410 if (!OptForSize && Subtarget->isSHLDSlow())
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp935 VectorizationFactor selectVectorizationFactor(bool OptForSize);
947 unsigned selectUnrollFactor(bool OptForSize, unsigned VF, unsigned LoopCost);
1437 bool OptForSize = Hints.getForce() != LoopVectorizeHints::FK_Enabled && local
1449 OptForSize = true;
1468 CM.selectVectorizationFactor(OptForSize);
1472 CM.selectUnrollFactor(OptForSize, VF.Width, VF.Cost);
4459 LoopVectorizationCostModel::selectVectorizationFactor(bool OptForSize) { argument
4462 if (OptForSize && Legal->getRuntimePointerCheck()->Need) {
4505 if (OptForSize) {
4624 LoopVectorizationCostModel::selectUnrollFactor(bool OptForSize, argument
[all...]

Completed in 183 milliseconds