Home
last modified time | relevance | path

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

123

/external/clang/lib/Analysis/
DFormatString.cpp83 const OptionalAmount &Amt = ParseAmount(I, E); in ParsePositionAmount() local
133 const OptionalAmount Amt = in ParseFieldWidth() local
152 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/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DBasicBlock.h333 void AdjustBlockAddressRefCount(int Amt) { in AdjustBlockAddressRefCount()
/external/capstone/arch/ARM/
DARMAddressingModes.h87 static inline unsigned rotr32(unsigned Val, unsigned Amt) in rotr32()
95 static inline unsigned rotl32(unsigned Val, unsigned Amt) in rotl32()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h85 static inline unsigned rotr32(unsigned Val, unsigned Amt) { in rotr32()
92 static inline unsigned rotl32(unsigned Val, unsigned Amt) { in rotl32()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DBasicBlock.h420 void AdjustBlockAddressRefCount(int Amt) { in AdjustBlockAddressRefCount()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp128 Value *Amt = nullptr; in PromoteCastOfAllocation() local
379 const APInt *Amt; in canEvaluateTruncated() local
391 const APInt *Amt; in canEvaluateTruncated() local
409 const APInt *Amt; in canEvaluateTruncated() local
996 const APInt *Amt; in canEvaluateZExtd() local
1009 const APInt *Amt; in canEvaluateZExtd() local
DInstCombineSimplifyDemanded.cpp904 Constant *Amt = ConstantInt::get(VarX->getType(), ShlAmt - ShrAmt); in simplifyShrShlDemandedBits() local
910 Constant *Amt = ConstantInt::get(VarX->getType(), ShrAmt - ShlAmt); in simplifyShrShlDemandedBits() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp879 Constant *Amt = ConstantInt::get(VarX->getType(), ShlAmt - ShrAmt); in SimplifyShrShlDemandedBits() local
885 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
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h84 inline unsigned rotr32(unsigned Val, unsigned Amt) { in rotr32()
91 inline unsigned rotl32(unsigned Val, unsigned Amt) { in rotl32()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/
DARCFrameLowering.cpp447 unsigned Amt = Old.getOperand(0).getImm(); in eliminateCallFramePseudoInstr() local
/external/clang/include/clang/Analysis/Analyses/
DFormatString.h381 void setFieldWidth(const OptionalAmount &Amt) { in setFieldWidth()
483 void setPrecision(const OptionalAmount &Amt) { in setPrecision()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCasts.cpp119 Value *Amt = 0; in PromoteCastOfAllocation() local
706 if (ConstantInt *Amt = dyn_cast<ConstantInt>(I->getOperand(1))) { in CanEvaluateZExtd() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstantFold.cpp268 ConstantInt *Amt = dyn_cast<ConstantInt>(CE->getOperand(1)); in ExtractConstantBytes() local
290 ConstantInt *Amt = dyn_cast<ConstantInt>(CE->getOperand(1)); in ExtractConstantBytes() local
/external/llvm/lib/IR/
DConstantFold.cpp268 ConstantInt *Amt = dyn_cast<ConstantInt>(CE->getOperand(1)); in ExtractConstantBytes() local
290 ConstantInt *Amt = dyn_cast<ConstantInt>(CE->getOperand(1)); in ExtractConstantBytes() local
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstantFold.cpp250 ConstantInt *Amt = dyn_cast<ConstantInt>(CE->getOperand(1)); in ExtractConstantBytes() local
272 ConstantInt *Amt = dyn_cast<ConstantInt>(CE->getOperand(1)); in ExtractConstantBytes() local
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMBaseInstrInfo.cpp165 unsigned Amt = ARM_AM::getAM2Offset(OffImm); in convertToThreeAddress() local
191 unsigned Amt = ARM_AM::getAM3Offset(OffImm); in convertToThreeAddress() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp1254 void DAGTypeLegalizer::ExpandShiftByConstant(SDNode *N, unsigned Amt, in ExpandShiftByConstant()
1347 SDValue Amt = N->getOperand(1); in ExpandShiftWithKnownAmountBit() local
1425 SDValue Amt = N->getOperand(1); in ExpandShiftWithUnknownAmountBit() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp185 unsigned Amt = ARM_AM::getAM2Offset(OffImm); in convertToThreeAddress() local
219 unsigned Amt = ARM_AM::getAM3Offset(OffImm); in convertToThreeAddress() local
602 unsigned Amt = ARM_AM::getAM2Offset(OffImm); in isLdstScaledRegNotPlusLsl2() local
/external/clang/lib/CodeGen/
DCGBuiltin.cpp5424 llvm::ConstantInt *Amt = cast<ConstantInt>(EmitScalarExpr(E->getArg(1))); in EmitAArch64BuiltinExpr() local
5429 llvm::ConstantInt *Amt = cast<ConstantInt>(EmitScalarExpr(E->getArg(1))); in EmitAArch64BuiltinExpr() local
5436 llvm::ConstantInt *Amt = cast<ConstantInt>(EmitScalarExpr(E->getArg(1))); in EmitAArch64BuiltinExpr() local
5445 llvm::ConstantInt *Amt = cast<ConstantInt>(EmitScalarExpr(E->getArg(2))); in EmitAArch64BuiltinExpr() local
5453 llvm::ConstantInt *Amt = cast<ConstantInt>(EmitScalarExpr(E->getArg(2))); in EmitAArch64BuiltinExpr() local
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCISelLowering.cpp3806 SDValue Amt = Op.getOperand(2); in LowerSHL_PARTS() local
3835 SDValue Amt = Op.getOperand(2); in LowerSRL_PARTS() local
3863 SDValue Amt = Op.getOperand(2); in LowerSRA_PARTS() local
3935 static SDValue BuildVSLDOI(SDValue LHS, SDValue RHS, unsigned Amt, in BuildVSLDOI()

123