| /freebsd-12-stable/contrib/llvm-project/clang/lib/AST/ |
| 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 | 132 const OptionalAmount &Amt = clang::analyze_format_string::ParseAmount(I, E); in ParseScanfSpecifier() local
|
| D | PrintfFormatString.cpp | 44 const OptionalAmount Amt = ParsePositionAmount(H, Start, Beg, E, in ParsePrecision() local
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| D | BasicValueFactory.cpp | 282 uint64_t Amt = V2.getZExtValue(); in evalAPSInt() local 305 uint64_t Amt = V2.getZExtValue(); in evalAPSInt() local
|
| /freebsd-12-stable/contrib/llvm-project/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()
|
| D | ARMInstPrinter.cpp | 775 unsigned Amt = ShiftOp & 0x1f; in printShiftImmOperand() local
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/ |
| D | FormatString.h | 440 void setVectorNumElts(const OptionalAmount &Amt) { in setVectorNumElts() 448 void setFieldWidth(const OptionalAmount &Amt) { in setFieldWidth() 564 void setPrecision(const OptionalAmount &Amt) { in setPrecision()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| D | BasicBlock.h | 559 void AdjustBlockAddressRefCount(int Amt) { in AdjustBlockAddressRefCount()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineSimplifyDemanded.cpp | 1048 Constant *Amt = ConstantInt::get(VarX->getType(), ShlAmt - ShrAmt); in simplifyShrShlDemandedBits() local 1054 Constant *Amt = ConstantInt::get(VarX->getType(), ShrAmt - ShlAmt); in simplifyShrShlDemandedBits() local
|
| D | InstCombineCasts.cpp | 145 Value *Amt = nullptr; in PromoteCastOfAllocation() local 1174 const APInt *Amt; in canEvaluateZExtd() local 1187 const APInt *Amt; in canEvaluateZExtd() local
|
| D | InstructionCombining.cpp | 1450 int32_t Amt = cast<ConstantInt>(BO->getOperand(1))-> in Descale() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARC/ |
| D | ARCFrameLowering.cpp | 474 unsigned Amt = Old.getOperand(0).getImm(); in eliminateCallFramePseudoInstr() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/ |
| D | APFixedPoint.cpp | 336 APFixedPoint APFixedPoint::shl(unsigned Amt, bool *Overflow) const { in shl()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| D | MachineIRBuilder.h | 1853 const SrcOp &Amt) { in buildRotateRight() 1859 const SrcOp &Amt) { in buildRotateLeft()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/ |
| D | ConstantFold.cpp | 271 ConstantInt *Amt = dyn_cast<ConstantInt>(CE->getOperand(1)); in ExtractConstantBytes() local 294 ConstantInt *Amt = dyn_cast<ConstantInt>(CE->getOperand(1)); in ExtractConstantBytes() local
|
| D | AutoUpgrade.cpp | 1288 Value *Amt = CI.getArgOperand(1); in upgradeX86Rotate() local 1355 Value *Amt = CI.getArgOperand(2); in upgradeX86ConcatShift() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AVR/ |
| D | AVRISelLowering.cpp | 293 SDValue Amt = N->getOperand(1); in LowerShifts() local 300 SDValue Amt = N->getOperand(1); in LowerShifts() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| D | X86InstCombineIntrinsic.cpp | 201 Value *Amt = II.getArgOperand(1); in simplifyX86immShift() local 349 Value *Amt = II.getArgOperand(1); in simplifyX86varShift() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| D | LegalizeIntegerTypes.cpp | 2287 void DAGTypeLegalizer::ExpandShiftByConstant(SDNode *N, const APInt &Amt, in ExpandShiftByConstant() 2378 SDValue Amt = N->getOperand(1); in ExpandShiftWithKnownAmountBit() local 2465 SDValue Amt = N->getOperand(1); in ExpandShiftWithUnknownAmountBit() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| D | PPCISelLowering.cpp | 8775 SDValue Amt = Op.getOperand(2); in LowerSHL_PARTS() local 8804 SDValue Amt = Op.getOperand(2); in LowerSRL_PARTS() local 8832 SDValue Amt = Op.getOperand(2); in LowerSRA_PARTS() local 8932 static SDValue BuildVSLDOI(SDValue LHS, SDValue RHS, unsigned Amt, EVT VT, in BuildVSLDOI() 9314 unsigned Amt = Subtarget.isLittleEndian() ? 15 : 1; in LowerBUILD_VECTOR() local 9320 unsigned Amt = Subtarget.isLittleEndian() ? 14 : 2; in LowerBUILD_VECTOR() local 9326 unsigned Amt = Subtarget.isLittleEndian() ? 13 : 3; in LowerBUILD_VECTOR() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| D | LegalizerHelper.cpp | 4702 LegalizerHelper::narrowScalarShiftByConstant(MachineInstr &MI, const APInt &Amt, in narrowScalarShiftByConstant() 4805 Register Amt = MI.getOperand(2).getReg(); in narrowScalarShift() local 5938 Register Amt = MI.getOperand(2).getReg(); in lowerRotateWithReverseRotate() local 5952 Register Amt = MI.getOperand(2).getReg(); in lowerRotate() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| D | ARMBaseInstrInfo.cpp | 219 unsigned Amt = ARM_AM::getAM2Offset(OffImm); in convertToThreeAddress() local 253 unsigned Amt = ARM_AM::getAM3Offset(OffImm); in convertToThreeAddress() local
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| D | CGBuiltin.cpp | 10366 llvm::ConstantInt *Amt = cast<ConstantInt>(EmitScalarExpr(E->getArg(1))); in EmitAArch64BuiltinExpr() local 10371 llvm::ConstantInt *Amt = cast<ConstantInt>(EmitScalarExpr(E->getArg(1))); in EmitAArch64BuiltinExpr() local 10378 llvm::ConstantInt *Amt = cast<ConstantInt>(EmitScalarExpr(E->getArg(1))); in EmitAArch64BuiltinExpr() local 10387 llvm::ConstantInt *Amt = cast<ConstantInt>(EmitScalarExpr(E->getArg(2))); in EmitAArch64BuiltinExpr() local 10395 llvm::ConstantInt *Amt = cast<ConstantInt>(EmitScalarExpr(E->getArg(2))); in EmitAArch64BuiltinExpr() local 11893 Value *Amt, bool IsRight) { in EmitX86FunnelShift()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUISelDAGToDAG.cpp | 2304 const ConstantSDNode *Amt = dyn_cast<ConstantSDNode>(Src.getOperand(1)); in SelectS_BFE() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| D | HexagonISelDAGToDAGHVX.cpp | 1134 ResultStack &Results) { in packs()
|