Searched refs:ExtraCost (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/CodeGen/
H A DIfConversion.cpp103 /// ExtraCost - Extra cost for multi-cycle instructions.
120 unsigned ExtraCost; member in struct:__anon25750::IfConverter::BBInfo
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/
H A Dlossless_mips32.c110 static double ExtraCost(const uint32_t* const population, int length) { function
410 VP8LExtraCost = ExtraCost;
H A Dlossless.c1463 static double ExtraCost(const uint32_t* population, int length) { function
1611 VP8LExtraCost = ExtraCost;
/external/webp/src/dsp/
H A Dlossless_mips32.c110 static double ExtraCost(const uint32_t* const population, int length) { function
410 VP8LExtraCost = ExtraCost;
H A Dlossless.c1454 static double ExtraCost(const uint32_t* population, int length) { function
1602 VP8LExtraCost = ExtraCost;

Completed in 1908 milliseconds