Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DFormatString.cpp82 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
DScanfFormatString.cpp133 const OptionalAmount &Amt = clang::analyze_format_string::ParseAmount(I, E); in ParseScanfSpecifier() local
DPrintfFormatString.cpp43 const OptionalAmount Amt = ParsePositionAmount(H, Start, Beg, E, in ParsePrecision() local
/external/clang/lib/StaticAnalyzer/Core/
DBasicValueFactory.cpp182 uint64_t Amt = V2.getZExtValue(); in evalAPSInt() local
200 uint64_t Amt = V2.getZExtValue(); in evalAPSInt() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp849 Constant *Amt = ConstantInt::get(VarX->getType(), ShlAmt - ShrAmt); in SimplifyShrShlDemandedBits() local
855 Constant *Amt = ConstantInt::get(VarX->getType(), ShrAmt - ShlAmt); in SimplifyShrShlDemandedBits() local
DInstCombineCasts.cpp125 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
DInstructionCombining.cpp1113 int32_t Amt = cast<ConstantInt>(BO->getOperand(1))-> in Descale() local
DInstCombineCompares.cpp1734 unsigned Amt = ShAmt->getLimitedValue(TypeBits-1); in visitICmpInstWithInstAndIntCst() local
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h86 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/
DFormatString.h376 void setFieldWidth(const OptionalAmount &Amt) { in setFieldWidth()
483 void setPrecision(const OptionalAmount &Amt) { in setPrecision()
/external/llvm/lib/IR/
DConstantFold.cpp267 ConstantInt *Amt = dyn_cast<ConstantInt>(CE->getOperand(1)); in ExtractConstantBytes() local
289 ConstantInt *Amt = dyn_cast<ConstantInt>(CE->getOperand(1)); in ExtractConstantBytes() local
DInstructions.cpp1109 static Value *getAISize(LLVMContext &Context, Value *Amt) { in getAISize()
/external/clang/lib/CodeGen/
DCGBuiltin.cpp4952 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/
DLegalizeIntegerTypes.cpp1412 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
DTargetLowering.cpp2708 SDValue Amt = in BuildExactSDIV() local
DDAGCombiner.cpp4244 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
DSelectionDAGBuilder.cpp3043 unsigned Amt = ElementSize.logBase2(); in visitGetElementPtr() local
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp6651 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/
DARMBaseInstrInfo.cpp173 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/
DARMInstPrinter.cpp715 unsigned Amt = ShiftOp & 0x1f; in printShiftImmOperand() local
/external/clang/lib/Sema/
DSemaChecking.cpp3770 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/
DX86InstrInfo.cpp3168 unsigned Amt = MI->getOperand(3).getImm(); in commuteInstructionImpl() local
DX86ISelLowering.cpp18311 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/
DARMAsmParser.cpp7980 unsigned Amt = Inst.getOperand(2).getImm(); in processInstruction() local
/external/llvm/lib/Analysis/
DScalarEvolution.cpp4744 uint64_t Amt = BitWidth - CI->getZExtValue(); in createSCEV() local