/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/ |
D | APSInt.h | 161 APSInt relativeShr(unsigned Amt) const { in relativeShr() 217 APSInt relativeShl(unsigned Amt) const { in relativeShl()
|
/external/clang/lib/Analysis/ |
D | FormatString.cpp | 83 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
|
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/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | BasicBlock.h | 333 void AdjustBlockAddressRefCount(int Amt) { in AdjustBlockAddressRefCount()
|
/external/capstone/arch/ARM/ |
D | ARMAddressingModes.h | 87 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-10.0/llvm/include/llvm/IR/ |
D | BasicBlock.h | 437 void AdjustBlockAddressRefCount(int Amt) { in AdjustBlockAddressRefCount()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 879 Constant *Amt = ConstantInt::get(VarX->getType(), ShlAmt - ShrAmt); in SimplifyShrShlDemandedBits() local 885 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
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 128 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 1034 const APInt *Amt; in canEvaluateZExtd() local 1047 const APInt *Amt; in canEvaluateZExtd() local
|
D | InstCombineSimplifyDemanded.cpp | 978 Constant *Amt = ConstantInt::get(VarX->getType(), ShlAmt - ShrAmt); in simplifyShrShlDemandedBits() local 984 Constant *Amt = ConstantInt::get(VarX->getType(), ShrAmt - ShlAmt); in simplifyShrShlDemandedBits() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMAddressingModes.h | 86 inline unsigned rotr32(unsigned Val, unsigned Amt) { in rotr32() 93 inline unsigned rotl32(unsigned Val, unsigned Amt) { in rotl32()
|
/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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMAddressingModes.h | 86 inline unsigned rotr32(unsigned Val, unsigned Amt) { in rotr32() 93 inline unsigned rotl32(unsigned Val, unsigned Amt) { in rotl32()
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
D | BasicBlock.h | 606 void AdjustBlockAddressRefCount(int Amt) { in AdjustBlockAddressRefCount()
|
/external/clang/include/clang/Analysis/Analyses/ |
D | FormatString.h | 381 void setFieldWidth(const OptionalAmount &Amt) { in setFieldWidth() 483 void setPrecision(const OptionalAmount &Amt) { in setPrecision()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 1203 Constant *Amt = ConstantInt::get(VarX->getType(), ShlAmt - ShrAmt); in simplifyShrShlDemandedBits() local 1209 Constant *Amt = ConstantInt::get(VarX->getType(), ShrAmt - ShlAmt); in simplifyShrShlDemandedBits() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
D | ARCFrameLowering.cpp | 476 unsigned Amt = Old.getOperand(0).getImm(); in eliminateCallFramePseudoInstr() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARC/ |
D | ARCFrameLowering.cpp | 474 unsigned Amt = Old.getOperand(0).getImm(); in eliminateCallFramePseudoInstr() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
D | APFixedPoint.cpp | 347 APFixedPoint APFixedPoint::shl(unsigned Amt, bool *Overflow) const { in shl()
|
/external/llvm/lib/IR/ |
D | ConstantFold.cpp | 268 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-16.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | MachineIRBuilder.h | 2006 const SrcOp &Amt) { in buildRotateRight() 2012 const SrcOp &Amt) { in buildRotateLeft()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
D | ConstantFold.cpp | 269 ConstantInt *Amt = dyn_cast<ConstantInt>(CE->getOperand(1)); in ExtractConstantBytes() local 292 ConstantInt *Amt = dyn_cast<ConstantInt>(CE->getOperand(1)); in ExtractConstantBytes() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
D | X86InstCombineIntrinsic.cpp | 202 Value *Amt = II.getArgOperand(1); in simplifyX86immShift() local 350 Value *Amt = II.getArgOperand(1); in simplifyX86varShift() local
|