HomeSort by relevance Sort by last modified time
    Searched refs:MispredictPenalty (Results 1 - 18 of 18) sorted by null

  /external/llvm/include/llvm/MC/
MCSchedule.h 178 // MispredictPenalty is the typical number of extra cycles the processor
180 unsigned MispredictPenalty;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCSchedule.h 178 // MispredictPenalty is the typical number of extra cycles the processor
180 unsigned MispredictPenalty;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MCSchedule.h 178 // MispredictPenalty is the typical number of extra cycles the processor
180 unsigned MispredictPenalty;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
MCSchedule.h 178 // MispredictPenalty is the typical number of extra cycles the processor
180 unsigned MispredictPenalty;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
MCSchedule.h 178 // MispredictPenalty is the typical number of extra cycles the processor
180 unsigned MispredictPenalty;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
MCSchedule.h 178 // MispredictPenalty is the typical number of extra cycles the processor
180 unsigned MispredictPenalty;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
MCSchedule.h 178 // MispredictPenalty is the typical number of extra cycles the processor
180 unsigned MispredictPenalty;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
MCSchedule.h 178 // MispredictPenalty is the typical number of extra cycles the processor
180 unsigned MispredictPenalty;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCSchedule.h 178 // MispredictPenalty is the typical number of extra cycles the processor
180 unsigned MispredictPenalty;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
MCSchedule.h 178 // MispredictPenalty is the typical number of extra cycles the processor
180 unsigned MispredictPenalty;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
MCSchedule.h 178 // MispredictPenalty is the typical number of extra cycles the processor
180 unsigned MispredictPenalty;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
MCSchedule.h 178 // MispredictPenalty is the typical number of extra cycles the processor
180 unsigned MispredictPenalty;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
MCSchedule.h 178 // MispredictPenalty is the typical number of extra cycles the processor
180 unsigned MispredictPenalty;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
MCSchedule.h 178 // MispredictPenalty is the typical number of extra cycles the processor
180 unsigned MispredictPenalty;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MCSchedule.h 178 // MispredictPenalty is the typical number of extra cycles the processor
180 unsigned MispredictPenalty;
  /external/llvm/lib/Target/ARM/
ARMSubtarget.cpp 279 return SchedModel.MispredictPenalty;
  /external/llvm/lib/CodeGen/
EarlyIfConversion.cpp 700 unsigned CritLimit = SchedModel.MispredictPenalty/2;
  /external/llvm/lib/Target/AArch64/
AArch64ConditionalCompares.cpp 843 unsigned DelayLimit = SchedModel.MispredictPenalty * 3 / 4;

Completed in 240 milliseconds