Searched defs:Inc (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.1-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp692 SDValue Inc = N->getOperand(AddrOpIdx + 1); local
774 SDValue Inc = N->getOperand(AddrOpIdx + 1); local
828 SDValue Inc = N->getOperand(2); local
919 SDValue Inc local
[all...]
H A DAArch64ISelLowering.cpp3674 SDValue Inc = User->getOperand(User->getOperand(0) == Addr ? 1 : 0); local
/freebsd-10.1-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp451 ConstantInt *Inc = dyn_cast<ConstantInt>(Inst->getOperand(1)); local
H A DLoopRerollPass.cpp614 bool LoopReroll::collectAllRoots(Loop *L, uint64_t Inc, uint64_t Scale, argument
781 uint64_t Inc = cast<SCEVConstant>(RealIVSCEV->getOperand(1))-> local
/freebsd-10.1-release/contrib/llvm/utils/TableGen/
H A DCodeGenRegisters.h640 void increaseRegUnitWeight(unsigned RUID, unsigned Inc) { argument
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DStmt.cpp790 CXXForRangeStmt(DeclStmt *Range, DeclStmt *BeginEndStmt, Expr *Cond, Expr *Inc, DeclStmt *LoopVar, Stmt *Body, SourceLocation FL, SourceLocation CL, SourceLocation RPL) argument
853 ForStmt(const ASTContext &C, Stmt *Init, Expr *Cond, VarDecl *condVar, Expr *Inc, Stmt *Body, SourceLocation FL, SourceLocation LP, SourceLocation RP) argument
/freebsd-10.1-release/contrib/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp1841 SDValue Inc = N->getOperand(AddrOpIdx + 1); local
1875 SDValue Inc = N->getOperand(AddrOpIdx + 1); local
1991 SDValue Inc = N->getOperand(AddrOpIdx + 1); local
2040 SDValue Inc = N->getOperand(AddrOpIdx + 1); local
2126 SDValue Inc = N->getOperand(AddrOpIdx + 1); local
2225 SDValue Inc = N->getOperand(2); local
[all...]
H A DARMISelLowering.cpp9410 SDValue Inc = User->getOperand(User->getOperand(0) == Addr ? 1 : 0); local
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp2024 BuildCXXForRangeStmt(SourceLocation ForLoc, SourceLocation ColonLoc, Stmt *RangeDecl, Stmt *BeginEnd, Expr *Cond, Expr *Inc, Stmt *LoopVarDecl, SourceLocation RParenLoc, BuildForRangeKind Kind) argument
H A DTreeTransform.h6087 ExprResult Inc = getDerived().TransformExpr(S->getInc()); local
1158 RebuildForStmt(SourceLocation ForLoc, SourceLocation LParenLoc, Stmt *Init, Sema::FullExprArg Cond, VarDecl *CondVar, Sema::FullExprArg Inc, SourceLocation RParenLoc, Stmt *Body) argument
1432 RebuildCXXForRangeStmt(SourceLocation ForLoc, SourceLocation ColonLoc, Stmt *Range, Stmt *BeginEnd, Expr *Cond, Expr *Inc, Stmt *LoopVar, SourceLocation RParenLoc) argument
[all...]

Completed in 377 milliseconds