Searched defs:ShiftC (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineSimplifyDemanded.cpp | 629 Constant *ShiftC = ConstantInt::get(VTy, CTZ); in SimplifyDemandedUseBits() local
|
| H A D | InstCombineMulDivRem.cpp | 261 const APInt *ShiftC; in visitMul() local
|
| H A D | InstCombineAndOrXor.cpp | 2477 const APInt *ShiftC; in visitAnd() local
|
| H A D | InstCombineCompares.cpp | 1678 const APInt *ShiftC; in foldICmpXorShiftConst() local
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 1664 if (ConstantSDNode *ShiftC = in SimplifyDemandedBits() local 9304 SDValue ShiftC = DAG.getShiftAmountConstant(Shift, VT, dl); in expandCTPOP() local 9371 SDValue ShiftC = DAG.getShiftAmountConstant(Shift, VT, dl); in expandVPCTPOP() local
|
| H A D | DAGCombiner.cpp | 10894 SDValue ShiftC = in visitSRA() local 15573 SDValue ShiftC = DAG.getConstant(ShiftedOffset, DL, VT); in reduceLoadWidth() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelDAGToDAG.cpp | 6246 SDValue ShiftC = CurDAG->getTargetConstant(ShiftAmt, dl, MVT::i64); in Select() local
|
| H A D | X86ISelLowering.cpp | 50038 auto *ShiftC = dyn_cast<ConstantSDNode>(N1); in combineShiftRightLogical() local
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizerHelper.cpp | 7248 auto ShiftC = B.buildConstant(Ty, Shift); in lowerBitCount() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 13923 auto *ShiftC = dyn_cast<ConstantSDNode>(N->getOperand(0).getOperand(1)); in isDesirableToCommuteXorWithShift() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 17957 auto *ShiftC = dyn_cast<ConstantSDNode>(N->getOperand(0).getOperand(1)); in isDesirableToCommuteXorWithShift() local
|