| /freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineShifts.cpp | 370 Constant *ShAmt = ConstantExpr::getZExt(Op1, TrOp->getType()); in FoldShiftByConstant() local 687 unsigned ShAmt = Op1C->getZExtValue(); in visitShl() local 726 unsigned ShAmt = Op1C->getZExtValue(); in visitLShr() local 766 unsigned ShAmt = Op1C->getZExtValue(); in visitAShr() local
|
| D | InstCombineCompares.cpp | 967 ConstantInt *ShAmt) { in FoldICmpShrCst() 1195 ConstantInt *ShAmt; in visitICmpInstWithInstAndIntCst() local 1355 ConstantInt *ShAmt = dyn_cast<ConstantInt>(LHSI->getOperand(1)); in visitICmpInstWithInstAndIntCst() local 1521 if (ConstantInt *ShAmt = dyn_cast<ConstantInt>(LHSI->getOperand(1))) { in visitICmpInstWithInstAndIntCst() local 2966 unsigned ShAmt = (unsigned)Cst1->getLimitedValue(TypeBits); in visitICmpInst() local 2979 uint64_t ShAmt = 0; in visitICmpInst() local
|
| D | InstCombineCasts.cpp | 1097 Value *ShAmt = ConstantInt::get(DestTy, DestBitSize-SrcBitSize); in visitSExt() local 1110 Value *ShAmt = ConstantInt::get(DestTy, DestBitSize-SrcBitSize); in visitSExt() local 1139 unsigned ShAmt = CA->getZExtValue()+SrcDstSize-MidSize; in visitSExt() local 1702 ConstantInt *ShAmt = 0; in OptimizeIntToFloatBitCast() local
|
| D | InstCombineMulDivRem.cpp | 925 Value *ShAmt = llvm::ConstantInt::get(RHS->getType(), in visitSDiv() local
|
| D | InstCombineAddSub.cpp | 962 Constant *ShAmt = ConstantInt::get(I.getType(), ExtendAmt); in visitAdd() local
|
| D | InstCombineAndOrXor.cpp | 1404 unsigned ShAmt = in CollectBSwapParts() local
|
| /freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| D | TargetLowering.cpp | 599 unsigned ShAmt = SA->getZExtValue(); in SimplifyDemandedBits() local 687 unsigned ShAmt = SA->getZExtValue(); in SimplifyDemandedBits() local 740 unsigned ShAmt = SA->getZExtValue(); in SimplifyDemandedBits() local 792 unsigned ShAmt = ExVT.getScalarType().getSizeInBits(); in SimplifyDemandedBits() local 950 ConstantSDNode *ShAmt = dyn_cast<ConstantSDNode>(In.getOperand(1)); in SimplifyDemandedBits() local 1015 SDValue ShAmt = TLO.DAG.getConstant(ShVal, Op.getValueType()); in SimplifyDemandedBits() local 1156 const APInt &ShAmt in SimplifySetCC() local 2519 unsigned ShAmt = d.countTrailingZeros(); in BuildExactSDIV() local
|
| D | LegalizeVectorOps.cpp | 455 SDValue Lo, Hi, ShAmt; in ExpandLoad() local
|
| D | DAGCombiner.cpp | 3120 SDValue ShAmt = DAG.getConstant(16, getShiftAmountTy(VT)); in MatchBSwapHWord() local 4004 uint64_t ShAmt = N1C->getZExtValue()+64-N0.getValueSizeInBits(); in visitSRL() local 4057 unsigned ShAmt = UnknownBits.countTrailingZeros(); in visitSRL() local 4980 SDValue ShAmt = N0.getOperand(1); in visitZERO_EXTEND() local 5239 unsigned ShAmt = 0; in ReduceLoadWidth() local 5417 if (ConstantSDNode *ShAmt = dyn_cast<ConstantSDNode>(N0.getOperand(1))) in visitSIGN_EXTEND_INREG() local 8325 unsigned ShAmt = Imm.countTrailingZeros(); in ReduceLoadOpStoreWidth() local
|
| D | SelectionDAG.cpp | 1899 unsigned ShAmt = SA->getZExtValue(); in ComputeMaskedBits() local 1916 unsigned ShAmt = SA->getZExtValue(); in ComputeMaskedBits() local 1933 unsigned ShAmt = SA->getZExtValue(); in ComputeMaskedBits() local
|
| D | SelectionDAGBuilder.cpp | 4865 SDValue ShAmt = getValue(I.getArgOperand(1)); in visitIntrinsicCall() local
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/ |
| D | PPExpressions.cpp | 600 unsigned ShAmt = static_cast<unsigned>(RHS.Val.getLimitedValue()); in EvaluateDirectiveSubExpr() local 613 unsigned ShAmt = static_cast<unsigned>(RHS.Val.getLimitedValue()); in EvaluateDirectiveSubExpr() local
|
| /freebsd-10-stable/contrib/llvm/lib/Target/ARM/ |
| D | ARMISelDAGToDAG.cpp | 458 unsigned ShAmt) { in isShifterOpProfitable() 586 unsigned ShAmt = Log2_32(RHSC); in SelectLdStSOReg() local 614 unsigned ShAmt = 0; in SelectLdStSOReg() local 685 unsigned ShAmt = Log2_32(RHSC); in SelectAddrMode2Worker() local 755 unsigned ShAmt = 0; in SelectAddrMode2Worker() local 820 unsigned ShAmt = 0; in SelectAddrMode2OffsetReg() local 1380 unsigned ShAmt = 0; in SelectT2AddrModeSoReg() local
|
| D | ARMBaseInstrInfo.cpp | 3312 unsigned ShAmt = DefMI->getOperand(3).getImm(); in adjustDefLatency() local 3343 unsigned ShAmt = DefMI->getOperand(3).getImm(); in adjustDefLatency() local 3614 unsigned ShAmt = in getOperandLatency() local
|
| D | ARMISelLowering.cpp | 3898 SDValue ShAmt = Op.getOperand(2); in LowerShiftRightParts() local 3934 SDValue ShAmt = Op.getOperand(2); in LowerShiftLeftParts() local 8849 SDValue ShAmt = N00.getOperand(1); in PerformORCombine() local
|
| /freebsd-10-stable/contrib/llvm/lib/Target/X86/ |
| D | X86InstrInfo.cpp | 1841 inline static bool isTruncatedShiftCountForLEA(unsigned ShAmt) { in isTruncatedShiftCountForLEA() 1965 unsigned ShAmt = MI->getOperand(2).getImm(); in convertToThreeAddressWithLEA() local 2099 unsigned ShAmt = getTruncatedShiftCount(MI, 2); in convertToThreeAddress() local 2115 unsigned ShAmt = getTruncatedShiftCount(MI, 2); in convertToThreeAddress() local 2141 unsigned ShAmt = getTruncatedShiftCount(MI, 2); in convertToThreeAddress() local 3415 unsigned ShAmt = getTruncatedShiftCount(MI, 2); in isDefConvertible() local
|
| D | X86ISelLowering.cpp | 4416 unsigned ShAmt = (i << Shift) % 8; in getShuffleSHUFImmediate() local 5136 bool &isLeft, SDValue &ShVal, unsigned &ShAmt) { in isVectorShiftRight() 5171 bool &isLeft, SDValue &ShVal, unsigned &ShAmt) { in isVectorShiftLeft() 5206 bool &isLeft, SDValue &ShVal, unsigned &ShAmt) { in isVectorShift() 7355 unsigned ShAmt = 0; in LowerVECTOR_SHUFFLE() local 8433 SDValue ShAmt = Op.getOperand(2); in LowerShiftParts() local 11003 SDValue SrcOp, SDValue ShAmt, in getTargetVShiftNode() 12715 uint64_t ShAmt = 0; in LowerScalarImmediateShift() local 16802 unsigned ShAmt = TrueC->getAPIntValue().logBase2(); in PerformSELECTCombine() local 17255 unsigned ShAmt = TrueC->getAPIntValue().logBase2(); in PerformCMOVCombine() local [all …]
|
| /freebsd-10-stable/contrib/llvm/lib/IR/ |
| D | ConstantFold.cpp | 256 unsigned ShAmt = Amt->getZExtValue(); in ExtractConstantBytes() local 278 unsigned ShAmt = Amt->getZExtValue(); in ExtractConstantBytes() local
|
| /freebsd-10-stable/contrib/llvm/lib/Analysis/ |
| D | ValueTracking.cpp | 1160 const APInt *ShAmt; in ComputeNumSignBits() local 1168 const APInt *ShAmt; in ComputeNumSignBits() local
|
| /freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/ |
| D | ScalarReplAggregates.cpp | 836 int ShAmt = 0; in ConvertScalar_ExtractValue() local 984 int ShAmt = 0; in ConvertScalar_InsertValue() local
|
| D | SROA.cpp | 1773 uint64_t ShAmt = 8*Offset; in extractInteger() local 1802 uint64_t ShAmt = 8*Offset; in insertInteger() local
|
| /freebsd-10-stable/contrib/llvm/lib/Target/ARM/InstPrinter/ |
| D | ARMInstPrinter.cpp | 1223 unsigned ShAmt = MO3.getImm(); in printT2AddrModeSoRegOperand() local
|
| /freebsd-10-stable/contrib/llvm/lib/Support/ |
| D | APInt.cpp | 2048 APInt APInt::sshl_ov(unsigned ShAmt, bool &Overflow) const { in sshl_ov()
|