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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 166 Value *createNaryFAdd(const AddendVect& Opnds, unsigned InstrQuota);
645 (const AddendVect &Opnds, unsigned InstrQuota) {
646 assert(!Opnds.empty() && "Expect at least one addend");
650 unsigned InstrNeeded = calcInstrNumber(Opnds);
668 for (AddendVect::const_iterator I = Opnds.begin(), E = Opnds.end();
750 unsigned FAddCombine::calcInstrNumber(const AddendVect &Opnds) {
751 unsigned OpndNum = Opnds.size();
758 for (AddendVect::const_iterator I = Opnds.begin(), E = Opnds.end()
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 212 milliseconds