/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | LoadStoreOpt.h | 50 void setBase(Register NewBase) { BaseReg = NewBase; } in setBase() function
|
/llvm-project/flang/lib/Optimizer/Builder/Runtime/ |
H A D | Character.cpp | 220 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 D | CharacterTest.cpp | 165 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 D | M68kCollapseMOVEMPass.cpp | 88 void setBase(int Value) { in setBase() function in __anon7c7b1b820111::MOVEMState
|
/llvm-project/clang/include/clang/AST/ |
H A D | ExprOpenMP.h | 45 void setBase(Expr *Op) { getTrailingObjects<Expr *>()[NumDims] = Op; } in setBase() function
|
H A D | ExprObjC.h | 585 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 D | Expr.h | 2775 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 D | ExprCXX.h | 1012 void setBase(Expr *Base) { SubExprs[BASE_EXPR] = Base; } in setBase() function
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | GuardWidening.cpp | 251 void setBase(const Value *NewBase) { Base = NewBase; } setBase() function in __anonc77e708e0111::GuardWideningImpl::RangeCheck
|
/llvm-project/flang/lib/Optimizer/Builder/ |
H A D | IntrinsicCall.cpp | 6038 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 D | SemaTemplateInstantiate.cpp | 1377 void setBase(SourceLocation Loc, DeclarationName Entity) { setBase() function in __anon1699c7c80211::TemplateInstantiator
|
H A D | SemaTemplate.cpp | 11881 void setBase(SourceLocation Loc, DeclarationName Entity) { setBase() function in __anon1de8de041411::CurrentInstantiationRebuilder
|
H A D | TreeTransform.h | 197 void setBase(SourceLocation Loc, DeclarationName Entity) { } setBase() function
|