Home
last modified time | relevance | path

Searched refs:MispredictPenalty (Results 1 – 25 of 54) sorted by relevance

123

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp530 unsigned MispredictPenalty = TSchedModel.getMCSchedModel()->MispredictPenalty; in checkForProfitableCmovCandidates() local
553 if (ValCost > CondCost || (CondCost - ValCost) * 4 < MispredictPenalty) { in checkForProfitableCmovCandidates()
H A DX86ScheduleSLM.td20 let MispredictPenalty = 10;
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiSchedule.td42 let MispredictPenalty = 10;
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSchedule.h298 unsigned MispredictPenalty; member
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCScheduleA2.td163 let MispredictPenalty = 13;
H A DPPCScheduleG5.td122 let MispredictPenalty = 16;
H A DPPCScheduleP7.td395 let MispredictPenalty = 16;
H A DPPCScheduleP9.td29 let MispredictPenalty = 16;
H A DPPCScheduleP8.td404 let MispredictPenalty = 16;
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64SchedFalkor.td23 let MispredictPenalty = 11; // Minimum branch misprediction penalty.
H A DAArch64SchedKryo.td23 let MispredictPenalty = 14; // Fetch + Decode/Rename/Dispatch + Branch
H A DAArch64ConditionalCompares.cpp885 unsigned DelayLimit = SchedModel.MispredictPenalty * 3 / 4; in shouldConvert()
H A DAArch64SchedThunderX.td24 let MispredictPenalty = 8; // Branch mispredict penalty.
H A DAArch64SchedA53.td24 let MispredictPenalty = 9; // Based on "Cortex-A53 Software Optimisation
H A DAArch64SchedA55.td25 let MispredictPenalty = 8; // A branch direction mispredict.
H A DAArch64SchedCyclone.td18 let MispredictPenalty = 16; // 14-19 cycles are typical.
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp376 return SchedModel.MispredictPenalty; in getMispredictionPenalty()
H A DARMScheduleM4.td17 let MispredictPenalty = 2; // Best case branch taken cost
H A DARMScheduleM7.td17 let MispredictPenalty = 4; // Mispredict cost for forward branches is 6,
H A DARMScheduleA8.td1070 let MispredictPenalty = 13; // Based on estimate of pipeline depth.
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVSchedRocket.td18 let MispredictPenalty = 3;
H A DRISCVSchedSiFive7.td16 let MispredictPenalty = 3;
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSISchedule.td83 int MispredictPenalty = 20;
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp882 unsigned CritLimit = SchedModel.MispredictPenalty/2; in shouldConvertIf()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsScheduleP5600.td13 int MispredictPenalty = 8; // TODO: Estimated

123