Home
last modified time | relevance | path

Searched defs:PreShift (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/include/llvm/Support/
H A DDivisionByConstantInfo.h35 unsigned PreShift; ///< pre-shift amount member
/llvm-project/llvm/lib/Support/
H A DDivisionByConstantInfo.cpp136 unsigned PreShift = D.countr_zero(); in get() local
/llvm-project/llvm/unittests/Support/
H A DDivisionByConstantTest.cpp122 unsigned PreShift = Magics.PreShift; in UnsignedDivideUsingMagic() local
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp5195 unsigned PreShift = 0, PostShift = 0; buildUDivUsingMul() local
5239 Register PreShift, PostShift, MagicFactor, NPQFactor; buildUDivUsingMul() local
[all...]
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp6429 SDValue PreShift, MagicFactor, NPQFactor, PostShift; BuildUDIV() local
6470 SDValue PreShift, PostShift, MagicFactor, NPQFactor; BuildUDIV() local
[all...]