Home
last modified time | relevance | path

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

123

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineShifts.cpp369 Constant *ShAmt = ConstantExpr::getZExt(Op1, TrOp->getType()); in FoldShiftByConstant() local
639 unsigned ShAmt = Op1C->getZExtValue(); in visitShl() local
678 unsigned ShAmt = Op1C->getZExtValue(); in visitLShr() local
718 unsigned ShAmt = Op1C->getZExtValue(); in visitAShr() local
DInstCombineCasts.cpp1090 Value *ShAmt = ConstantInt::get(DestTy, DestBitSize-SrcBitSize); in visitSExt() local
1103 Value *ShAmt = ConstantInt::get(DestTy, DestBitSize-SrcBitSize); in visitSExt() local
1132 unsigned ShAmt = CA->getZExtValue()+SrcDstSize-MidSize; in visitSExt() local
1625 ConstantInt *ShAmt = 0; in OptimizeIntToFloatBitCast() local
DInstCombineCompares.cpp903 ConstantInt *ShAmt) { in FoldICmpShrCst()
1123 ConstantInt *ShAmt; in visitICmpInstWithInstAndIntCst() local
1240 ConstantInt *ShAmt = dyn_cast<ConstantInt>(LHSI->getOperand(1)); in visitICmpInstWithInstAndIntCst() local
1304 if (ConstantInt *ShAmt = dyn_cast<ConstantInt>(LHSI->getOperand(1))) { in visitICmpInstWithInstAndIntCst() local
2533 uint64_t ShAmt = 0; in visitICmpInst() local
DInstCombineAddSub.cpp135 Constant *ShAmt = ConstantInt::get(I.getType(), ExtendAmt); in visitAdd() local
DInstCombineMulDivRem.cpp521 Value *ShAmt = llvm::ConstantInt::get(RHS->getType(), in visitSDiv() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineShifts.cpp381 Constant *ShAmt = ConstantExpr::getZExt(COp1, TrOp->getType()); in FoldShiftByConstant() local
709 unsigned ShAmt = Op1C->getZExtValue(); in visitShl() local
752 unsigned ShAmt = Op1C->getZExtValue(); in visitLShr() local
796 unsigned ShAmt = Op1C->getZExtValue(); in visitAShr() local
DInstCombineCasts.cpp642 uint32_t ShAmt = KnownZeroMask.logBase2(); in transformZExtICmp() local
1164 Value *ShAmt = ConstantInt::get(DestTy, DestBitSize-SrcBitSize); in visitSExt() local
1177 Value *ShAmt = ConstantInt::get(DestTy, DestBitSize-SrcBitSize); in visitSExt() local
1206 unsigned ShAmt = CA->getZExtValue()+SrcDstSize-MidSize; in visitSExt() local
DInstCombineCompares.cpp1343 ConstantInt *ShAmt) { in FoldICmpShrCst()
1686 ConstantInt *ShAmt; in visitICmpInstWithInstAndIntCst() local
1923 ConstantInt *ShAmt = dyn_cast<ConstantInt>(LHSI->getOperand(1)); in visitICmpInstWithInstAndIntCst() local
2079 if (ConstantInt *ShAmt = dyn_cast<ConstantInt>(LHSI->getOperand(1))) { in visitICmpInstWithInstAndIntCst() local
4215 unsigned ShAmt = (unsigned)Cst1->getLimitedValue(TypeBits); in visitICmpInst() local
4230 unsigned ShAmt = (unsigned)Cst1->getLimitedValue(TypeBits); in visitICmpInst() local
4243 uint64_t ShAmt = 0; in visitICmpInst() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1438 unsigned ShAmt = SA->getZExtValue(); in SimplifyDemandedBits() local
1502 unsigned ShAmt = SA->getZExtValue(); in SimplifyDemandedBits() local
1555 unsigned ShAmt = SA->getZExtValue(); in SimplifyDemandedBits() local
1737 ConstantSDNode *ShAmt = dyn_cast<ConstantSDNode>(In.getOperand(1)); in SimplifyDemandedBits() local
1800 SDValue ShAmt = TLO.DAG.getConstant(ShVal, Op.getValueType()); in SimplifyDemandedBits() local
1936 const APInt &ShAmt in SimplifySetCC() local
3224 unsigned ShAmt = d.countTrailingZeros(); in BuildExactSDIV() local
DDAGCombiner.cpp2718 SDValue ShAmt = DAG.getConstant(16, getShiftAmountTy(VT)); in MatchBSwapHWord() local
3572 uint64_t ShAmt = N1C->getZExtValue()+64-N0.getValueSizeInBits(); in visitSRL() local
3624 unsigned ShAmt = UnknownBits.countTrailingZeros(); in visitSRL() local
4385 SDValue ShAmt = N0.getOperand(1); in visitZERO_EXTEND() local
4639 unsigned ShAmt = 0; in ReduceLoadWidth() local
4786 if (ConstantSDNode *ShAmt = dyn_cast<ConstantSDNode>(N0.getOperand(1))) in visitSIGN_EXTEND_INREG() local
6449 unsigned ShAmt = Imm.countTrailingZeros(); in ReduceLoadOpStoreWidth() local
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp661 unsigned ShAmt = SA->getZExtValue(); in SimplifyDemandedBits() local
749 unsigned ShAmt = SA->getZExtValue(); in SimplifyDemandedBits() local
809 unsigned ShAmt = SA->getZExtValue(); in SimplifyDemandedBits() local
869 unsigned ShAmt = ExVT.getScalarType().getSizeInBits(); in SimplifyDemandedBits() local
1060 ConstantSDNode *ShAmt = dyn_cast<ConstantSDNode>(In.getOperand(1)); in SimplifyDemandedBits() local
1127 SDValue ShAmt = TLO.DAG.getConstant(ShVal, dl, Op.getValueType()); in SimplifyDemandedBits() local
1380 const APInt &ShAmt in SimplifySetCC() local
2793 unsigned ShAmt = d.countTrailingZeros(); in BuildExactSDIV() local
DLegalizeVectorOps.cpp577 SDValue Lo, Hi, ShAmt; in ExpandLoad() local
/external/clang/lib/Lex/
DPPExpressions.cpp673 unsigned ShAmt = static_cast<unsigned>(RHS.Val.getLimitedValue()); in EvaluateDirectiveSubExpr() local
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelDAGToDAG.cpp381 unsigned ShAmt) { in isShifterOpProfitable()
506 unsigned ShAmt = Log2_32(RHSC); in SelectLdStSOReg() local
534 unsigned ShAmt = 0; in SelectLdStSOReg() local
606 unsigned ShAmt = Log2_32(RHSC); in SelectAddrMode2Worker() local
674 unsigned ShAmt = 0; in SelectAddrMode2Worker() local
738 unsigned ShAmt = 0; in SelectAddrMode2OffsetReg() local
1289 unsigned ShAmt = 0; in SelectT2AddrModeSoReg() local
DARMBaseInstrInfo.cpp2390 unsigned ShAmt = DefMI->getOperand(3).getImm(); in getOperandLatency() local
2550 unsigned ShAmt = in getOperandLatency() local
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86InstrInfo.cpp1362 unsigned ShAmt = MI->getOperand(2).getImm(); in convertToThreeAddressWithLEA() local
1476 unsigned ShAmt = MI->getOperand(2).getImm(); in convertToThreeAddress() local
1495 unsigned ShAmt = MI->getOperand(2).getImm(); in convertToThreeAddress() local
1514 unsigned ShAmt = MI->getOperand(2).getImm(); in convertToThreeAddress() local
/external/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp465 unsigned ShAmt) { in isShifterOpProfitable()
666 unsigned ShAmt = Log2_32(RHSC); in SelectLdStSOReg() local
694 unsigned ShAmt = 0; in SelectLdStSOReg() local
777 unsigned ShAmt = Log2_32(RHSC); in SelectAddrMode2Worker() local
848 unsigned ShAmt = 0; in SelectAddrMode2Worker() local
913 unsigned ShAmt = 0; in SelectAddrMode2OffsetReg() local
1394 unsigned ShAmt = 0; in SelectT2AddrModeSoReg() local
DARMBaseInstrInfo.cpp3518 unsigned ShAmt = DefMI.getOperand(3).getImm(); in adjustDefLatency() local
3549 unsigned ShAmt = DefMI.getOperand(3).getImm(); in adjustDefLatency() local
3823 unsigned ShAmt = in getOperandLatency() local
/external/llvm/lib/Target/X86/
DX86InstrInfo.cpp2556 inline static bool isTruncatedShiftCountForLEA(unsigned ShAmt) { in isTruncatedShiftCountForLEA()
2676 unsigned ShAmt = MI.getOperand(2).getImm(); in convertToThreeAddressWithLEA() local
2777 unsigned ShAmt = getTruncatedShiftCount(MI, 2); in convertToThreeAddress() local
2797 unsigned ShAmt = getTruncatedShiftCount(MI, 2); in convertToThreeAddress() local
2826 unsigned ShAmt = getTruncatedShiftCount(MI, 2); in convertToThreeAddress() local
4951 unsigned ShAmt = getTruncatedShiftCount(MI, 2); in isDefConvertible() local
/external/llvm/lib/IR/
DConstantFold.cpp271 unsigned ShAmt = Amt->getZExtValue(); in ExtractConstantBytes() local
293 unsigned ShAmt = Amt->getZExtValue(); in ExtractConstantBytes() local
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstantFold.cpp253 unsigned ShAmt = Amt->getZExtValue(); in ExtractConstantBytes() local
275 unsigned ShAmt = Amt->getZExtValue(); in ExtractConstantBytes() local
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
DAlphaISelLowering.cpp593 SDValue ShAmt = Op.getOperand(2); in LowerOperation() local
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.cpp555 const int32_t ShAmt = (DestTy == IceType_i16) ? 16 : 24; in genTargetHelperCallFor() local
2801 const int32_t ShAmt = SrcsLo.getConstantValue() & 0x3F; in lowerInt64Arithmetic() local
2962 AggregationElement(AggregationOperation Op, uint32_t ShAmt) in AggregationElement()
2993 uint32_t ShAmt; member in Ice::ARM32::__anonc54490810c11::StrengthReduction::AggregationElement
3890 ConstantInteger32 *ShAmt = nullptr; in lowerCast() local
4593 const int32_t ShAmt = 32 - getScalarIntBitWidth(Src0->getType()); in lowerInt8AndInt16IcmpCond() local
4700 SizeT ShAmt; in lowerIcmp() local
/external/llvm/include/llvm/IR/
DIRBuilder.h1743 uint64_t ShAmt = 8 * Offset; in CreateExtractInteger() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DScalarReplAggregates.cpp736 int ShAmt = 0; in ConvertScalar_ExtractValue() local
863 int ShAmt = 0; in ConvertScalar_InsertValue() local

123