/llvm-project/llvm/include/llvm/ADT/ |
H A D | APSInt.h | 161 APSInt relativeShr(unsigned Amt) const { in relativeShr() 217 APSInt relativeShl(unsigned Amt) const { in relativeShl()
|
/llvm-project/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 [all...] |
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
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | BasicValueFactory.cpp | 278 uint64_t Amt = V2.getZExtValue(); in evalAPSInt() local 293 uint64_t Amt = V2.getZExtValue(); in evalAPSInt() local
|
/llvm-project/clang/include/clang/AST/ |
H A D | FormatString.h | 464 void setVectorNumElts(const OptionalAmount &Amt) { in setVectorNumElts() 472 void setFieldWidth(const OptionalAmount &Amt) { in setFieldWidth() 588 void setPrecision(const OptionalAmount &Amt) { in setPrecision()
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | BasicBlock.h | 759 AdjustBlockAddressRefCount(int Amt) AdjustBlockAddressRefCount() argument
|
/llvm-project/llvm/lib/Target/ARC/ |
H A D | ARCFrameLowering.cpp | 474 unsigned Amt = Old.getOperand(0).getImm(); eliminateCallFramePseudoInstr() local
|
/llvm-project/llvm/lib/Support/ |
H A D | APFixedPoint.cpp | 353 shl(unsigned Amt,bool * Overflow) const shl() argument
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSimplifyDemanded.cpp | 1365 New = BinaryOperator::CreateShl(VarX, Amt); in simplifyShrShlDemandedBits() local 1371 New = isLshr ? BinaryOperator::CreateLShr(VarX, Amt) : in simplifyShrShlDemandedBits() local
|
H A D | InstCombineCasts.cpp | 1076 const APInt *Amt; canEvaluateZExtd() local 1089 const APInt *Amt; canEvaluateZExtd() local
|
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | MachineIRBuilder.h | 2168 buildRotateRight(const DstOp & Dst,const SrcOp & Src,const SrcOp & Amt) buildRotateRight() argument 2174 buildRotateLeft(const DstOp & Dst,const SrcOp & Src,const SrcOp & Amt) buildRotateLeft() argument
|
/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRISelLowering.cpp | 350 SDValue Amt = N->getOperand(1); LowerShifts() local 357 SDValue Amt = N->getOperand(1); LowerShifts() local [all...] |
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstCombineIntrinsic.cpp | 203 Value *Amt = II.getArgOperand(1); simplifyX86immShift() local 351 Value *Amt = II.getArgOperand(1); simplifyX86varShift() local [all...] |
H A D | X86TargetTransformInfo.cpp | 4210 const APInt *Amt; getIntrinsicInstrCost() local 4226 const APInt *Amt; getIntrinsicInstrCost() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeIntegerTypes.cpp | 1567 EVT AmtVT = Amt.getValueType(); in PromoteIntRes_VPFunnelShift() local 1517 SDValue Amt = N->getOperand(2); PromoteIntRes_FunnelShift() local 2947 ExpandShiftByConstant(SDNode * N,const APInt & Amt,SDValue & Lo,SDValue & Hi) ExpandShiftByConstant() argument 3045 SDValue Amt = N->getOperand(1); ExpandShiftWithKnownAmountBit() local 3132 SDValue Amt = N->getOperand(1); ExpandShiftWithUnknownAmountBit() local [all...] |
/llvm-project/llvm/unittests/CodeGen/GlobalISel/ |
H A D | LegalizerHelperTest.cpp | 39 auto Amt = B.buildTrunc(S32, Copies[1]); in TEST_F() local 92 auto Amt = B.buildTrunc(S24, Copies[1]); in TEST_F() local 152 auto Amt = B.buildSplatBuildVector(V4S32, AmtTrunc); in TEST_F() local
|
/llvm-project/llvm/lib/IR/ |
H A D | AutoUpgrade.cpp | 1734 Value *Amt = CI.getArgOperand(1); upgradeX86Rotate() local 1801 Value *Amt = CI.getArgOperand(2); upgradeX86ConcatShift() local [all...] |
/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 12136 llvm::ConstantInt *Amt = cast<ConstantInt>(EmitScalarExpr(E->getArg(1))); EmitAArch64BuiltinExpr() local 12141 llvm::ConstantInt *Amt = cast<ConstantInt>(EmitScalarExpr(E->getArg(1))); EmitAArch64BuiltinExpr() local 12148 llvm::ConstantInt *Amt = cast<ConstantInt>(EmitScalarExpr(E->getArg(1))); EmitAArch64BuiltinExpr() local 12157 llvm::ConstantInt *Amt = cast<ConstantInt>(EmitScalarExpr(E->getArg(2))); EmitAArch64BuiltinExpr() local 12165 llvm::ConstantInt *Amt = cast<ConstantInt>(EmitScalarExpr(E->getArg(2))); EmitAArch64BuiltinExpr() local 13633 EmitX86FunnelShift(CodeGenFunction & CGF,Value * Op0,Value * Op1,Value * Amt,bool IsRight) EmitX86FunnelShift() argument 19287 llvm::Value *Amt = EmitScalarExpr(E->getArg(1)); EmitSystemZBuiltinExpr() local 19302 llvm::Value *Amt = EmitScalarExpr(E->getArg(1)); EmitSystemZBuiltinExpr() local [all...] |
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.cpp | 2447 SDValue Val = Res.getOperand(0), Amt = Res.getOperand(1); LowerVECTOR_SHIFT() local 3556 auto *Amt = dyn_cast<ConstantSDNode>(Shl.getOperand(1)); PerformDAGCombine() local
|
H A D | HexagonISelDAGToDAGHVX.cpp | 1293 if (isUInt<3>(Amt) || isUInt<3>(HwLen - Amt)) { in packs() argument
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 9121 SDValue Amt = Op.getOperand(2); LowerSHL_PARTS() local 9150 SDValue Amt = Op.getOperand(2); LowerSRL_PARTS() local 9178 SDValue Amt = Op.getOperand(2); LowerSRA_PARTS() local 9278 BuildVSLDOI(SDValue LHS,SDValue RHS,unsigned Amt,EVT VT,SelectionDAG & DAG,const SDLoc & dl) BuildVSLDOI() argument 9732 unsigned Amt = Subtarget.isLittleEndian() ? 15 : 1; LowerBUILD_VECTOR() local 9738 unsigned Amt = Subtarget.isLittleEndian() ? 14 : 2; LowerBUILD_VECTOR() local 9744 unsigned Amt = Subtarget.isLittleEndian() ? 13 : 3; LowerBUILD_VECTOR() local [all...] |
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMBaseInstrInfo.cpp | 223 if (ARM_AM::getSOImmVal(Amt) == -1) in convertToThreeAddress() local 257 unsigned Amt = ARM_AM::getAM3Offset(OffImm); convertToThreeAddress() local
|
/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMInstPrinter.cpp | 818 unsigned Amt = ShiftOp & 0x1f; printShiftImmOperand() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | GCNHazardRecognizer.cpp | 1787 MachineOperand *Amt = TII.getNamedOperand(*MI, AMDGPU::OpName::src0); fixShift64HighRegBug() local
|