Searched refs:NewShiftAmt (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 3720 SDValue NewShiftAmt; in tryShiftAmountMod() local 3728 NewShiftAmt = Add0; in tryShiftAmountMod() 3741 NewShiftAmt = Neg; in tryShiftAmountMod() 3752 if (NewShiftAmt.getValueType() != MVT::i8) { in tryShiftAmountMod() 3754 NewShiftAmt = CurDAG->getNode(ISD::TRUNCATE, DL, MVT::i8, NewShiftAmt); in tryShiftAmountMod() 3756 insertDAGNode(*CurDAG, OrigShiftAmt, NewShiftAmt); in tryShiftAmountMod() 3761 NewShiftAmt = CurDAG->getNode(ISD::AND, DL, MVT::i8, NewShiftAmt, in tryShiftAmountMod() 3764 insertDAGNode(*CurDAG, OrigShiftAmt, NewShiftAmt); in tryShiftAmountMod() 3767 NewShiftAmt); in tryShiftAmountMod()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelDAGToDAG.cpp | 2591 SDValue NewShiftAmt; in tryShiftAmountMod() local 2606 NewShiftAmt = Add0; in tryShiftAmountMod() 2627 NewShiftAmt = SDValue(Neg, 0); in tryShiftAmountMod() 2641 NewShiftAmt = ShiftAmt->getOperand(0); in tryShiftAmountMod() 2646 NewShiftAmt = narrowIfNeeded(CurDAG, NewShiftAmt); in tryShiftAmountMod() 2647 else if (VT == MVT::i64 && NewShiftAmt->getValueType(0) == MVT::i32) { in tryShiftAmountMod() 2651 CurDAG->getTargetConstant(0, DL, MVT::i64), NewShiftAmt, SubReg); in tryShiftAmountMod() 2652 NewShiftAmt = SDValue(Ext, 0); in tryShiftAmountMod() 2655 SDValue Ops[] = {N->getOperand(0), NewShiftAmt}; in tryShiftAmountMod()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 7962 SDValue NewShiftAmt = DAG.getConstant(c1 + c2, DL, ShiftAmtVT); in visitSRL() local 7964 InnerShift.getOperand(0), NewShiftAmt); in visitSRL() 7972 SDValue NewShiftAmt = DAG.getConstant(c1 + c2, DL, ShiftAmtVT); in visitSRL() local 7974 InnerShift.getOperand(0), NewShiftAmt); in visitSRL()
|