Searched defs:ShAmt (Results 1 - 20 of 20) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Lex/
H A DPPExpressions.cpp595 unsigned ShAmt = static_cast<unsigned>(RHS.Val.getLimitedValue()); local
608 unsigned ShAmt = static_cast<unsigned>(RHS.Val.getLimitedValue()); local
/freebsd-10.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp370 Constant *ShAmt = ConstantExpr::getZExt(Op1, TrOp->getType()); local
687 unsigned ShAmt = Op1C->getZExtValue(); local
726 unsigned ShAmt = Op1C->getZExtValue(); local
766 unsigned ShAmt = Op1C->getZExtValue(); local
[all...]
H A DInstCombineMulDivRem.cpp810 Value *ShAmt = llvm::ConstantInt::get(RHS->getType(), local
H A DInstCombineAddSub.cpp961 Constant *ShAmt = ConstantInt::get(I.getType(), ExtendAmt); local
H A DInstCombineAndOrXor.cpp1318 unsigned ShAmt = local
H A DInstCombineCasts.cpp1100 Value *ShAmt = ConstantInt::get(DestTy, DestBitSize-SrcBitSize); local
1129 unsigned ShAmt = CA->getZExtValue()+SrcDstSize-MidSize; local
1645 ConstantInt *ShAmt = 0; local
[all...]
H A DInstCombineCompares.cpp1184 ConstantInt *ShAmt; local
964 FoldICmpShrCst(ICmpInst &ICI, BinaryOperator *Shr, ConstantInt *ShAmt) argument
1328 ConstantInt *ShAmt = dyn_cast<ConstantInt>(LHSI->getOperand(1)); local
2786 uint64_t ShAmt = 0; local
2799 MaskV <<= ShAmt; local
2802 CmpV <<= ShAmt; local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp450 SDValue Lo, Hi, ShAmt; local
H A DTargetLowering.cpp581 unsigned ShAmt = SA->getZExtValue(); local
644 unsigned ShAmt = SA->getZExtValue(); local
697 unsigned ShAmt = SA->getZExtValue(); local
738 unsigned ShAmt = ExVT.getScalarType().getSizeInBits(); local
896 ConstantSDNode *ShAmt = dyn_cast<ConstantSDNode>(In.getOperand(1)); local
961 SDValue ShAmt = TLO.DAG.getConstant(ShVal, Op.getValueType()); local
1095 const APInt &ShAmt local
2447 unsigned ShAmt = d.countTrailingZeros(); local
[all...]
H A DSelectionDAG.cpp1812 unsigned ShAmt = SA->getZExtValue(); local
1820 KnownZero <<= ShAmt; local
1821 KnownOne <<= ShAmt; local
1829 unsigned ShAmt = SA->getZExtValue(); local
1846 unsigned ShAmt = SA->getZExtValue(); local
[all...]
H A DSelectionDAGBuilder.cpp4736 SDValue ShAmt = getValue(I.getArgOperand(1)); local
H A DDAGCombiner.cpp3032 SDValue ShAmt = DAG.getConstant(16, getShiftAmountTy(VT)); local
3899 uint64_t ShAmt = N1C->getZExtValue()+64-N0.getValueSizeInBits(); local
3950 unsigned ShAmt = UnknownBits.countTrailingZeros(); local
4843 SDValue ShAmt = N0.getOperand(1); local
5107 unsigned ShAmt = 0; local
7653 unsigned ShAmt = Imm.countTrailingZeros(); local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DValueTracking.cpp1119 const APInt *ShAmt; local
1127 const APInt *ShAmt; local
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DConstantFold.cpp255 unsigned ShAmt = Amt->getZExtValue(); local
277 unsigned ShAmt = Amt->getZExtValue(); local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp836 int ShAmt = 0; local
984 int ShAmt local
1000 Mask <<= ShAmt; local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp3145 unsigned ShAmt = DefMI->getOperand(3).getImm(); local
3176 unsigned ShAmt = DefMI->getOperand(3).getImm(); local
3447 unsigned ShAmt = local
[all...]
H A DARMISelDAGToDAG.cpp590 unsigned ShAmt = Log2_32(RHSC); local
618 unsigned ShAmt = 0; local
462 isShifterOpProfitable(const SDValue &Shift, ARM_AM::ShiftOpc ShOpcVal, unsigned ShAmt) argument
689 unsigned ShAmt = Log2_32(RHSC); local
757 unsigned ShAmt = 0; local
822 unsigned ShAmt = 0; local
1373 unsigned ShAmt = 0; local
[all...]
H A DARMISelLowering.cpp3640 SDValue ShAmt = Op.getOperand(2); local
3676 SDValue ShAmt = Op.getOperand(2); local
8371 SDValue ShAmt = N00.getOperand(1); local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1814 unsigned ShAmt = MI->getOperand(2).getImm(); local
1940 unsigned ShAmt = MI->getOperand(2).getImm(); local
1958 unsigned ShAmt = MI->getOperand(2).getImm(); local
1977 unsigned ShAmt = MI->getOperand(2).getImm(); local
[all...]
H A DX86ISelLowering.cpp4108 unsigned ShAmt = (i << Shift) % 8; local
6880 unsigned ShAmt local
4810 isVectorShiftRight(ShuffleVectorSDNode *SVOp, SelectionDAG &DAG, bool &isLeft, SDValue &ShVal, unsigned &ShAmt) argument
4843 isVectorShiftLeft(ShuffleVectorSDNode *SVOp, SelectionDAG &DAG, bool &isLeft, SDValue &ShVal, unsigned &ShAmt) argument
4876 isVectorShift(ShuffleVectorSDNode *SVOp, SelectionDAG &DAG, bool &isLeft, SDValue &ShVal, unsigned &ShAmt) argument
7925 SDValue ShAmt = Op.getOperand(2); local
10267 getTargetVShiftNode(unsigned Opc, DebugLoc dl, EVT VT, SDValue SrcOp, SDValue ShAmt, SelectionDAG &DAG) argument
11489 SDValue ShAmt = DAG.getConstant(32, MVT::i32); local
11691 uint64_t ShAmt = 0; local
12072 SDValue ShAmt = DAG.getConstant(BitsDiff, MVT::i32); local
15619 unsigned ShAmt = TrueC->getAPIntValue().logBase2(); local
16040 unsigned ShAmt = TrueC->getAPIntValue().logBase2(); local
16233 APInt ShAmt = N1C->getAPIntValue(); local
[all...]

Completed in 584 milliseconds