Searched refs:ShiftMask (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 5135 int ShiftMask = -1; in BuildSDIV() local 5142 ShiftMask = 0; in BuildSDIV() 5154 ShiftMasks.push_back(DAG.getConstant(ShiftMask, dl, SVT)); in BuildSDIV() 5165 SDValue MagicFactor, Factor, Shift, ShiftMask; in BuildSDIV() local 5170 ShiftMask = DAG.getBuildVector(VT, dl, ShiftMasks); in BuildSDIV() 5179 ShiftMask = DAG.getSplatVector(VT, dl, ShiftMasks[0]); in BuildSDIV() 5185 ShiftMask = ShiftMasks[0]; in BuildSDIV() 5232 T = DAG.getNode(ISD::AND, dl, VT, T, ShiftMask); in BuildSDIV()
|
| H A D | DAGCombiner.cpp | 11696 const APInt& ShiftMask = Mask->getConstantOperandAPInt(1); in ReduceLoadWidth() local 11697 if (ShiftMask.isMask()) { in ReduceLoadWidth() 11699 ShiftMask.countTrailingOnes()); in ReduceLoadWidth()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86InstrCompiler.td | 1918 PatFrag ShiftMask> { 1930 def : Pat<(and RC:$src1, (rotl -2, (ShiftMask GR8:$src2))), 1933 def : Pat<(or RC:$src1, (shl 1, (ShiftMask GR8:$src2))), 1936 def : Pat<(xor RC:$src1, (shl 1, (ShiftMask GR8:$src2))),
|