Searched refs:MispredictPenalty (Results 1 – 25 of 73) sorted by relevance
123
548 unsigned MispredictPenalty = TSchedModel.getMCSchedModel()->MispredictPenalty; in checkForProfitableCmovCandidates() local571 if (ValCost > CondCost || (CondCost - ValCost) * 4 < MispredictPenalty) { in checkForProfitableCmovCandidates()
20 let MispredictPenalty = 10;
42 let MispredictPenalty = 10;
304 // MispredictPenalty is the typical number of extra cycles the processor306 unsigned MispredictPenalty;309 unsigned MispredictPenalty; global() member
22 let MispredictPenalty = 3;
20 let MispredictPenalty = 3;
18 let MispredictPenalty = 3;
24 let MispredictPenalty = 11; // Based on estimate of pipeline depth.
15 let MispredictPenalty = 9; // Extra cycles for a mispredicted branch.
163 let MispredictPenalty = 13;
122 let MispredictPenalty = 16;
22 let MispredictPenalty = 16;
16 let MispredictPenalty = 16;
27 let MispredictPenalty = 16;
23 let MispredictPenalty = 11; // Minimum branch misprediction penalty.
23 let MispredictPenalty = 14; // Fetch + Decode/Rename/Dispatch + Branch
883 unsigned DelayLimit = SchedModel.MispredictPenalty * 3 / 4; in shouldConvert()
24 let MispredictPenalty = 8; // Branch mispredict penalty.
24 let MispredictPenalty = 9; // Based on "Cortex-A53 Software Optimisation
367 return SchedModel.MispredictPenalty; in getMispredictionPenalty()
17 let MispredictPenalty = 2; // Best case branch taken cost
17 let MispredictPenalty = 4; // Mispredict cost for forward branches is 6,
1264 uint64_t MispredictPenalty = TSchedModel.getMCSchedModel()->MispredictPenalty; in getMispredictionCost() local1278 std::max(Scaled64::get(MispredictPenalty), CondCost) * in getMispredictionCost()
914 unsigned CritLimit = SchedModel.MispredictPenalty/2; in shouldConvertIf()
90 int MispredictPenalty = 20;