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.cpp178 uint64_t Amt = V2.getZExtValue(); in evalAPSInt() local
196 uint64_t Amt = V2.getZExtValue(); in evalAPSInt() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp933 Constant *Amt = ConstantInt::get(VarX->getType(), ShlAmt - ShrAmt); in SimplifyShrShlDemandedBits() local
939 Constant *Amt = ConstantInt::get(VarX->getType(), ShrAmt - ShlAmt); in SimplifyShrShlDemandedBits() local
DInstCombineCasts.cpp125 Value *Amt = nullptr; in PromoteCastOfAllocation() local
706 if (ConstantInt *Amt = dyn_cast<ConstantInt>(I->getOperand(1))) { in CanEvaluateZExtd() local
717 if (ConstantInt *Amt = dyn_cast<ConstantInt>(I->getOperand(1))) { in CanEvaluateZExtd() local
DInstructionCombining.cpp1053 int32_t Amt = cast<ConstantInt>(BO->getOperand(1))-> in Descale() local
DInstCombineCompares.cpp1628 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.h375 void setFieldWidth(const OptionalAmount &Amt) { in setFieldWidth()
483 void setPrecision(const OptionalAmount &Amt) { in setPrecision()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp602 SDValue Amt = N->getOperand(1); in PromoteIntRes_SHL() local
626 SDValue Amt = N->getOperand(1); in PromoteIntRes_SRA() local
634 SDValue Amt = N->getOperand(1); in PromoteIntRes_SRL() local
1344 void DAGTypeLegalizer::ExpandShiftByConstant(SDNode *N, unsigned Amt, in ExpandShiftByConstant()
1445 SDValue Amt = N->getOperand(1); in ExpandShiftWithKnownAmountBit() local
1533 SDValue Amt = N->getOperand(1); in ExpandShiftWithUnknownAmountBit() local
DTargetLowering.cpp2652 SDValue Amt = DAG.getConstant(ShAmt, getShiftAmountTy(Op1.getValueType())); in BuildExactSDIV() local
DDAGCombiner.cpp4029 SDValue DAGCombiner::visitShiftByConstant(SDNode *N, ConstantSDNode *Amt) { in visitShiftByConstant()
4404 SDValue Amt = DAG.getConstant(ShiftAmt, in visitSRA() local
4438 SDValue Amt = in visitSRA() local
6246 unsigned Amt = RHSC->getZExtValue(); in GetDemandedBits() local
DSelectionDAGBuilder.cpp3427 unsigned Amt = ElementSize.logBase2(); in visitGetElementPtr() local
/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.cpp844 static Value *getAISize(LLVMContext &Context, Value *Amt) { in getAISize()
/external/clang/lib/CodeGen/
DCGBuiltin.cpp4640 llvm::ConstantInt *Amt = cast<ConstantInt>(EmitScalarExpr(E->getArg(1))); in EmitAArch64BuiltinExpr() local
4645 llvm::ConstantInt *Amt = cast<ConstantInt>(EmitScalarExpr(E->getArg(1))); in EmitAArch64BuiltinExpr() local
4652 llvm::ConstantInt *Amt = cast<ConstantInt>(EmitScalarExpr(E->getArg(1))); in EmitAArch64BuiltinExpr() local
4661 llvm::ConstantInt *Amt = cast<ConstantInt>(EmitScalarExpr(E->getArg(2))); in EmitAArch64BuiltinExpr() local
4669 llvm::ConstantInt *Amt = cast<ConstantInt>(EmitScalarExpr(E->getArg(2))); in EmitAArch64BuiltinExpr() local
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp172 unsigned Amt = ARM_AM::getAM2Offset(OffImm); in convertToThreeAddress() local
198 unsigned Amt = ARM_AM::getAM3Offset(OffImm); in convertToThreeAddress() local
/external/llvm/lib/Target/ARM/InstPrinter/
DARMInstPrinter.cpp713 unsigned Amt = ShiftOp & 0x1f; in printShiftImmOperand() local
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp6386 SDValue Amt = Op.getOperand(2); in LowerSHL_PARTS() local
6415 SDValue Amt = Op.getOperand(2); in LowerSRL_PARTS() local
6443 SDValue Amt = Op.getOperand(2); in LowerSRA_PARTS() local
6524 static SDValue BuildVSLDOI(SDValue LHS, SDValue RHS, unsigned Amt, in BuildVSLDOI()
/external/clang/lib/Sema/
DSemaChecking.cpp3330 const analyze_format_string::OptionalAmount &Amt, in HandleAmount()
3380 const analyze_printf::OptionalAmount &Amt, in HandleInvalidAmount()
4085 const OptionalAmount &Amt = FS.getFieldWidth(); in HandleScanfSpecifier() local
/external/llvm/lib/Target/X86/
DX86InstrInfo.cpp2956 unsigned Amt = MI->getOperand(3).getImm(); in commuteInstruction() local
DX86ISelLowering.cpp13941 unsigned Amt = RegVT.getVectorElementType().getSizeInBits() - in LowerExtendedLoad() local
16088 SDValue Amt = Op.getOperand(1); in LowerScalarImmediateShift() local
16212 SDValue Amt = Op.getOperand(1); in LowerScalarVariableShift() local
16344 SDValue Amt = Op.getOperand(1); in LowerShift() local
21904 SDValue Amt = N->getOperand(1); in performShiftToAllZeros() local
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp8005 unsigned Amt = Inst.getOperand(2).getImm(); in processInstruction() local
/external/llvm/lib/Analysis/
DScalarEvolution.cpp4299 uint64_t Amt = BitWidth - CI->getZExtValue(); in createSCEV() local