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

/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp155 /// OptForSize - If true, selector should try to optimize for code size
157 bool OptForSize; member in class:__anon9615::X86DAGToDAGISel
164 OptForSize(false) {}
429 // OptForSize is used in pattern predicates that isel is matching.
430 OptForSize = MF->getFunction()->hasFnAttr(Attribute::OptimizeForSize);
H A DX86ISelLowering.cpp6619 bool OptForSize = MF.getFunction()->hasFnAttr(Attribute::OptimizeForSize); local
6653 if (OptForSize && isUNPCKL_v_undef_Mask(M, VT, HasAVX2))
6655 if (OptForSize && isUNPCKH_v_undef_Mask(M, VT, HasAVX2))

Completed in 172 milliseconds