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

  /external/llvm/lib/CodeGen/
IfConversion.cpp 105 /// ExtraCost - Extra cost for multi-cycle instructions.
122 unsigned ExtraCost;
133 ExtraCost(0), ExtraCost2(0), BB(nullptr), TrueBB(nullptr),
675 BBI.ExtraCost = 0;
727 BBI.ExtraCost += NumCycles-1;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
IfConversion.cpp 96 /// ExtraCost - Extra cost for multi-cycle instructions.
113 unsigned ExtraCost;
124 ExtraCost(0), ExtraCost2(0), BB(0), TrueBB(0), FalseBB(0) {}
646 BBI.ExtraCost = 0;
668 BBI.ExtraCost += NumCycles-1;
798 TrueBBI.ExtraCost), TrueBBI.ExtraCost2,
800 FalseBBI.ExtraCost),FalseBBI.ExtraCost2,
818 MeetIfcvtSizeLimit(*TrueBBI.BB, TrueBBI.NonPredSize + TrueBBI.ExtraCost,
833 MeetIfcvtSizeLimit(*TrueBBI.BB, TrueBBI.NonPredSize + TrueBBI.ExtraCost,
841 MeetIfcvtSizeLimit(*TrueBBI.BB, TrueBBI.NonPredSize + TrueBBI.ExtraCost,
    [all...]

Completed in 54 milliseconds