Home
last modified time | relevance | path

Searched defs:setBase (Results 1 – 13 of 13) sorted by relevance

/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLoadStoreOpt.h50 void setBase(Register NewBase) { BaseReg = NewBase; } in setBase() function
/llvm-project/flang/lib/Optimizer/Builder/Runtime/
H A DCharacter.cpp220 mlir::Value setBase, mlir::Value setLen, in genScan()
257 mlir::Value stringLen, mlir::Value setBase, in genVerify()
/llvm-project/flang/unittests/Optimizer/Builder/Runtime/
H A DCharacterTest.cpp165 mlir::Value setBase = builder.create<fir::UndefOp>(loc, boxTy); in checkGenScan() local
199 mlir::Value setBase = builder.create<fir::UndefOp>(loc, boxTy); in checkGenVerify() local
/llvm-project/llvm/lib/Target/M68k/
H A DM68kCollapseMOVEMPass.cpp88 void setBase(int Value) { in setBase() function in __anon7c7b1b820111::MOVEMState
/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; } setBase() function
1515 void setBase(Expr *E) { Base = E; } setBase() function
H A DExpr.h2775 void setBase(Expr *E) { SubExprs[BASE] = E; } setBase() function
3253 void setBase(Expr *E) { Base = E; } setBase() function
5640 void setBase(Expr *Base) { BaseAndUpdaterExprs[0] = Base; } setBase() function
6295 void setBase(Expr *E) { Base = E; } setBase() function
7020 void setBase(Expr *E) { SubExprs[BASE] = E; } setBase() function
H A DExprCXX.h1012 void setBase(Expr *Base) { SubExprs[BASE_EXPR] = Base; } in setBase() function
/llvm-project/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp251 void setBase(const Value *NewBase) { Base = NewBase; } setBase() function in __anonc77e708e0111::GuardWideningImpl::RangeCheck
/llvm-project/flang/lib/Optimizer/Builder/
H A DIntrinsicCall.cpp6038 mlir::Value setBase = fir::getBase(args[1]); genScan() local
6917 mlir::Value setBase = fir::getBase(args[1]); genVerify() local
/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp1377 void setBase(SourceLocation Loc, DeclarationName Entity) { setBase() function in __anon1699c7c80211::TemplateInstantiator
H A DSemaTemplate.cpp11881 void setBase(SourceLocation Loc, DeclarationName Entity) { setBase() function in __anon1de8de041411::CurrentInstantiationRebuilder
H A DTreeTransform.h197 void setBase(SourceLocation Loc, DeclarationName Entity) { } setBase() function