HomeSort by relevance Sort by last modified time
    Searched refs:OptForSize (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 569 VectorizationFactor selectVectorizationFactor(bool OptForSize,
582 unsigned selectUnrollFactor(bool OptForSize, unsigned UserUF, unsigned VF,
684 bool OptForSize = F->getAttributes().hasAttribute(FnIndex, SzAttr);
695 VF = CM.selectVectorizationFactor(OptForSize, VectorizationFactor);
697 unsigned UF = CM.selectUnrollFactor(OptForSize, VectorizationUnroll,
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 152 /// OptForSize - If true, selector should try to optimize for code size
154 bool OptForSize;
161 OptForSize(false) {}
438 // OptForSize is used in pattern predicates that isel is matching.
439 OptForSize = MF->getFunction()->getAttributes().
    [all...]
X86ISelLowering.cpp     [all...]

Completed in 293 milliseconds