Home
last modified time | relevance | path

Searched refs:setBase (Results 1 – 16 of 16) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kCollapseMOVEMPass.cpp88 void setBase(int Value) { in setBase() function in __anond0dcac240111::MOVEMState
226 State.setBase(Reg); in ProcessMI()
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLoadStoreOpt.h50 void setBase(Register NewBase) { BaseReg = NewBase; } in setBase() function
/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp251 void setBase(const Value *NewBase) { Base = NewBase; } in setBase() function in __anon8f9f70b00111::GuardWideningImpl::RangeCheck
847 Check.setBase(OpLHS); in parseRangeChecks()
855 Check.setBase(OpLHS); in parseRangeChecks()
/src/contrib/llvm-project/clang/include/clang/AST/
H A DExprOpenMP.h45 void setBase(Expr *Op) { getTrailingObjects<Expr *>()[NumDims] = Op; } in setBase() function
H A DExprObjC.h585 void setBase(Expr * base) { Base = base; } in setBase() function
825 void setBase(Expr *Base) { Receiver = Base; } in setBase() function
1515 void setBase(Expr *E) { Base = E; } in setBase() function
H A DExpr.h2780 void setBase(Expr *E) { SubExprs[BASE] = E; } in setBase() function
3263 void setBase(Expr *E) { Base = E; } in setBase() function
5659 void setBase(Expr *Base) { BaseAndUpdaterExprs[0] = Base; } in setBase() function
6314 void setBase(Expr *E) { Base = E; } in setBase() function
6948 setBase(Base); in ArraySectionExpr()
6961 setBase(Base); in ArraySectionExpr()
7039 void setBase(Expr *E) { SubExprs[BASE] = E; } in setBase() function
H A DExprCXX.h1012 void setBase(Expr *Base) { SubExprs[BASE_EXPR] = Base; } in setBase() function
/src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLoadStoreOpt.cpp89 Info.setBase(Ptr); in getPointerInfo()
93 Info.setBase(BaseReg); in getPointerInfo()
/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp950 E->setBase(Record.readSubExpr()); in VisitMatrixSubscriptExpr()
960 E->setBase(Record.readSubExpr()); in VisitArraySectionExpr()
978 E->setBase(Record.readSubExpr()); in VisitOMPArrayShapingExpr()
1081 E->setBase(Record.readSubExpr()); in VisitObjCIsaExpr()
1192 E->setBase(Record.readSubExpr()); in VisitExtVectorElementExpr()
1284 E->setBase(Record.readSubExpr()); in VisitDesignatedInitUpdateExpr()
1513 E->setBase(Record.readSubExpr()); in VisitObjCIvarRefExpr()
1533 E->setBase(Record.readSubExpr()); in VisitObjCPropertyRefExpr()
2319 E->setBase(Record.readSubExpr()); in VisitMSPropertySubscriptExpr()
/src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp5802 IV->setBase(BaseExpr); in RewriteObjCIvarRefExpr()
5843 IV->setBase(PE); in RewriteObjCIvarRefExpr()
5879 IV->setBase(PE); in RewriteObjCIvarRefExpr()
H A DRewriteModernObjC.cpp7446 IV->setBase(BaseExpr); in RewriteObjCIvarRefExpr()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp1378 void setBase(SourceLocation Loc, DeclarationName Entity) { in setBase() function in __anon54d8576a0211::TemplateInstantiator
H A DTreeTransform.h197 void setBase(SourceLocation Loc, DeclarationName Entity) { } in setBase() function
213 Self.getDerived().setBase(Location, Entity); in TemporaryBase()
217 Self.getDerived().setBase(OldLocation, OldEntity); in ~TemporaryBase()
H A DSemaTemplate.cpp10676 void setBase(SourceLocation Loc, DeclarationName Entity) { in setBase() function in __anon69e2fee61111::CurrentInstantiationRebuilder
H A DSemaOverload.cpp15469 MemExpr->setBase(ObjectArg.get()); in BuildCallToMemberFunction()
/src/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp5161 setBase(Op); in OMPArrayShapingExpr()