Searched defs:ShiftOp (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1860 unsigned ShiftOp = TrueOp->getSExtValue() == 1 ? ISD::SRL : ISD::SRA; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp3341 unsigned ShiftOp = Subtarget.isABI_N64() ? Mips::DSLL : Mips::SLL; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp730 unsigned ShiftOp; local
814 unsigned ShiftOp = Signed ? ISD::SRA : ISD::SRL; local
3496 SDValue ShiftOp = N->getOperand(1); local
[all...]
H A DSelectionDAGBuilder.cpp2726 SDValue ShiftOp = DAG.getCopyFromReg(getControlRoot(), dl, Reg, VT); local
H A DDAGCombiner.cpp2132 SDValue ShiftOp = IsAdd ? N->getOperand(0) : N->getOperand(1); local
6732 auto ShiftOp = dyn_cast<ConstantSDNode>(Op->getOperand(1)); local
[all...]

Completed in 238 milliseconds