Home
last modified time | relevance | path

Searched refs:ExtraCost (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DIfConversion.cpp113 unsigned ExtraCost; member
124 ExtraCost(0), ExtraCost2(0), BB(0), TrueBB(0), FalseBB(0) {} in BBInfo()
646 BBI.ExtraCost = 0; in ScanInstructions()
668 BBI.ExtraCost += NumCycles-1; in ScanInstructions()
798 TrueBBI.ExtraCost), TrueBBI.ExtraCost2, in AnalyzeBlock()
800 FalseBBI.ExtraCost),FalseBBI.ExtraCost2, in AnalyzeBlock()
818 MeetIfcvtSizeLimit(*TrueBBI.BB, TrueBBI.NonPredSize + TrueBBI.ExtraCost, in AnalyzeBlock()
833 MeetIfcvtSizeLimit(*TrueBBI.BB, TrueBBI.NonPredSize + TrueBBI.ExtraCost, in AnalyzeBlock()
841 MeetIfcvtSizeLimit(*TrueBBI.BB, TrueBBI.NonPredSize + TrueBBI.ExtraCost, in AnalyzeBlock()
860 FalseBBI.NonPredSize + FalseBBI.ExtraCost, in AnalyzeBlock()
[all …]
/external/llvm/lib/CodeGen/
DIfConversion.cpp122 unsigned ExtraCost; member
133 ExtraCost(0), ExtraCost2(0), BB(nullptr), TrueBB(nullptr), in BBInfo()
675 BBI.ExtraCost = 0; in ScanInstructions()
727 BBI.ExtraCost += NumCycles-1; in ScanInstructions()
886 TrueBBI.ExtraCost), TrueBBI.ExtraCost2, in AnalyzeBlock()
888 FalseBBI.ExtraCost),FalseBBI.ExtraCost2, in AnalyzeBlock()
906 MeetIfcvtSizeLimit(*TrueBBI.BB, TrueBBI.NonPredSize + TrueBBI.ExtraCost, in AnalyzeBlock()
922 MeetIfcvtSizeLimit(*TrueBBI.BB, TrueBBI.NonPredSize + TrueBBI.ExtraCost, in AnalyzeBlock()
931 MeetIfcvtSizeLimit(*TrueBBI.BB, TrueBBI.NonPredSize + TrueBBI.ExtraCost, in AnalyzeBlock()
951 FalseBBI.NonPredSize + FalseBBI.ExtraCost, in AnalyzeBlock()
[all …]
/external/webp/src/dsp/
Dlossless_enc_mips32.c107 static double ExtraCost(const uint32_t* const population, int length) { in ExtraCost() function
420 VP8LExtraCost = ExtraCost; in VP8LEncDspInitMIPS32()
Dlossless_enc.c613 static double ExtraCost(const uint32_t* population, int length) { in ExtraCost() function
882 VP8LExtraCost = ExtraCost; in VP8LEncDspInit()