/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineShifts.cpp | 380 Constant *ShAmt = ConstantExpr::getZExt(COp1, TrOp->getType()); in FoldShiftByConstant() local 708 unsigned ShAmt = Op1C->getZExtValue(); in visitShl() local 751 unsigned ShAmt = Op1C->getZExtValue(); in visitLShr() local 795 unsigned ShAmt = Op1C->getZExtValue(); in visitAShr() local
|
D | InstCombineCompares.cpp | 948 ConstantInt *ShAmt) { in FoldICmpShrCst() 1281 ConstantInt *ShAmt; in visitICmpInstWithInstAndIntCst() local 1492 ConstantInt *ShAmt = dyn_cast<ConstantInt>(LHSI->getOperand(1)); in visitICmpInstWithInstAndIntCst() local 1648 if (ConstantInt *ShAmt = dyn_cast<ConstantInt>(LHSI->getOperand(1))) { in visitICmpInstWithInstAndIntCst() local 3621 unsigned ShAmt = (unsigned)Cst1->getLimitedValue(TypeBits); in visitICmpInst() local 3636 unsigned ShAmt = (unsigned)Cst1->getLimitedValue(TypeBits); in visitICmpInst() local 3649 uint64_t ShAmt = 0; in visitICmpInst() local
|
D | InstCombineCasts.cpp | 1091 Value *ShAmt = ConstantInt::get(DestTy, DestBitSize-SrcBitSize); in visitSExt() local 1104 Value *ShAmt = ConstantInt::get(DestTy, DestBitSize-SrcBitSize); in visitSExt() local 1133 unsigned ShAmt = CA->getZExtValue()+SrcDstSize-MidSize; in visitSExt() local 1720 ConstantInt *ShAmt = nullptr; in OptimizeIntToFloatBitCast() local
|
D | InstCombineMulDivRem.cpp | 1126 Value *ShAmt = llvm::ConstantInt::get(RHS->getType(), in visitSDiv() local
|
D | InstCombineAddSub.cpp | 1102 Constant *ShAmt = ConstantInt::get(I.getType(), ExtendAmt); in visitAdd() local
|
D | InstCombineAndOrXor.cpp | 1548 unsigned ShAmt = in CollectBSwapParts() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 607 unsigned ShAmt = SA->getZExtValue(); in SimplifyDemandedBits() local 695 unsigned ShAmt = SA->getZExtValue(); in SimplifyDemandedBits() local 748 unsigned ShAmt = SA->getZExtValue(); in SimplifyDemandedBits() local 800 unsigned ShAmt = ExVT.getScalarType().getSizeInBits(); in SimplifyDemandedBits() local 990 ConstantSDNode *ShAmt = dyn_cast<ConstantSDNode>(In.getOperand(1)); in SimplifyDemandedBits() local 1055 SDValue ShAmt = TLO.DAG.getConstant(ShVal, Op.getValueType()); in SimplifyDemandedBits() local 1252 const APInt &ShAmt in SimplifySetCC() local 2649 unsigned ShAmt = d.countTrailingZeros(); in BuildExactSDIV() local
|
D | LegalizeVectorOps.cpp | 554 SDValue Lo, Hi, ShAmt; in ExpandLoad() local
|
D | DAGCombiner.cpp | 3358 SDValue ShAmt = DAG.getConstant(16, getShiftAmountTy(VT)); in MatchBSwapHWord() local 4536 uint64_t ShAmt = N1C->getZExtValue() + 64 - BitSize; in visitSRL() local 4591 unsigned ShAmt = UnknownBits.countTrailingZeros(); in visitSRL() local 5325 unsigned ShAmt = VTBits - EVTBits; in tryToFoldExtendOfConstant() local 6040 SDValue ShAmt = N0.getOperand(1); in visitZERO_EXTEND() local 6301 unsigned ShAmt = 0; in ReduceLoadWidth() local 6482 if (ConstantSDNode *ShAmt = dyn_cast<ConstantSDNode>(N0.getOperand(1))) in visitSIGN_EXTEND_INREG() local 6539 unsigned ShAmt = VTBits - EVTBits; in visitSIGN_EXTEND_INREG() local 9845 unsigned ShAmt = Imm.countTrailingZeros(); in ReduceLoadOpStoreWidth() local
|
D | SelectionDAG.cpp | 2092 unsigned ShAmt = SA->getZExtValue(); in computeKnownBits() local 2108 unsigned ShAmt = SA->getZExtValue(); in computeKnownBits() local 2124 unsigned ShAmt = SA->getZExtValue(); in computeKnownBits() local
|
/external/clang/lib/Lex/ |
D | PPExpressions.cpp | 613 unsigned ShAmt = static_cast<unsigned>(RHS.Val.getLimitedValue()); in EvaluateDirectiveSubExpr() local
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelDAGToDAG.cpp | 457 unsigned ShAmt) { in isShifterOpProfitable() 582 unsigned ShAmt = Log2_32(RHSC); in SelectLdStSOReg() local 610 unsigned ShAmt = 0; in SelectLdStSOReg() local 681 unsigned ShAmt = Log2_32(RHSC); in SelectAddrMode2Worker() local 748 unsigned ShAmt = 0; in SelectAddrMode2Worker() local 813 unsigned ShAmt = 0; in SelectAddrMode2OffsetReg() local 1377 unsigned ShAmt = 0; in SelectT2AddrModeSoReg() local
|
D | ARMBaseInstrInfo.cpp | 3455 unsigned ShAmt = DefMI->getOperand(3).getImm(); in adjustDefLatency() local 3486 unsigned ShAmt = DefMI->getOperand(3).getImm(); in adjustDefLatency() local 3756 unsigned ShAmt = in getOperandLatency() local
|
D | ARMISelLowering.cpp | 4075 SDValue ShAmt = Op.getOperand(2); in LowerShiftRightParts() local 4111 SDValue ShAmt = Op.getOperand(2); in LowerShiftLeftParts() local 8405 SDValue ShAmt = N00.getOperand(1); in PerformORCombine() local
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.cpp | 2470 inline static bool isTruncatedShiftCountForLEA(unsigned ShAmt) { in isTruncatedShiftCountForLEA() 2593 unsigned ShAmt = MI->getOperand(2).getImm(); in convertToThreeAddressWithLEA() local 2698 unsigned ShAmt = getTruncatedShiftCount(MI, 2); in convertToThreeAddress() local 2714 unsigned ShAmt = getTruncatedShiftCount(MI, 2); in convertToThreeAddress() local 2740 unsigned ShAmt = getTruncatedShiftCount(MI, 2); in convertToThreeAddress() local 4181 unsigned ShAmt = getTruncatedShiftCount(MI, 2); in isDefConvertible() local
|
D | X86ISelLowering.cpp | 11348 SDValue ShAmt = Op.getOperand(2); in LowerShiftParts() local 12601 unsigned ShAmt = Op->getConstantOperandVal(1); in EmitTest() local 14596 SDValue SrcOp, SDValue ShAmt, in getTargetVShiftNode() 16066 SDValue ShAmt = in LowerMUL_LOHI() local 16177 uint64_t ShAmt = 0; in LowerScalarImmediateShift() local 16405 uint64_t ShAmt = C.getZExtValue(); in LowerShift() local 20582 SDValue ShAmt = DAG.getConstant(32, in PerformEXTRACT_VECTOR_ELTCombine() local 20968 unsigned ShAmt = TrueC->getAPIntValue().logBase2(); in PerformSELECTCombine() local 21543 unsigned ShAmt = TrueC->getAPIntValue().logBase2(); in PerformCMOVCombine() local 21767 uint64_t ShAmt = C.getZExtValue(); in PerformINTRINSIC_WO_CHAINCombine() local [all …]
|
/external/llvm/lib/IR/ |
D | ConstantFold.cpp | 270 unsigned ShAmt = Amt->getZExtValue(); in ExtractConstantBytes() local 292 unsigned ShAmt = Amt->getZExtValue(); in ExtractConstantBytes() local
|
/external/llvm/include/llvm/IR/ |
D | IRBuilder.h | 1599 uint64_t ShAmt = 8 * Offset; in CreateExtractInteger() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | ScalarReplAggregates.cpp | 844 int ShAmt = 0; in ConvertScalar_ExtractValue() local 993 int ShAmt = 0; in ConvertScalar_InsertValue() local
|
D | SROA.cpp | 2239 uint64_t ShAmt = 8 * Offset; in extractInteger() local 2268 uint64_t ShAmt = 8 * Offset; in insertInteger() local
|
/external/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 1952 const APInt *ShAmt; in ComputeNumSignBits() local 1960 const APInt *ShAmt; in ComputeNumSignBits() local
|
/external/llvm/lib/Support/ |
D | APInt.cpp | 2067 APInt APInt::sshl_ov(const APInt &ShAmt, bool &Overflow) const { in sshl_ov() argument 2080 APInt APInt::ushl_ov(const APInt &ShAmt, bool &Overflow) const { in ushl_ov() argument
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.cpp | 1666 SDValue ShAmt = Op.getOperand(2); in LowerShiftRightParts() local 1727 SDValue ShAmt = Op.getOperand(2); in LowerShiftLeftParts() local
|
/external/llvm/lib/Target/ARM/InstPrinter/ |
D | ARMInstPrinter.cpp | 1342 unsigned ShAmt = MO3.getImm(); in printT2AddrModeSoRegOperand() local
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 1901 SDValue ShAmt = DAG.getConstant(VT.getSizeInBits() - 1, MVT::i32); in lowerSELECT_CC() local
|