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

  /external/llvm/lib/CodeGen/
IfConversion.cpp 103 /// ExtraCost - Extra cost for multi-cycle instructions.
120 unsigned ExtraCost;
131 ExtraCost(0), ExtraCost2(0), BB(nullptr), TrueBB(nullptr),
666 BBI.ExtraCost = 0;
689 BBI.ExtraCost += NumCycles-1;
813 TrueBBI.ExtraCost), TrueBBI.ExtraCost2,
815 FalseBBI.ExtraCost),FalseBBI.ExtraCost2,
833 MeetIfcvtSizeLimit(*TrueBBI.BB, TrueBBI.NonPredSize + TrueBBI.ExtraCost,
848 MeetIfcvtSizeLimit(*TrueBBI.BB, TrueBBI.NonPredSize + TrueBBI.ExtraCost,
856 MeetIfcvtSizeLimit(*TrueBBI.BB, TrueBBI.NonPredSize + TrueBBI.ExtraCost,
    [all...]
  /external/chromium_org/third_party/libwebp/dsp/
lossless_mips32.c 110 static double ExtraCost(const uint32_t* const population, int length) {
410 VP8LExtraCost = ExtraCost;
lossless.c     [all...]
  /external/webp/src/dsp/
lossless_mips32.c 110 static double ExtraCost(const uint32_t* const population, int length) {
410 VP8LExtraCost = ExtraCost;
lossless.c     [all...]

Completed in 211 milliseconds