Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/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.cpp776 unsigned Amt = ShiftOp & 0x1f; in printShiftImmOperand() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DFormatString.h440 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 DBasicBlock.h559 void AdjustBlockAddressRefCount(int Amt) { in AdjustBlockAddressRefCount()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1048 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 DInstCombineCasts.cpp145 Value *Amt = nullptr; in PromoteCastOfAllocation() local
1125 const APInt *Amt; in canEvaluateZExtd() local
1138 const APInt *Amt; in canEvaluateZExtd() local
H A DInstructionCombining.cpp1409 int32_t Amt = cast<ConstantInt>(BO->getOperand(1))-> in Descale() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/
H A DARCFrameLowering.cpp474 unsigned Amt = Old.getOperand(0).getImm(); in eliminateCallFramePseudoInstr() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPFixedPoint.cpp336 APFixedPoint APFixedPoint::shl(unsigned Amt, bool *Overflow) const { in shl()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h1861 const SrcOp &Amt) { in buildRotateRight()
1867 const SrcOp &Amt) { in buildRotateLeft()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp293 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 DX86InstCombineIntrinsic.cpp201 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 DConstantFold.cpp270 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 DAutoUpgrade.cpp1282 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 DPPCISelLowering.cpp8731 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 DLegalizeIntegerTypes.cpp2250 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 DLegalizerHelper.cpp4349 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 DARMBaseInstrInfo.cpp219 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 DCGBuiltin.cpp10261 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 DAMDGPUISelDAGToDAG.cpp2221 const ConstantSDNode *Amt = dyn_cast<ConstantSDNode>(Src.getOperand(1)); in SelectS_BFE() local
H A DAMDGPURegisterBankInfo.cpp2385 int Amt = MI.getOperand(2).getImm(); in applyMappingImpl() local

12