Searched defs:ShiftC (Results 1 – 10 of 10) sorted by relevance
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSimplifyDemanded.cpp | 614 Constant *ShiftC = ConstantInt::get(VTy, CTZ); SimplifyDemandedUseBits() local
|
H A D | InstCombineAndOrXor.cpp | 2353 const APInt *ShiftC; visitAnd() local [all...] |
H A D | InstCombineCompares.cpp | 1642 const APInt *ShiftC; foldICmpXorShiftConst() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 1616 if (ConstantSDNode *ShiftC = SimplifyDemandedBits() local 8831 SDValue ShiftC = DAG.getShiftAmountConstant(Shift, VT, dl); expandCTPOP() local 8898 SDValue ShiftC = DAG.getShiftAmountConstant(Shift, VT, dl); expandVPCTPOP() local [all...] |
H A D | DAGCombiner.cpp | 10462 SDValue ShiftC = visitSRA() local 14630 SDValue ShiftC = DAG.getConstant(ShiftedOffset, DL, VT); reduceLoadWidth() local [all...] |
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 6088 SDValue ShiftC = CurDAG->getTargetConstant(ShiftAmt, dl, MVT::i64); Select() local
|
H A D | X86ISelLowering.cpp | 48144 auto *ShiftC = dyn_cast<ConstantSDNode>(N1); combineShiftRightLogical() local [all...] |
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 6476 auto ShiftC = B.buildConstant(Ty, Shift); lowerBitCount() local
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 13863 auto *ShiftC = dyn_cast<ConstantSDNode>(N->getOperand(0).getOperand(1)); isDesirableToCommuteXorWithShift() local
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 17324 auto *ShiftC = dyn_cast<ConstantSDNode>(N->getOperand(0).getOperand(1)); isDesirableToCommuteXorWithShift() local [all...] |