Searched refs:ShiftMask (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86InstrCompiler.td | 2028 PatFrag ShiftMask> { 2040 def : Pat<(and RC:$src1, (rotl -2, (ShiftMask GR8:$src2))), 2043 def : Pat<(or RC:$src1, (shl 1, (ShiftMask GR8:$src2))), 2046 def : Pat<(xor RC:$src1, (shl 1, (ShiftMask GR8:$src2))),
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 5898 int ShiftMask = -1; in BuildSDIV() local 5905 ShiftMask = 0; in BuildSDIV() 5917 ShiftMasks.push_back(DAG.getConstant(ShiftMask, dl, SVT)); in BuildSDIV() 5928 SDValue MagicFactor, Factor, Shift, ShiftMask; in BuildSDIV() local 5933 ShiftMask = DAG.getBuildVector(VT, dl, ShiftMasks); in BuildSDIV() 5942 ShiftMask = DAG.getSplatVector(VT, dl, ShiftMasks[0]); in BuildSDIV() 5948 ShiftMask = ShiftMasks[0]; in BuildSDIV() 5995 T = DAG.getNode(ISD::AND, dl, VT, T, ShiftMask); in BuildSDIV()
|
| H A D | DAGCombiner.cpp | 13376 const APInt& ShiftMask = Mask->getConstantOperandAPInt(1); in reduceLoadWidth() local 13377 if (ShiftMask.isMask()) { in reduceLoadWidth() 13379 ShiftMask.countTrailingOnes()); in reduceLoadWidth()
|