Searched refs:Amt2 (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/contrib/llvm/lib/Target/X86/ |
| HD | X86ISelLowering.cpp | 17409 SDValue Amt2 = (VT == MVT::v4i32) ? Amt->getOperand(1) : in LowerShift() local 17416 CanBeSimplified = Amt2 == Amt->getOperand(2) && in LowerShift() 17417 Amt2 == Amt->getOperand(3); in LowerShift() 17423 Amt2 = Amt->getOperand(2); in LowerShift() 17430 CanBeSimplified = Amt2 == Amt->getOperand(i); in LowerShift() 17435 Amt2 = Amt->getOperand(4); in LowerShift() 17439 CanBeSimplified = Amt2 == Amt->getOperand(j); in LowerShift() 17444 isa<ConstantSDNode>(Amt2)) { in LowerShift() 17451 DAG.getConstant(cast<ConstantSDNode>(Amt2)->getAPIntValue(), dl, VT); in LowerShift() 17470 SDValue Amt0, Amt1, Amt2, Amt3; in LowerShift() local [all …]
|
| /NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| HD | LegalizeIntegerTypes.cpp | 1515 SDValue Amt2 = DAG.getNode(ISD::XOR, dl, ShTy, Amt, in ExpandShiftWithKnownAmountBit() local 1534 SDValue Sh2 = DAG.getNode(Op2, dl, NVT, Sh1, Amt2); in ExpandShiftWithKnownAmountBit()
|