/external/clang/lib/Analysis/ |
D | FormatString.cpp | 82 const OptionalAmount &Amt = ParseAmount(I, E); in ParsePositionAmount() local 132 const OptionalAmount Amt = in ParseFieldWidth() local 151 const OptionalAmount &Amt = ParseAmount(I, E); in ParseArgPosition() local
|
D | ScanfFormatString.cpp | 133 const OptionalAmount &Amt = clang::analyze_format_string::ParseAmount(I, E); in ParseScanfSpecifier() local
|
D | PrintfFormatString.cpp | 43 const OptionalAmount Amt = ParsePositionAmount(H, Start, Beg, E, in ParsePrecision() local
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | BasicValueFactory.cpp | 182 uint64_t Amt = V2.getZExtValue(); in evalAPSInt() local 200 uint64_t Amt = V2.getZExtValue(); in evalAPSInt() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 849 Constant *Amt = ConstantInt::get(VarX->getType(), ShlAmt - ShrAmt); in SimplifyShrShlDemandedBits() local 855 Constant *Amt = ConstantInt::get(VarX->getType(), ShrAmt - ShlAmt); in SimplifyShrShlDemandedBits() local
|
D | InstCombineCasts.cpp | 125 Value *Amt = nullptr; in PromoteCastOfAllocation() local 781 if (ConstantInt *Amt = dyn_cast<ConstantInt>(I->getOperand(1))) { in canEvaluateZExtd() local 792 if (ConstantInt *Amt = dyn_cast<ConstantInt>(I->getOperand(1))) { in canEvaluateZExtd() local
|
D | InstructionCombining.cpp | 1113 int32_t Amt = cast<ConstantInt>(BO->getOperand(1))-> in Descale() local
|
D | InstCombineCompares.cpp | 1734 unsigned Amt = ShAmt->getLimitedValue(TypeBits-1); in visitICmpInstWithInstAndIntCst() local
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMAddressingModes.h | 86 static inline unsigned rotr32(unsigned Val, unsigned Amt) { in rotr32() 93 static inline unsigned rotl32(unsigned Val, unsigned Amt) { in rotl32()
|
/external/clang/include/clang/Analysis/Analyses/ |
D | FormatString.h | 376 void setFieldWidth(const OptionalAmount &Amt) { in setFieldWidth() 483 void setPrecision(const OptionalAmount &Amt) { in setPrecision()
|
/external/llvm/lib/IR/ |
D | ConstantFold.cpp | 267 ConstantInt *Amt = dyn_cast<ConstantInt>(CE->getOperand(1)); in ExtractConstantBytes() local 289 ConstantInt *Amt = dyn_cast<ConstantInt>(CE->getOperand(1)); in ExtractConstantBytes() local
|
D | Instructions.cpp | 1109 static Value *getAISize(LLVMContext &Context, Value *Amt) { in getAISize()
|
/external/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 4952 llvm::ConstantInt *Amt = cast<ConstantInt>(EmitScalarExpr(E->getArg(1))); in EmitAArch64BuiltinExpr() local 4957 llvm::ConstantInt *Amt = cast<ConstantInt>(EmitScalarExpr(E->getArg(1))); in EmitAArch64BuiltinExpr() local 4964 llvm::ConstantInt *Amt = cast<ConstantInt>(EmitScalarExpr(E->getArg(1))); in EmitAArch64BuiltinExpr() local 4973 llvm::ConstantInt *Amt = cast<ConstantInt>(EmitScalarExpr(E->getArg(2))); in EmitAArch64BuiltinExpr() local 4981 llvm::ConstantInt *Amt = cast<ConstantInt>(EmitScalarExpr(E->getArg(2))); in EmitAArch64BuiltinExpr() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeIntegerTypes.cpp | 1412 void DAGTypeLegalizer::ExpandShiftByConstant(SDNode *N, const APInt &Amt, in ExpandShiftByConstant() 1512 SDValue Amt = N->getOperand(1); in ExpandShiftWithKnownAmountBit() local 1600 SDValue Amt = N->getOperand(1); in ExpandShiftWithUnknownAmountBit() local
|
D | TargetLowering.cpp | 2708 SDValue Amt = in BuildExactSDIV() local
|
D | DAGCombiner.cpp | 4244 SDValue DAGCombiner::visitShiftByConstant(SDNode *N, ConstantSDNode *Amt) { in visitShiftByConstant() 4653 SDValue Amt = DAG.getConstant(ShiftAmt, DL, in visitSRA() local 4688 SDValue Amt = in visitSRA() local 6704 unsigned Amt = RHSC->getZExtValue(); in GetDemandedBits() local
|
D | SelectionDAGBuilder.cpp | 3043 unsigned Amt = ElementSize.logBase2(); in visitGetElementPtr() local
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 6651 SDValue Amt = Op.getOperand(2); in LowerSHL_PARTS() local 6680 SDValue Amt = Op.getOperand(2); in LowerSRL_PARTS() local 6708 SDValue Amt = Op.getOperand(2); in LowerSRA_PARTS() local 6788 static SDValue BuildVSLDOI(SDValue LHS, SDValue RHS, unsigned Amt, in BuildVSLDOI() 7068 unsigned Amt = Subtarget.isLittleEndian() ? 15 : 1; in LowerBUILD_VECTOR() local 7074 unsigned Amt = Subtarget.isLittleEndian() ? 14 : 2; in LowerBUILD_VECTOR() local 7080 unsigned Amt = Subtarget.isLittleEndian() ? 13 : 3; in LowerBUILD_VECTOR() local
|
/external/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.cpp | 173 unsigned Amt = ARM_AM::getAM2Offset(OffImm); in convertToThreeAddress() local 199 unsigned Amt = ARM_AM::getAM3Offset(OffImm); in convertToThreeAddress() local
|
/external/llvm/lib/Target/ARM/InstPrinter/ |
D | ARMInstPrinter.cpp | 715 unsigned Amt = ShiftOp & 0x1f; in printShiftImmOperand() local
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 3770 const analyze_format_string::OptionalAmount &Amt, in HandleAmount() 3820 const analyze_printf::OptionalAmount &Amt, in HandleInvalidAmount() 4560 const OptionalAmount &Amt = FS.getFieldWidth(); in HandleScanfSpecifier() local
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.cpp | 3168 unsigned Amt = MI->getOperand(3).getImm(); in commuteInstructionImpl() local
|
D | X86ISelLowering.cpp | 18311 SDValue Amt = Op.getOperand(1); in LowerScalarImmediateShift() local 18480 SDValue Amt = Op.getOperand(1); in LowerScalarVariableShift() local 18563 SDValue Amt = Op.getOperand(1); in LowerShift() local 19022 SDValue Amt = Op.getOperand(1); in LowerRotate() local 25074 SDValue Amt = N->getOperand(1); in performShiftToAllZeros() local
|
/external/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 7980 unsigned Amt = Inst.getOperand(2).getImm(); in processInstruction() local
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 4744 uint64_t Amt = BitWidth - CI->getZExtValue(); in createSCEV() local
|