Home
last modified time | relevance | path

Searched defs:ShAmt (Results 1 – 25 of 27) sorted by relevance

12

/external/llvm/lib/Transforms/InstCombine/
DInstCombineShifts.cpp380 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
DInstCombineCompares.cpp948 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
DInstCombineCasts.cpp1091 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
DInstCombineMulDivRem.cpp1126 Value *ShAmt = llvm::ConstantInt::get(RHS->getType(), in visitSDiv() local
DInstCombineAddSub.cpp1102 Constant *ShAmt = ConstantInt::get(I.getType(), ExtendAmt); in visitAdd() local
DInstCombineAndOrXor.cpp1548 unsigned ShAmt = in CollectBSwapParts() local
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp607 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
DLegalizeVectorOps.cpp554 SDValue Lo, Hi, ShAmt; in ExpandLoad() local
DDAGCombiner.cpp3358 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
DSelectionDAG.cpp2092 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/
DPPExpressions.cpp613 unsigned ShAmt = static_cast<unsigned>(RHS.Val.getLimitedValue()); in EvaluateDirectiveSubExpr() local
/external/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp457 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
DARMBaseInstrInfo.cpp3455 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
DARMISelLowering.cpp4075 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/
DX86InstrInfo.cpp2470 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
DX86ISelLowering.cpp11348 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/
DConstantFold.cpp270 unsigned ShAmt = Amt->getZExtValue(); in ExtractConstantBytes() local
292 unsigned ShAmt = Amt->getZExtValue(); in ExtractConstantBytes() local
/external/llvm/include/llvm/IR/
DIRBuilder.h1599 uint64_t ShAmt = 8 * Offset; in CreateExtractInteger() local
/external/llvm/lib/Transforms/Scalar/
DScalarReplAggregates.cpp844 int ShAmt = 0; in ConvertScalar_ExtractValue() local
993 int ShAmt = 0; in ConvertScalar_InsertValue() local
DSROA.cpp2239 uint64_t ShAmt = 8 * Offset; in extractInteger() local
2268 uint64_t ShAmt = 8 * Offset; in insertInteger() local
/external/llvm/lib/Analysis/
DValueTracking.cpp1952 const APInt *ShAmt; in ComputeNumSignBits() local
1960 const APInt *ShAmt; in ComputeNumSignBits() local
/external/llvm/lib/Support/
DAPInt.cpp2067 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/
DNVPTXISelLowering.cpp1666 SDValue ShAmt = Op.getOperand(2); in LowerShiftRightParts() local
1727 SDValue ShAmt = Op.getOperand(2); in LowerShiftLeftParts() local
/external/llvm/lib/Target/ARM/InstPrinter/
DARMInstPrinter.cpp1342 unsigned ShAmt = MO3.getImm(); in printT2AddrModeSoRegOperand() local
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp1901 SDValue ShAmt = DAG.getConstant(VT.getSizeInBits() - 1, MVT::i32); in lowerSELECT_CC() local

12