HomeSort by: relevance | last modified time | path
    Searched refs:ScaleShift (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/sim/aarch64/
decode.h 81 typedef enum ScaleShift
87 } ScaleShift;
simulator.c 502 ((_offset) << ScaleShift ## _elementSize)
512 ((_offset) << (_Scaling ? ScaleShift ## _elementType : 0))
  /src/external/gpl3/gdb/dist/sim/aarch64/
decode.h 81 typedef enum ScaleShift
87 } ScaleShift;
simulator.c 502 ((_offset) << ScaleShift ## _elementSize)
512 ((_offset) << (_Scaling ? ScaleShift ## _elementType : 0))
  /src/external/apache2/llvm/dist/llvm/lib/LTO/
SummaryBasedOptimizations.cpp 54 return Scaled64(Edge.second.RelBlockFreq, -CalleeInfo::ScaleShift);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
ScaledNumber.h 843 int32_t ScaleShift = std::min(Shift, ScaledNumbers::MaxScale - Scale);
844 Scale += ScaleShift;
845 if (ScaleShift == Shift)
853 Shift -= ScaleShift;
873 int32_t ScaleShift = std::min(Shift, Scale - ScaledNumbers::MinScale);
874 Scale -= ScaleShift;
875 if (ScaleShift == Shift)
879 Shift -= ScaleShift;
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ModuleSummaryIndex.h 69 /// a scaled number with a scale of \p -ScaleShift.
71 static constexpr int32_t ScaleShift = 8;
89 /// scale of -ScaleShift.
94 Scaled64 Temp(BlockFreq, ScaleShift);
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 51 milliseconds