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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Analysis/
H A DScanfFormatString.cpp124 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-10-stable/contrib/llvm/include/llvm/ADT/
H A DAPSInt.h117 APSInt& operator>>=(unsigned Amt) { argument
158 APSInt& operator<<=(unsigned Amt) { argument
/freebsd-10-stable/contrib/llvm/include/llvm/IR/
H A DBasicBlock.h290 void AdjustBlockAddressRefCount(int Amt) { argument
/freebsd-10-stable/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-10-stable/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp889 Constant *Amt = ConstantInt::get(VarX->getType(), ShlAmt - ShrAmt); local
895 Constant *Amt = ConstantInt::get(VarX->getType(), ShrAmt - ShlAmt); local
H A DInstCombineCasts.cpp126 Value *Amt = 0; local
[all...]
H A DInstructionCombining.cpp951 int32_t Amt = cast<ConstantInt>(BO->getOperand(1))-> local
H A DInstCombineCompares.cpp1501 unsigned Amt = ShAmt->getLimitedValue(TypeBits-1); local
/freebsd-10-stable/contrib/llvm/lib/IR/
H A DConstantFold.cpp253 ConstantInt *Amt = dyn_cast<ConstantInt>(CE->getOperand(1)); local
275 ConstantInt *Amt = dyn_cast<ConstantInt>(CE->getOperand(1)); local
H A DInstructions.cpp822 static Value *getAISize(LLVMContext &Context, Value *Amt) { argument
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2522 SDValue Amt = DAG.getConstant(ShAmt, getShiftAmountTy(Op1.getValueType())); local
H A DLegalizeIntegerTypes.cpp544 SDValue Amt = N->getOperand(1); local
568 SDValue Amt = N->getOperand(1); local
576 SDValue Amt = N->getOperand(1); local
1271 ExpandShiftByConstant(SDNode *N, unsigned Amt, SDValue &Lo, SDValue &Hi) argument
1364 SDValue Amt = N->getOperand(1); local
1452 SDValue Amt = N->getOperand(1); local
[all...]
H A DDAGCombiner.cpp3562 SDValue DAGCombiner::visitShiftByConstant(SDNode *N, unsigned Amt) { argument
3865 SDValue Amt = DAG.getConstant(ShiftAmt, local
3911 SDValue Amt = local
5184 unsigned Amt = RHSC->getZExtValue(); local
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DFormatString.h365 void setFieldWidth(const OptionalAmount &Amt) { argument
473 void setPrecision(const OptionalAmount &Amt) { argument
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp2364 unsigned Amt = MI->getOperand(3).getImm(); local
H A DX86ISelLowering.cpp12578 SDValue Amt = Op.getOperand(1); local
12750 SDValue Amt = Op.getOperand(1); local
12895 SDValue Amt = Op.getOperand(1); local
17900 SDValue Amt = Mask.getOperand(1); local
18241 unsigned Amt = RegVT.getVectorElementType().getSizeInBits() - local
[all...]
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp167 unsigned Amt = ARM_AM::getAM2Offset(OffImm); local
193 unsigned Amt = ARM_AM::getAM3Offset(OffImm); local
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp7099 unsigned Amt = Inst.getOperand(2).getImm(); local
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5065 SDValue Amt = Op.getOperand(2); local
5094 SDValue Amt = Op.getOperand(2); local
5122 SDValue Amt = Op.getOperand(2); local
5204 BuildVSLDOI(SDValue LHS, SDValue RHS, unsigned Amt, EVT VT, SelectionDAG &DAG, SDLoc dl) argument
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp2772 HandleAmount( const analyze_format_string::OptionalAmount &Amt, unsigned k, const char *startSpecifier, unsigned specifierLen) argument
2821 HandleInvalidAmount( const analyze_printf::PrintfSpecifier &FS, const analyze_printf::OptionalAmount &Amt, unsigned type, const char *startSpecifier, unsigned specifierLen) argument
3451 const OptionalAmount &Amt = FS.getFieldWidth(); local
[all...]

Completed in 534 milliseconds