/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A 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
|
H A D | ScanfFormatString.cpp | 132 const OptionalAmount &Amt = clang::analyze_format_string::ParseAmount(I, E); in ParseScanfSpecifier() local
|
H A D | PrintfFormatString.cpp | 44 const OptionalAmount Amt = ParsePositionAmount(H, Start, Beg, E, in ParsePrecision() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | BasicValueFactory.cpp | 282 uint64_t Amt = V2.getZExtValue(); in evalAPSInt() local 305 uint64_t Amt = V2.getZExtValue(); in evalAPSInt() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMAddressingModes.h | 86 inline unsigned rotr32(unsigned Val, unsigned Amt) { in rotr32() 93 inline unsigned rotl32(unsigned Val, unsigned Amt) { in rotl32()
|
H A D | ARMInstPrinter.cpp | 776 unsigned Amt = ShiftOp & 0x1f; in printShiftImmOperand() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A 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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | BasicBlock.h | 559 void AdjustBlockAddressRefCount(int Amt) { in AdjustBlockAddressRefCount()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A 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
|
H A D | InstCombineCasts.cpp | 145 Value *Amt = nullptr; in PromoteCastOfAllocation() local 1125 const APInt *Amt; in canEvaluateZExtd() local 1138 const APInt *Amt; in canEvaluateZExtd() local
|
H A D | InstructionCombining.cpp | 1409 int32_t Amt = cast<ConstantInt>(BO->getOperand(1))-> in Descale() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/ |
H A D | ARCFrameLowering.cpp | 474 unsigned Amt = Old.getOperand(0).getImm(); in eliminateCallFramePseudoInstr() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | APFixedPoint.cpp | 336 APFixedPoint APFixedPoint::shl(unsigned Amt, bool *Overflow) const { in shl()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | MachineIRBuilder.h | 1861 const SrcOp &Amt) { in buildRotateRight() 1867 const SrcOp &Amt) { in buildRotateLeft()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/ |
H A D | AVRISelLowering.cpp | 293 SDValue Amt = N->getOperand(1); in LowerShifts() local 300 SDValue Amt = N->getOperand(1); in LowerShifts() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86InstCombineIntrinsic.cpp | 201 auto Amt = II.getArgOperand(1); in simplifyX86immShift() local 349 auto Amt = II.getArgOperand(1); in simplifyX86varShift() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | ConstantFold.cpp | 270 ConstantInt *Amt = dyn_cast<ConstantInt>(CE->getOperand(1)); in ExtractConstantBytes() local 293 ConstantInt *Amt = dyn_cast<ConstantInt>(CE->getOperand(1)); in ExtractConstantBytes() local
|
H A D | AutoUpgrade.cpp | 1282 Value *Amt = CI.getArgOperand(1); in upgradeX86Rotate() local 1349 Value *Amt = CI.getArgOperand(2); in upgradeX86ConcatShift() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 8731 SDValue Amt = Op.getOperand(2); in LowerSHL_PARTS() local 8760 SDValue Amt = Op.getOperand(2); in LowerSRL_PARTS() local 8788 SDValue Amt = Op.getOperand(2); in LowerSRA_PARTS() local 8888 static SDValue BuildVSLDOI(SDValue LHS, SDValue RHS, unsigned Amt, EVT VT, in BuildVSLDOI() 9270 unsigned Amt = Subtarget.isLittleEndian() ? 15 : 1; in LowerBUILD_VECTOR() local 9276 unsigned Amt = Subtarget.isLittleEndian() ? 14 : 2; in LowerBUILD_VECTOR() local 9282 unsigned Amt = Subtarget.isLittleEndian() ? 13 : 3; in LowerBUILD_VECTOR() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeIntegerTypes.cpp | 2250 void DAGTypeLegalizer::ExpandShiftByConstant(SDNode *N, const APInt &Amt, in ExpandShiftByConstant() 2341 SDValue Amt = N->getOperand(1); in ExpandShiftWithKnownAmountBit() local 2428 SDValue Amt = N->getOperand(1); in ExpandShiftWithUnknownAmountBit() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 4349 LegalizerHelper::narrowScalarShiftByConstant(MachineInstr &MI, const APInt &Amt, in narrowScalarShiftByConstant() 4452 Register Amt = MI.getOperand(2).getReg(); in narrowScalarShift() local 5530 Register Amt = MI.getOperand(2).getReg(); in lowerRotateWithReverseRotate() local 5544 Register Amt = MI.getOperand(2).getReg(); in lowerRotate() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMBaseInstrInfo.cpp | 219 unsigned Amt = ARM_AM::getAM2Offset(OffImm); in convertToThreeAddress() local 253 unsigned Amt = ARM_AM::getAM3Offset(OffImm); in convertToThreeAddress() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 10261 llvm::ConstantInt *Amt = cast<ConstantInt>(EmitScalarExpr(E->getArg(1))); in EmitAArch64BuiltinExpr() local 10266 llvm::ConstantInt *Amt = cast<ConstantInt>(EmitScalarExpr(E->getArg(1))); in EmitAArch64BuiltinExpr() local 10273 llvm::ConstantInt *Amt = cast<ConstantInt>(EmitScalarExpr(E->getArg(1))); in EmitAArch64BuiltinExpr() local 10282 llvm::ConstantInt *Amt = cast<ConstantInt>(EmitScalarExpr(E->getArg(2))); in EmitAArch64BuiltinExpr() local 10290 llvm::ConstantInt *Amt = cast<ConstantInt>(EmitScalarExpr(E->getArg(2))); in EmitAArch64BuiltinExpr() local 11788 Value *Amt, bool IsRight) { in EmitX86FunnelShift()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelDAGToDAG.cpp | 2221 const ConstantSDNode *Amt = dyn_cast<ConstantSDNode>(Src.getOperand(1)); in SelectS_BFE() local
|
H A D | AMDGPURegisterBankInfo.cpp | 2385 int Amt = MI.getOperand(2).getImm(); in applyMappingImpl() local
|