Searched refs:ExtraCost (Results 1 - 5 of 5) sorted by relevance
/external/llvm/lib/CodeGen/ |
H A D | IfConversion.cpp | 103 /// ExtraCost - Extra cost for multi-cycle instructions. 120 unsigned ExtraCost; member in struct:__anon24914::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 D | lossless_mips32.c | 110 static double ExtraCost(const uint32_t* const population, int length) { function 410 VP8LExtraCost = ExtraCost;
|
H A D | lossless.c | 1454 static double ExtraCost(const uint32_t* population, int length) { function 1602 VP8LExtraCost = ExtraCost;
|
/external/webp/src/dsp/ |
H A D | lossless_mips32.c | 110 static double ExtraCost(const uint32_t* const population, int length) { function 410 VP8LExtraCost = ExtraCost;
|
H A D | lossless.c | 1454 static double ExtraCost(const uint32_t* population, int length) { function 1602 VP8LExtraCost = ExtraCost;
|
Completed in 88 milliseconds