Searched refs:Amt2 (Results 1 – 5 of 5) sorted by relevance
/external/llvm/test/CodeGen/X86/ |
D | rotate.ll | 7 %Amt2 = sub i8 32, %Amt ; <i8> [#uses=1] 8 %shift.upgrd.2 = zext i8 %Amt2 to i32 ; <i32> [#uses=1] 17 %Amt2 = sub i8 32, %Amt ; <i8> [#uses=1] 18 %shift.upgrd.4 = zext i8 %Amt2 to i32 ; <i32> [#uses=1] 41 %Amt2 = sub i8 16, %Amt ; <i8> [#uses=1] 42 %shift.upgrd.6 = zext i8 %Amt2 to i16 ; <i16> [#uses=1] 51 %Amt2 = sub i8 16, %Amt ; <i8> [#uses=1] 52 %shift.upgrd.8 = zext i8 %Amt2 to i16 ; <i16> [#uses=1] 74 %Amt2 = sub i8 8, %Amt ; <i8> [#uses=1] 75 %C = lshr i8 %A, %Amt2 ; <i8> [#uses=1] [all …]
|
/external/llvm/test/CodeGen/PowerPC/ |
D | rotl-2.ll | 8 %Amt2 = sub i8 32, %Amt ; <i8> [#uses=1] 9 %shift.upgrd.2 = zext i8 %Amt2 to i32 ; <i32> [#uses=1] 18 %Amt2 = sub i8 32, %Amt ; <i8> [#uses=1] 19 %shift.upgrd.4 = zext i8 %Amt2 to i32 ; <i32> [#uses=1]
|
D | rotl-64.ll | 15 %Amt2 = sub i8 64, %Amt 16 %Amt3 = zext i8 %Amt2 to i64
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeIntegerTypes.cpp | 1497 SDValue Amt2 = DAG.getNode(ISD::XOR, dl, ShTy, Amt, in ExpandShiftWithKnownAmountBit() local 1516 SDValue Sh2 = DAG.getNode(Op2, dl, NVT, Sh1, Amt2); in ExpandShiftWithKnownAmountBit()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 16445 SDValue Amt2 = (VT == MVT::v4i32) ? Amt->getOperand(1) : in LowerShift() local 16452 CanBeSimplified = Amt2 == Amt->getOperand(2) && in LowerShift() 16453 Amt2 == Amt->getOperand(3); in LowerShift() 16459 Amt2 = Amt->getOperand(2); in LowerShift() 16466 CanBeSimplified = Amt2 == Amt->getOperand(i); in LowerShift() 16471 Amt2 = Amt->getOperand(4); in LowerShift() 16475 CanBeSimplified = Amt2 == Amt->getOperand(j); in LowerShift() 16480 isa<ConstantSDNode>(Amt2)) { in LowerShift() 16487 DAG.getConstant(cast<ConstantSDNode>(Amt2)->getAPIntValue(), VT); in LowerShift() 16566 SDValue Amt1, Amt2; in LowerShift() local [all …]
|