HomeSort by relevance Sort by last modified time
    Searched refs:ExtraCost (Results 1 - 3 of 3) 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),
665 BBI.ExtraCost = 0;
688 BBI.ExtraCost += NumCycles-1;
818 TrueBBI.ExtraCost), TrueBBI.ExtraCost2,
820 FalseBBI.ExtraCost),FalseBBI.ExtraCost2,
838 MeetIfcvtSizeLimit(*TrueBBI.BB, TrueBBI.NonPredSize + TrueBBI.ExtraCost,
853 MeetIfcvtSizeLimit(*TrueBBI.BB, TrueBBI.NonPredSize + TrueBBI.ExtraCost,
861 MeetIfcvtSizeLimit(*TrueBBI.BB, TrueBBI.NonPredSize + TrueBBI.ExtraCost,
    [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 447 milliseconds