Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Analysis/
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.cpp133 const OptionalAmount &Amt = clang::analyze_format_string::ParseAmount(I, E); in ParseScanfSpecifier() local
H A DPrintfFormatString.cpp43 const OptionalAmount Amt = ParsePositionAmount(H, Start, Beg, E, in ParsePrecision() local
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp178 uint64_t Amt = V2.getZExtValue(); in evalAPSInt() local
196 uint64_t Amt = V2.getZExtValue(); in evalAPSInt() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp937 Constant *Amt = ConstantInt::get(VarX->getType(), ShlAmt - ShrAmt); in SimplifyShrShlDemandedBits() local
943 Constant *Amt = ConstantInt::get(VarX->getType(), ShrAmt - ShlAmt); in SimplifyShrShlDemandedBits() local
H A DInstCombineCasts.cpp128 Value *Amt = nullptr; in PromoteCastOfAllocation() local
712 if (ConstantInt *Amt = dyn_cast<ConstantInt>(I->getOperand(1))) { in CanEvaluateZExtd() local
723 if (ConstantInt *Amt = dyn_cast<ConstantInt>(I->getOperand(1))) { in CanEvaluateZExtd() local
H A DInstructionCombining.cpp1086 int32_t Amt = cast<ConstantInt>(BO->getOperand(1))-> in Descale() local
H A DInstCombineCompares.cpp1637 unsigned Amt = ShAmt->getLimitedValue(TypeBits-1); in visitICmpInstWithInstAndIntCst() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h86 static inline unsigned rotr32(unsigned Val, unsigned Amt) { in rotr32()
93 static inline unsigned rotl32(unsigned Val, unsigned Amt) { in rotl32()
/minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DFormatString.h365 void setFieldWidth(const OptionalAmount &Amt) { in setFieldWidth()
473 void setPrecision(const OptionalAmount &Amt) { in setPrecision()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp592 SDValue Amt = N->getOperand(1); in PromoteIntRes_SHL() local
616 SDValue Amt = N->getOperand(1); in PromoteIntRes_SRA() local
624 SDValue Amt = N->getOperand(1); in PromoteIntRes_SRL() local
1418 void DAGTypeLegalizer::ExpandShiftByConstant(SDNode *N, unsigned Amt, in ExpandShiftByConstant()
1512 SDValue Amt = N->getOperand(1); in ExpandShiftWithKnownAmountBit() local
1600 SDValue Amt = N->getOperand(1); in ExpandShiftWithUnknownAmountBit() local
H A DTargetLowering.cpp2643 SDValue Amt = DAG.getConstant(ShAmt, getShiftAmountTy(Op1.getValueType())); in BuildExactSDIV() local
H A DDAGCombiner.cpp3931 SDValue DAGCombiner::visitShiftByConstant(SDNode *N, ConstantSDNode *Amt) { in visitShiftByConstant()
4306 SDValue Amt = DAG.getConstant(ShiftAmt, in visitSRA() local
4340 SDValue Amt = in visitSRA() local
5977 unsigned Amt = RHSC->getZExtValue(); in GetDemandedBits() local
H A DSelectionDAGBuilder.cpp3427 unsigned Amt = ElementSize.logBase2(); in visitGetElementPtr() local
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DConstantFold.cpp255 ConstantInt *Amt = dyn_cast<ConstantInt>(CE->getOperand(1)); in ExtractConstantBytes() local
277 ConstantInt *Amt = dyn_cast<ConstantInt>(CE->getOperand(1)); in ExtractConstantBytes() local
H A DInstructions.cpp820 static Value *getAISize(LLVMContext &Context, Value *Amt) { in getAISize()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGBuiltin.cpp4537 llvm::ConstantInt *Amt = cast<ConstantInt>(EmitScalarExpr(E->getArg(1))); in EmitAArch64BuiltinExpr() local
4542 llvm::ConstantInt *Amt = cast<ConstantInt>(EmitScalarExpr(E->getArg(1))); in EmitAArch64BuiltinExpr() local
4549 llvm::ConstantInt *Amt = cast<ConstantInt>(EmitScalarExpr(E->getArg(1))); in EmitAArch64BuiltinExpr() local
4558 llvm::ConstantInt *Amt = cast<ConstantInt>(EmitScalarExpr(E->getArg(2))); in EmitAArch64BuiltinExpr() local
4566 llvm::ConstantInt *Amt = cast<ConstantInt>(EmitScalarExpr(E->getArg(2))); in EmitAArch64BuiltinExpr() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp171 unsigned Amt = ARM_AM::getAM2Offset(OffImm); in convertToThreeAddress() local
197 unsigned Amt = ARM_AM::getAM3Offset(OffImm); in convertToThreeAddress() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/InstPrinter/
H A DARMInstPrinter.cpp714 unsigned Amt = ShiftOp & 0x1f; in printShiftImmOperand() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5873 SDValue Amt = Op.getOperand(2); in LowerSHL_PARTS() local
5902 SDValue Amt = Op.getOperand(2); in LowerSRL_PARTS() local
5930 SDValue Amt = Op.getOperand(2); in LowerSRA_PARTS() local
6011 static SDValue BuildVSLDOI(SDValue LHS, SDValue RHS, unsigned Amt, in BuildVSLDOI()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp3163 const analyze_format_string::OptionalAmount &Amt, in HandleAmount()
3213 const analyze_printf::OptionalAmount &Amt, in HandleInvalidAmount()
3873 const OptionalAmount &Amt = FS.getFieldWidth(); in HandleScanfSpecifier() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp2532 unsigned Amt = MI->getOperand(3).getImm(); in commuteInstruction() local
H A DX86ISelLowering.cpp16217 unsigned Amt = RegVT.getVectorElementType().getSizeInBits() - in LowerExtendedLoad() local
18418 SDValue Amt = Op.getOperand(1); in LowerScalarImmediateShift() local
18589 SDValue Amt = Op.getOperand(1); in LowerScalarVariableShift() local
18721 SDValue Amt = Op.getOperand(1); in LowerShift() local
24146 SDValue Amt = N->getOperand(1); in performShiftToAllZeros() local
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp4231 uint64_t Amt = BitWidth - CI->getZExtValue(); in createSCEV() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp8002 unsigned Amt = Inst.getOperand(2).getImm(); in processInstruction() local