Home
last modified time | relevance | path

Searched refs:ShAmtOp (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.cpp2714 Operand *ShAmtOp = shAmtImm(ShAmtImm - 32); in lowerInt64Arithmetic() local
2715 _lsl(T_Hi, Src0RLo, ShAmtOp); in lowerInt64Arithmetic()
2727 Operand *ShAmtOp = shAmtImm(ShAmtImm); in lowerInt64Arithmetic() local
2729 _lsl(T_Hi, Src0RHi, ShAmtOp); in lowerInt64Arithmetic()
2735 _lsl(T_Lo, Src0RLo, ShAmtOp); in lowerInt64Arithmetic()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp13111 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()