Searched refs:ShAmtOp (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAddSub.cpp | 1674 Value *ShAmtOp = cast<Instruction>(Op1)->getOperand(1); in visitSub() local 1675 return BinaryOperator::CreateAShr(X, ShAmtOp); in visitSub() 1679 Value *ShAmtOp = cast<Instruction>(Op1)->getOperand(1); in visitSub() local 1680 return BinaryOperator::CreateLShr(X, ShAmtOp); in visitSub()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringARM32.cpp | 2716 Operand *ShAmtOp = shAmtImm(ShAmtImm - 32); in lowerInt64Arithmetic() local 2717 _lsl(T_Hi, Src0RLo, ShAmtOp); in lowerInt64Arithmetic() 2729 Operand *ShAmtOp = shAmtImm(ShAmtImm); in lowerInt64Arithmetic() local 2731 _lsl(T_Hi, Src0RHi, ShAmtOp); in lowerInt64Arithmetic() 2737 _lsl(T_Lo, Src0RLo, ShAmtOp); in lowerInt64Arithmetic()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelLowering.cpp | 13111 SDValue ShAmtOp = N->getOperand(1); in PerformShiftCombine() local 13115 if (ShAmtOp.getOpcode() == ISD::BUILD_VECTOR) { in PerformShiftCombine() 13119 SDValue Arg = ShAmtOp.getOperand(i); in PerformShiftCombine() 13125 SDValue Arg = ShAmtOp.getOperand(i); in PerformShiftCombine() 13131 } else if (ShAmtOp.getOpcode() == ISD::VECTOR_SHUFFLE && in PerformShiftCombine() 13132 cast<ShuffleVectorSDNode>(ShAmtOp)->isSplat()) { in PerformShiftCombine() 13133 SDValue InVec = ShAmtOp.getOperand(0); in PerformShiftCombine() 13145 unsigned SplatIdx= cast<ShuffleVectorSDNode>(ShAmtOp)->getSplatIndex(); in PerformShiftCombine() 13151 BaseShAmt = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, EltVT, ShAmtOp, in PerformShiftCombine()
|