Searched defs:Amt (Results 1 - 21 of 21) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DScanfFormatString.cpp133 const OptionalAmount &Amt = clang::analyze_format_string::ParseAmount(I, E); local
H A DFormatString.cpp82 const OptionalAmount &Amt = ParseAmount(I, E); local
132 const OptionalAmount Amt = local
151 const OptionalAmount &Amt = ParseAmount(I, E); local
[all...]
H A DPrintfFormatString.cpp43 const OptionalAmount Amt = ParsePositionAmount(H, Start, Beg, E, local
/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DBasicBlock.h324 void AdjustBlockAddressRefCount(int Amt) { argument
/freebsd-11.0-release/contrib/llvm/include/llvm/ADT/
H A DAPSInt.h127 APSInt& operator>>=(unsigned Amt) { argument
181 APSInt& operator<<=(unsigned Amt) { argument
/freebsd-11.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp849 Constant *Amt = ConstantInt::get(VarX->getType(), ShlAmt - ShrAmt); local
855 Constant *Amt = ConstantInt::get(VarX->getType(), ShrAmt - ShlAmt); local
H A DInstCombineCasts.cpp125 Value *Amt = nullptr; local
[all...]
H A DInstCombineCompares.cpp1734 unsigned Amt = ShAmt->getLimitedValue(TypeBits-1); local
H A DInstructionCombining.cpp1113 int32_t Amt = cast<ConstantInt>(BO->getOperand(1))-> local
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h86 static inline unsigned rotr32(unsigned Val, unsigned Amt) { argument
93 static inline unsigned rotl32(unsigned Val, unsigned Amt) { argument
/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DConstantFold.cpp267 ConstantInt *Amt = dyn_cast<ConstantInt>(CE->getOperand(1)); local
289 ConstantInt *Amt = dyn_cast<ConstantInt>(CE->getOperand(1)); local
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DFormatString.h376 void setFieldWidth(const OptionalAmount &Amt) { argument
483 void setPrecision(const OptionalAmount &Amt) { argument
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2691 SDValue Amt = local
H A DLegalizeIntegerTypes.cpp1415 void DAGTypeLegalizer::ExpandShiftByConstant(SDNode *N, const APInt &Amt, argument
1515 SDValue Amt = N->getOperand(1); local
1603 SDValue Amt = N->getOperand(1); local
[all...]
H A DDAGCombiner.cpp4243 SDValue DAGCombiner::visitShiftByConstant(SDNode *N, ConstantSDNode *Amt) { argument
4652 SDValue Amt = DAG.getConstant(ShiftAmt, DL, local
4687 SDValue Amt = local
6703 unsigned Amt = RHSC->getZExtValue(); local
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp173 unsigned Amt = ARM_AM::getAM2Offset(OffImm); local
199 unsigned Amt = ARM_AM::getAM3Offset(OffImm); local
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp3167 unsigned Amt = MI->getOperand(3).getImm(); local
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBuiltin.cpp4952 llvm::ConstantInt *Amt = cast<ConstantInt>(EmitScalarExpr(E->getArg(1))); local
4957 llvm::ConstantInt *Amt = cast<ConstantInt>(EmitScalarExpr(E->getArg(1))); local
4964 llvm::ConstantInt *Amt = cast<ConstantInt>(EmitScalarExpr(E->getArg(1))); local
4973 llvm::ConstantInt *Amt = cast<ConstantInt>(EmitScalarExpr(E->getArg(2))); local
4981 llvm::ConstantInt *Amt = cast<ConstantInt>(EmitScalarExpr(E->getArg(2))); local
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp3778 HandleAmount( const analyze_format_string::OptionalAmount &Amt, unsigned k, const char *startSpecifier, unsigned specifierLen) argument
3827 HandleInvalidAmount( const analyze_printf::PrintfSpecifier &FS, const analyze_printf::OptionalAmount &Amt, unsigned type, const char *startSpecifier, unsigned specifierLen) argument
4569 const OptionalAmount &Amt = FS.getFieldWidth(); local
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp7980 unsigned Amt = Inst.getOperand(2).getImm(); local
/freebsd-11.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp6651 SDValue Amt = Op.getOperand(2); local
6680 SDValue Amt = Op.getOperand(2); local
6708 SDValue Amt = Op.getOperand(2); local
6788 BuildVSLDOI(SDValue LHS, SDValue RHS, unsigned Amt, EVT VT, SelectionDAG &DAG, SDLoc dl) argument
7068 unsigned Amt = Subtarget.isLittleEndian() ? 15 : 1; local
7074 unsigned Amt = Subtarget.isLittleEndian() ? 14 : 2; local
7080 unsigned Amt = Subtarget.isLittleEndian() ? 13 : 3; local
[all...]

Completed in 807 milliseconds