Home
last modified time | relevance | path

Searched defs:getBase (Results 1 – 25 of 35) sorted by relevance

12

/llvm-project/clang/lib/AST/Interp/
H A DRecord.cpp
H A DMemberPointer.h
H A DRecord.h
H A DPointer.h
/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dmem_map_base.h72 uptr getBase() { return invokeImpl(&Derived::getBaseImpl); } getBase() function
115 uptr getBase() { return invokeImpl(&Derived::getBaseImpl); } getBase() function
[all...]
H A Drelease.h29 uptr getBase() const { return Base; } getBase() function
59 uptr getBase() const { return Base; } getBase() function
/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGAddressAnalysis.h49 SDValue getBase() { return Base; } in getBase() function
50 SDValue getBase() const { return Base; } in getBase() function
H A DMachineLoopInfo.h120 LoopInfoBase<MachineBasicBlock, MachineLoop>& getBase() { return LI; } getBase() function
H A DMachineDominanceFrontier.h38 ForwardDominanceFrontierBase<MachineBasicBlock> &getBase() { return Base; } in getBase() function
H A DMachineDominators.h118 MachineDominatorTree &getBase() { getBase() function
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLoadStoreOpt.h46 Register getBase() { return BaseReg; } in getBase() function
47 Register getBase() const { return BaseReg; } in getBase() function
/llvm-project/clang/include/clang/AST/
H A DBaseSubobject.h43 const CXXRecordDecl *getBase() const { return Base; } in getBase() function
H A DVTTBuilder.h44 const CXXRecordDecl *getBase() const { in getBase() function
H A DExprOpenMP.h90 Expr *getBase() { return getTrailingObjects<Expr *>()[NumDims]; } in getBase() function
91 const Expr *getBase() const { return getTrailingObjects<Expr *>()[NumDims]; } in getBase() function
H A DExprObjC.h583 const Expr *getBase() const { return cast<Expr>(Base); } in getBase() function
584 Expr *getBase() { return cast<Expr>(Base); } in getBase() function
755 const Expr *getBase() const { return cast<Expr>(cast<Stmt *>(Receiver)); } in getBase() function
758 Expr *getBase() { getBase() function
1516 Expr *getBase() const { return cast<Expr>(Base); } getBase() function
/llvm-project/polly/include/polly/
H A DScheduleTreeTransform.h131 BaseTy &getBase() { return *this; } in getBase() function
132 const BaseTy &getBase() const { return *this; } in getBase() function
/llvm-project/clang/utils/TableGen/
H A DASTTableGen.h167 ASTNode getBase() const { in getBase() function
187 DeclNode getBase() const { return DeclNode(ASTNode::getBase().getRecord()); } in getBase() function
209 TypeNode getBase() const { return TypeNode(ASTNode::getBase().getRecord()); } in getBase() function
231 StmtNode getBase() const { return StmtNode(ASTNode::getBase().getRecord()); } in getBase() function
/llvm-project/polly/lib/Transform/
H A DScheduleTreeTransform.cpp234 BaseTy &getBase() { return *this; } in getBase() function
235 const BaseTy &getBase() const { return *this; } in getBase() function
363 BaseTy &getBase() { return *this; } in getBase() function
364 const BaseTy &getBase() const { return *this; } in getBase() function
382 BaseTy &getBase() { return *this; } in getBase() function
383 const BaseTy &getBase() const { return *this; } in getBase() function
567 BaseTy &getBase() { return *this; } in getBase() function in __anonbef9369c0111::BandCollapseRewriter
568 const BaseTy &getBase() cons in getBase() function in __anonbef9369c0111::BandCollapseRewriter
841 BaseTy &getBase() { return *this; } getBase() function in __anonbef9369c0111::GreedyFusionRewriter
842 const BaseTy &getBase() const { return *this; } getBase() function in __anonbef9369c0111::GreedyFusionRewriter
[all...]
H A DManualOptimizer.cpp140 BaseTy &getBase() { return *this; } in getBase() function in __anona6b20d040111::SearchTransformVisitor
141 const BaseTy &getBase() const { return *this; } in getBase() function in __anona6b20d040111::SearchTransformVisitor
/llvm-project/clang/include/clang/Analysis/Analyses/
H A DDominators.h56 DominatorTreeBase &getBase() { return DT; } in getBase() function
/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h152 const PDBSymbolTypeBaseClass &getBase() const { return *Base; } in getBase() function
/llvm-project/clang/lib/Format/
H A DIntegerLiteralSeparatorFixer.cpp22 static Base getBase(const StringRef IntegerLiteral) { in getBase() function
/llvm-project/flang/include/flang/Optimizer/Builder/
H A DHLFIRTools.h174 mlir::Value getBase() const { return *this; } getBase() function
/llvm-project/llvm/lib/Target/M68k/
H A DM68kCollapseMOVEMPass.cpp71 unsigned getBase() const { in getBase() function in __anon7c7b1b820111::MOVEMState
/llvm-project/flang/lib/Optimizer/Builder/
H A DBoxValue.cpp21 mlir::Value fir::getBase(const fir::ExtendedValue &exv) { in getBase() function in fir

12