OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBase
(Results
1 - 25
of
113
) sorted by relevancy
1
2
3
4
5
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LazyMachineBlockFrequencyInfo.cpp
78
OwnedMDT->
getBase
().recalculate(*MF);
84
OwnedMLI->
getBase
().analyze(MDT->
getBase
());
MachineDominanceFrontier.cpp
42
Base.analyze(getAnalysis<MachineDominatorTree>().
getBase
());
XRayInstrumentation.cpp
177
ComputedMDT.
getBase
().recalculate(MF);
185
ComputedMLI.
getBase
().analyze(MDT->
getBase
());
/src/external/apache2/llvm/dist/clang/lib/AST/
VTTBuilder.cpp
60
const CXXRecordDecl *RD = Base.
getBase
();
85
const CXXRecordDecl *RD = Base.
getBase
();
151
VTableIndex, Base.
getBase
(), VBases);
180
const CXXRecordDecl *RD = Base.
getBase
();
188
bool IsPrimaryVTT = Base.
getBase
() == MostDerivedClass;
210
LayoutVirtualVTTs(Base.
getBase
(), VBases);
ComputeDependence.cpp
117
return E->
getBase
()->getDependence() | E->getRowIdx()->getDependence() |
234
return E->
getBase
()->getDependence();
373
return turnTypeToValueDependence(E->
getBase
()->getDependence());
378
return E->
getBase
()->getDependence() & ~ExprDependence::Type;
391
return E->
getBase
()->getDependence() & ~ExprDependence::Type &
400
auto D = E->
getBase
()->getDependence();
409
auto D = E->
getBase
()->getDependence() |
586
auto D = E->
getBase
()->getDependence();
677
auto D = E->
getBase
()->getDependence();
767
D |= E->
getBase
()->getDependence()
[
all
...]
ExprClassification.cpp
215
if (cast<ArraySubscriptExpr>(E)->
getBase
()->getType()->isVectorType())
216
return ClassifyInternal(Ctx, cast<ArraySubscriptExpr>(E)->
getBase
());
220
auto *Base = cast<ArraySubscriptExpr>(E)->
getBase
()->IgnoreImpCasts();
228
return ClassifyInternal(Ctx, cast<MatrixSubscriptExpr>(E)->
getBase
());
334
return ClassifyInternal(Ctx, cast<ExtVectorElementExpr>(E)->
getBase
());
504
Expr *Base = E->
getBase
()->IgnoreParens();
530
Expr *Base = E->
getBase
()->IgnoreParenImpCasts();
533
return ClassifyInternal(Ctx, E->
getBase
());
/src/external/apache2/llvm/dist/clang/include/clang/AST/
BaseSubobject.h
42
///
getBase
- Returns the base class declaration.
43
const CXXRecordDecl *
getBase
() const { return Base; }
73
return DenseMapInfo<PairTy>::getHashValue(PairTy(Base.
getBase
(),
VTTBuilder.h
41
: BaseAndIsVirtual(Base.
getBase
(), BaseIsVirtual),
44
const CXXRecordDecl *
getBase
() const {
57
return BaseSubobject(
getBase
(), getBaseOffset());
ExprOpenMP.h
85
Expr *
getBase
() { return cast<Expr>(SubExprs[BASE]); }
86
const Expr *
getBase
() const { return cast<Expr>(SubExprs[BASE]); }
114
return
getBase
()->getBeginLoc();
128
return
getBase
()->getExprLoc();
200
return
getBase
()->getEndLoc();
214
Expr *
getBase
() { return getTrailingObjects<Expr *>()[NumDims]; }
215
const Expr *
getBase
() const { return getTrailingObjects<Expr *>()[NumDims]; }
EvaluatedExprVisitor.h
54
return this->Visit(E->
getBase
());
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGAddressAnalysis.cpp
95
if (!(BasePtr0.
getBase
().getNode() && BasePtr1.
getBase
().getNode()))
127
if (auto *A = dyn_cast<FrameIndexSDNode>(BasePtr0.
getBase
()))
128
if (auto *B = dyn_cast<FrameIndexSDNode>(BasePtr1.
getBase
())) {
139
bool IsFI0 = isa<FrameIndexSDNode>(BasePtr0.
getBase
());
140
bool IsFI1 = isa<FrameIndexSDNode>(BasePtr1.
getBase
());
141
bool IsGV0 = isa<GlobalAddressSDNode>(BasePtr0.
getBase
());
142
bool IsGV1 = isa<GlobalAddressSDNode>(BasePtr1.
getBase
());
143
bool IsCV0 = isa<ConstantPoolSDNode>(BasePtr0.
getBase
());
144
bool IsCV1 = isa<ConstantPoolSDNode>(BasePtr1.
getBase
());
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Sema/
ScopeInfo.cpp
83
IsExact = isa<CXXThisExpr>(ME->
getBase
()->IgnoreParenImpCasts());
89
IsExact = IE->
getBase
()->isObjCSelfExpr();
100
const Expr *DoubleBase = BaseProp->
getBase
();
121
const OpaqueValueExpr *OVE = cast<OpaqueValueExpr>(PropE->
getBase
());
147
: Base(getBaseInfo(IvarE->
getBase
())), Property(IvarE->getDecl()) {
184
if (isa<OpaqueValueExpr>(RefExpr->
getBase
()))
187
markSafeWeakUse(RefExpr->
getBase
());
UsedDeclVisitor.h
44
asImpl().Visit(E->
getBase
());
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAGAddressAnalysis.h
48
SDValue
getBase
() { return Base; }
49
SDValue
getBase
() const { return Base; }
MachinePostDominators.h
36
PostDomTreeT &
getBase
() {
MachineDominanceFrontier.h
38
ForwardDominanceFrontierBase<MachineBasicBlock> &
getBase
() { return Base; }
/src/external/apache2/llvm/dist/clang/utils/TableGen/
ASTTableGen.h
166
ASTNode
getBase
() const {
186
DeclNode
getBase
() const { return DeclNode(ASTNode::
getBase
().getRecord()); }
208
TypeNode
getBase
() const { return TypeNode(ASTNode::
getBase
().getRecord()); }
230
StmtNode
getBase
() const { return StmtNode(ASTNode::
getBase
().getRecord()); }
ASTTableGen.cpp
123
if (auto base = node.
getBase
())
/src/external/apache2/llvm/dist/clang/lib/AST/Interp/
Record.h
59
const Base *
getBase
(const RecordDecl *FD) const;
77
Base *
getBase
(unsigned I) { return &Bases[I]; }
Record.cpp
36
const Record::Base *Record::
getBase
(const RecordDecl *FD) const {
/src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kCollapseMOVEMPass.cpp
70
unsigned
getBase
() const {
191
.addReg(State.
getBase
());
195
.addReg(State.
getBase
())
209
if (State.isStore() == IsStore && State.
getBase
() == Reg &&
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
DereferenceChecker.cpp
155
AddDerefSource(os, Ranges, AE->
getBase
()->IgnoreParenCasts(),
163
AddDerefSource(os, Ranges, AE->
getBase
()->IgnoreParenCasts(),
177
if (M->isArrow() || isDeclRefExprToReference(M->
getBase
())) {
179
AddDerefSource(os, Ranges, M->
getBase
()->IgnoreParenCasts(),
187
AddDerefSource(os, Ranges, IV->
getBase
()->IgnoreParenCasts(),
/src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
Dominators.h
56
DominatorTreeBase &
getBase
() { return DT; }
80
if (DT.compare(Other.
getBase
()))
227
: PostDomTree(cfg), IDFCalc(PostDomTree.
getBase
()) {}
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SILateBranchLowering.cpp
99
MDT->
getBase
().applyUpdates(DTUpdates);
115
MDT->
getBase
().insertEdge(&MBB, EarlyExitBlock);
210
MDT->
getBase
().insertEdge(MBB, EmptyMBBAtEnd);
/src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
PrettyClassDefinitionDumper.cpp
69
const auto &Base = BC->
getBase
();
Completed in 91 milliseconds
1
2
3
4
5
Indexes created Sat Sep 19 00:25:42 UTC 2026