| /llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/Runtime/ |
| H A D | Character.h | 105 mlir::Value setBase, mlir::Value setLen, mlir::Value back); 120 mlir::Value setBase, mlir::Value setLen,
|
| /llvm-project-15.0.7/flang/lib/Optimizer/Builder/Runtime/ |
| H A D | Character.cpp | 220 mlir::Value setBase, mlir::Value setLen, in genScan() argument 239 stringLen, setBase, setLen, back); in genScan() 257 mlir::Value stringLen, mlir::Value setBase, in genVerify() argument 276 stringLen, setBase, setLen, back); in genVerify()
|
| /llvm-project-15.0.7/flang/unittests/Optimizer/Builder/Runtime/ |
| H A D | CharacterTest.cpp | 165 mlir::Value setBase = builder.create<fir::UndefOp>(loc, boxTy); in checkGenScan() local 169 builder, loc, kind, stringBase, stringLen, setBase, setLen, back); in checkGenScan() 199 mlir::Value setBase = builder.create<fir::UndefOp>(loc, boxTy); in checkGenVerify() local 203 builder, loc, kind, stringBase, stringLen, setBase, setLen, back); in checkGenVerify()
|
| /llvm-project-15.0.7/llvm/lib/Target/M68k/ |
| H A D | M68kCollapseMOVEMPass.cpp | 87 void setBase(int Value) { in setBase() function in __anond2face1f0111::MOVEMState 225 State.setBase(Reg); in ProcessMI()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | ExprOpenMP.h | 88 void setBase(Expr *E) { SubExprs[BASE] = E; } in setBase() function 169 void setBase(Expr *Op) { getTrailingObjects<Expr *>()[NumDims] = Op; } in setBase() function
|
| H A D | ExprObjC.h | 582 void setBase(Expr * base) { Base = base; } in setBase() function 822 void setBase(Expr *Base) { Receiver = Base; } in setBase() function 1506 void setBase(Expr *E) { Base = E; } in setBase() function
|
| H A D | Expr.h | 2751 void setBase(Expr *E) { SubExprs[BASE] = E; } in setBase() function 3240 void setBase(Expr *E) { Base = E; } in setBase() function 5387 void setBase(Expr *Base) { BaseAndUpdaterExprs[0] = Base; } in setBase() function 5929 void setBase(Expr *E) { Base = E; } in setBase() function
|
| H A D | ExprCXX.h | 1002 void setBase(Expr *Base) { SubExprs[BASE_EXPR] = Base; } in setBase() function
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | GuardWidening.cpp | 208 void setBase(const Value *NewBase) { Base = NewBase; } in setBase() function in __anon4a46d7eb0111::GuardWideningImpl::RangeCheck 629 Check.setBase(OpLHS); in parseRangeChecks() 637 Check.setBase(OpLHS); in parseRangeChecks()
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 933 E->setBase(Record.readSubExpr()); in VisitMatrixSubscriptExpr() 941 E->setBase(Record.readSubExpr()); in VisitOMPArraySectionExpr() 953 E->setBase(Record.readSubExpr()); in VisitOMPArrayShapingExpr() 1058 E->setBase(Record.readSubExpr()); in VisitObjCIsaExpr() 1163 E->setBase(Record.readSubExpr()); in VisitExtVectorElementExpr() 1252 E->setBase(Record.readSubExpr()); in VisitDesignatedInitUpdateExpr() 1471 E->setBase(Record.readSubExpr()); in VisitObjCIvarRefExpr() 1491 E->setBase(Record.readSubExpr()); in VisitObjCPropertyRefExpr() 2208 E->setBase(Record.readSubExpr()); in VisitMSPropertySubscriptExpr()
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | IntrinsicCall.cpp | 3709 mlir::Value setBase = fir::getBase(args[1]); in genScan() local 3731 setBase, setLen, back)); in genScan() 4346 mlir::Value setBase = fir::getBase(args[1]); in genVerify() local 4368 setBase, setLen, back)); in genVerify()
|
| /llvm-project-15.0.7/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 5802 IV->setBase(BaseExpr); in RewriteObjCIvarRefExpr() 5843 IV->setBase(PE); in RewriteObjCIvarRefExpr() 5879 IV->setBase(PE); in RewriteObjCIvarRefExpr()
|
| H A D | RewriteModernObjC.cpp | 7449 IV->setBase(BaseExpr); in RewriteObjCIvarRefExpr()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiate.cpp | 959 void setBase(SourceLocation Loc, DeclarationName Entity) { in setBase() function in __anon2e76b3e50111::TemplateInstantiator
|
| H A D | TreeTransform.h | 189 void setBase(SourceLocation Loc, DeclarationName Entity) { } in setBase() function 205 Self.getDerived().setBase(Location, Entity); in TemporaryBase() 209 Self.getDerived().setBase(OldLocation, OldEntity); in ~TemporaryBase()
|
| H A D | SemaTemplate.cpp | 10881 void setBase(SourceLocation Loc, DeclarationName Entity) { in setBase() function in __anoncd9c0a411111::CurrentInstantiationRebuilder
|
| H A D | SemaOverload.cpp | 14614 MemExpr->setBase(ObjectArg.get()); in BuildCallToMemberFunction()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | Expr.cpp | 4874 setBase(Op); in OMPArrayShapingExpr()
|