Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DAPSInt.h161 APSInt relativeShr(unsigned Amt) const { in relativeShr()
217 APSInt relativeShl(unsigned Amt) const { in relativeShl()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DFormatString.cpp82 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 DScanfFormatString.cpp132 const OptionalAmount &Amt = clang::analyze_format_string::ParseAmount(I, E); in ParseScanfSpecifier() local
H A DPrintfFormatString.cpp44 const OptionalAmount Amt = ParsePositionAmount(H, Start, Beg, E, in ParsePrecision() local
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp282 uint64_t Amt = V2.getZExtValue(); in evalAPSInt() local
305 uint64_t Amt = V2.getZExtValue(); in evalAPSInt() local
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h86 inline unsigned rotr32(unsigned Val, unsigned Amt) { in rotr32()
93 inline unsigned rotl32(unsigned Val, unsigned Amt) { in rotl32()
H A DARMInstPrinter.cpp775 unsigned Amt = ShiftOp & 0x1f; in printShiftImmOperand() local
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DFormatString.h453 void setVectorNumElts(const OptionalAmount &Amt) { in setVectorNumElts()
461 void setFieldWidth(const OptionalAmount &Amt) { in setFieldWidth()
577 void setPrecision(const OptionalAmount &Amt) { in setPrecision()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DBasicBlock.h606 void AdjustBlockAddressRefCount(int Amt) { in AdjustBlockAddressRefCount()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1203 Constant *Amt = ConstantInt::get(VarX->getType(), ShlAmt - ShrAmt); in simplifyShrShlDemandedBits() local
1209 Constant *Amt = ConstantInt::get(VarX->getType(), ShrAmt - ShlAmt); in simplifyShrShlDemandedBits() local
H A DInstCombineCasts.cpp151 Value *Amt = nullptr; in PromoteCastOfAllocation() local
1171 const APInt *Amt; in canEvaluateZExtd() local
1184 const APInt *Amt; in canEvaluateZExtd() local
/openbsd-src/gnu/llvm/llvm/lib/Target/ARC/
H A DARCFrameLowering.cpp474 unsigned Amt = Old.getOperand(0).getImm(); in eliminateCallFramePseudoInstr() local
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DAPFixedPoint.cpp347 APFixedPoint APFixedPoint::shl(unsigned Amt, bool *Overflow) const { in shl()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h2006 const SrcOp &Amt) { in buildRotateRight()
2012 const SrcOp &Amt) { in buildRotateLeft()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstantFold.cpp269 ConstantInt *Amt = dyn_cast<ConstantInt>(CE->getOperand(1)); in ExtractConstantBytes() local
292 ConstantInt *Amt = dyn_cast<ConstantInt>(CE->getOperand(1)); in ExtractConstantBytes() local
H A DAutoUpgrade.cpp1493 Value *Amt = CI.getArgOperand(1); in upgradeX86Rotate() local
1560 Value *Amt = CI.getArgOperand(2); in upgradeX86ConcatShift() local
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp202 Value *Amt = II.getArgOperand(1); in simplifyX86immShift() local
350 Value *Amt = II.getArgOperand(1); in simplifyX86varShift() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp351 SDValue Amt = N->getOperand(1); in LowerShifts() local
358 SDValue Amt = N->getOperand(1); in LowerShifts() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp1301 SDValue Amt = N->getOperand(2); in PromoteIntRes_FunnelShift() local
2606 void DAGTypeLegalizer::ExpandShiftByConstant(SDNode *N, const APInt &Amt, in ExpandShiftByConstant()
2697 SDValue Amt = N->getOperand(1); in ExpandShiftWithKnownAmountBit() local
2784 SDValue Amt = N->getOperand(1); in ExpandShiftWithUnknownAmountBit() local
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp8844 SDValue Amt = Op.getOperand(2); in LowerSHL_PARTS() local
8873 SDValue Amt = Op.getOperand(2); in LowerSRL_PARTS() local
8901 SDValue Amt = Op.getOperand(2); in LowerSRA_PARTS() local
9001 static SDValue BuildVSLDOI(SDValue LHS, SDValue RHS, unsigned Amt, EVT VT, in BuildVSLDOI()
9455 unsigned Amt = Subtarget.isLittleEndian() ? 15 : 1; in LowerBUILD_VECTOR() local
9461 unsigned Amt = Subtarget.isLittleEndian() ? 14 : 2; in LowerBUILD_VECTOR() local
9467 unsigned Amt = Subtarget.isLittleEndian() ? 13 : 3; in LowerBUILD_VECTOR() local
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp2416 SDValue Val = Res.getOperand(0), Amt = Res.getOperand(1); in LowerVECTOR_SHIFT() local
3522 auto *Amt = dyn_cast<ConstantSDNode>(Shl.getOperand(1)); in PerformDAGCombine() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp4587 LegalizerHelper::narrowScalarShiftByConstant(MachineInstr &MI, const APInt &Amt, in narrowScalarShiftByConstant()
4690 Register Amt = MI.getOperand(2).getReg(); in narrowScalarShift() local
5937 Register Amt = MI.getOperand(2).getReg(); in lowerRotateWithReverseRotate() local
5951 Register Amt = MI.getOperand(2).getReg(); in lowerRotate() local
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp222 unsigned Amt = ARM_AM::getAM2Offset(OffImm); in convertToThreeAddress() local
256 unsigned Amt = ARM_AM::getAM3Offset(OffImm); in convertToThreeAddress() local
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGBuiltin.cpp10952 llvm::ConstantInt *Amt = cast<ConstantInt>(EmitScalarExpr(E->getArg(1))); in EmitAArch64BuiltinExpr() local
10957 llvm::ConstantInt *Amt = cast<ConstantInt>(EmitScalarExpr(E->getArg(1))); in EmitAArch64BuiltinExpr() local
10964 llvm::ConstantInt *Amt = cast<ConstantInt>(EmitScalarExpr(E->getArg(1))); in EmitAArch64BuiltinExpr() local
10973 llvm::ConstantInt *Amt = cast<ConstantInt>(EmitScalarExpr(E->getArg(2))); in EmitAArch64BuiltinExpr() local
10981 llvm::ConstantInt *Amt = cast<ConstantInt>(EmitScalarExpr(E->getArg(2))); in EmitAArch64BuiltinExpr() local
12478 Value *Amt, bool IsRight) { in EmitX86FunnelShift()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp2199 const ConstantSDNode *Amt = dyn_cast<ConstantSDNode>(Src.getOperand(1)); in SelectS_BFE() local

12