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 654 VectorizationFactor selectVectorizationFactor(bool OptForSize,
667 unsigned selectUnrollFactor(bool OptForSize, unsigned UserUF, unsigned VF,
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 148 /// OptForSize - If true, selector should try to optimize for code size
150 bool OptForSize;
156 OptForSize(false) {}
438 // OptForSize is used in pattern predicates that isel is matching.
439 OptForSize = MF->getFunction()->getAttributes().
    [all...]
X86ISelLowering.cpp     [all...]

Completed in 254 milliseconds