/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelDAGToDAG.cpp | 1984 unsigned ShiftOp = TrueOp->getSExtValue() == 1 ? ISD::SRL : ISD::SRA; expandSelectBoolean() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeIntegerTypes.cpp | 983 unsigned ShiftOp; PromoteIntRes_ADDSUBSHLSAT() local 1054 unsigned ShiftOp = Signed ? ISD::SRA : ISD::SRL; PromoteIntRes_MULFIX() local 4584 SDValue ShiftOp = N->getOperand(1); ExpandIntRes_Shift() local [all...] |
H A D | DAGCombiner.cpp | 6866 if (!LogicOp.hasOneUse() || !ShiftOp.hasOneUse()) in foldLogicOfShifts() argument 2673 SDValue ShiftOp = IsAdd ? N->getOperand(0) : N->getOperand(1); foldAddSubOfSignBit() local 8719 auto ShiftOp = dyn_cast<ConstantSDNode>(Op->getOperand(1)); calculateByteProvider() local 9622 __anon29909ce21b02(SDValue V, SDValue &ShiftOp, const APInt *&ShiftAmtVal) combineShiftOfShiftedLogic() argument [all...] |
H A D | SelectionDAGBuilder.cpp | 3076 SDValue ShiftOp = DAG.getCopyFromReg(getControlRoot(), dl, Reg, VT); visitBitTestCase() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMInstPrinter.cpp | 784 unsigned ShiftOp = MI->getOperand(OpNum).getImm(); printShiftImmOperand() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsSEISelLowering.cpp | 3328 unsigned ShiftOp = Subtarget.isABI_N64() ? Mips::DSLL : Mips::SLL; emitINSERT_DF_VIDX() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.cpp | 11578 auto ShiftOp = dyn_cast<ConstantSDNode>(Op->getOperand(1)); calculateSrcByte() local 11662 auto ShiftOp = dyn_cast<ConstantSDNode>(Op->getOperand(2)); calculateByteProvider() local 11686 auto ShiftOp = dyn_cast<ConstantSDNode>(Op->getOperand(1)); calculateByteProvider() local 11711 auto ShiftOp = dyn_cast<ConstantSDNode>(Op->getOperand(1)); calculateByteProvider() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAndOrXor.cpp | 2110 Instruction::BinaryOps ShiftOp = foldBinOpOfDisplacedShifts() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 2353 auto ShiftOp = [&](const APInt &Lhs, const APInt &Rhs) { isNonZeroShift() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 7770 unsigned ShiftOp = IsSigned ? TargetOpcode::G_ASHR : TargetOpcode::G_LSHR; lowerSMULH_UMULH() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 21624 SDValue ShiftOp = Index.getOperand(1); foldIndexIntoBase() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 49547 SDValue ShiftOp = Shift.getOperand(0); foldXorTruncShiftIntoCmp() local [all...] |