OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSource
(Results
1 - 25
of
52
) sorted by relevancy
1
2
3
/src/external/apache2/llvm/dist/clang/lib/AST/Interp/
Source.cpp
32
if (const Expr *E =
getSource
(F, PC).asExpr())
38
return
getSource
(F, PC).getLoc();
InterpState.h
84
SourceInfo
getSource
(Function *F, CodePtr PC) const override {
85
return M ? M->
getSource
(F, PC) : F->
getSource
(PC);
Interp.cpp
106
const SourceInfo &Loc = S.Current->
getSource
(OpPC);
138
const SourceInfo &Loc = S.Current->
getSource
(OpPC);
156
const SourceInfo &E = S.Current->
getSource
(OpPC);
187
const SourceInfo &Loc = S.Current->
getSource
(OpPC);
197
const SourceInfo &E = S.Current->
getSource
(OpPC);
204
const auto &Src = S.Current->
getSource
(OpPC);
235
const SourceInfo &Loc = S.Current->
getSource
(OpPC);
244
const SourceInfo &Loc = S.Current->
getSource
(OpPC);
253
const SourceInfo &Loc = S.Current->
getSource
(OpPC);
265
const SourceInfo &Loc = S.Current->
getSource
(OpPC)
[
all
...]
EvalEmitter.h
74
SourceInfo
getSource
(Function *F, CodePtr PC) const override {
75
return F ? F->
getSource
(PC) : CurrentSource;
Function.cpp
34
SourceInfo Function::
getSource
(CodePtr PC) const {
Function.h
100
SourceInfo
getSource
(CodePtr PC) const;
InterpFrame.h
109
virtual SourceInfo
getSource
(CodePtr PC) const;
Source.h
107
virtual SourceInfo
getSource
(Function *F, CodePtr PC) const = 0;
InterpFrame.cpp
182
SourceInfo InterpFrame::
getSource
(CodePtr PC) const {
183
return S.
getSource
(Func, PC);
/src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
TimelineView.cpp
26
unsigned NumInstructions =
getSource
().size();
43
if (IR.getSourceIndex() >=
getSource
().size())
73
WaitTimeEntry &WTEntry = WaitTime[Index %
getSource
().size()];
138
bool PrintingTotals = SourceIndex ==
getSource
().size();
188
unsigned Executions = Timeline.size() /
getSource
().size();
190
for (const MCInst &Inst :
getSource
()) {
199
if (
getSource
().size() != 1) {
286
ArrayRef<llvm::MCInst> Source =
getSource
();
ResourcePressureView.cpp
40
ResourceUsage.resize(NumResourceUnits * (
getSource
().size() + 1));
55
ArrayRef<llvm::MCInst> Source =
getSource
();
136
ArrayRef<llvm::MCInst> Source =
getSource
();
157
ArrayRef<llvm::MCInst> Source =
getSource
();
181
ArrayRef<llvm::MCInst> Source =
getSource
();
InstructionInfoView.cpp
25
ArrayRef<llvm::MCInst> Source =
getSource
();
96
for (const auto I : zip(
getSource
(), IIVD)) {
136
ArrayRef<llvm::MCInst> Source =
getSource
();
InstructionView.cpp
33
for (const auto &MCI :
getSource
()) {
InstructionView.h
57
llvm::ArrayRef<llvm::MCInst>
getSource
() const { return Source; }
BottleneckAnalysis.cpp
310
ArrayRef<llvm::MCInst> Source =
getSource
();
456
unsigned SourceSize =
getSource
().size();
468
unsigned SourceSize =
getSource
().size();
480
unsigned SourceSize =
getSource
().size();
503
ArrayRef<llvm::MCInst> Source =
getSource
();
/src/external/bsd/elftosb/dist/common/
DataTarget.h
63
inline DataSource *
getSource
() const { return m_source; }
Operation.h
38
inline DataSource *
getSource
() { return m_source; }
/src/external/apache2/llvm/dist/clang/lib/Tooling/
CompilationDatabase.cpp
294
if (Cmd.
getSource
().getKind() == driver::Action::AssembleJobClass ||
295
Cmd.
getSource
().getKind() == driver::Action::BackendJobClass ||
296
Cmd.
getSource
().getKind() == driver::Action::CompileJobClass) {
297
CompileAnalyzer.run(&Cmd.
getSource
());
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp
1047
if (M->
getSource
() != MDep->getDest() || MDep->isVolatile())
1055
if (M->
getSource
() == MDep->
getSource
())
1152
if (!AA->isNoAlias(MemoryLocation(MemCpy->
getSource
(),
1336
if (hasUndefContentsMSSA(MSSA, AA, MemCpy->
getSource
(), MD, CopySize))
1375
if (M->
getSource
() == M->getDest()) {
1382
if (GlobalVariable *GV = dyn_cast<GlobalVariable>(M->
getSource
()))
1445
if (performCallSlotOptzn(M, M, M->getDest(), M->
getSource
(),
1470
if (hasUndefContentsMSSA(MSSA, AA, M->
getSource
(), MD, M->getLength())) {
1501
if (performCallSlotOptzn(M, M, M->getDest(), M->
getSource
(),
[
all
...]
AlignmentFromAssumptions.cpp
291
getNewAlignment(AASCEV, AlignSCEV, OffSCEV, MTI->
getSource
(), SE);
/src/external/apache2/llvm/dist/clang/lib/Driver/
Compilation.cpp
224
if (A == &(CI.second->
getSource
()))
236
return !ActionFailed(&C.
getSource
(), FailingCommands);
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h
151
Instruction *
getSource
(const LoopAccessInfo &LAI) const;
770
inline Instruction *MemoryDepChecker::Dependence::
getSource
(
/src/external/apache2/llvm/dist/clang/include/clang/Driver/
Job.h
180
///
getSource
- Return the Action which caused the creation of this job.
181
const Action &
getSource
() const { return Source; }
/src/external/bsd/elftosb/dist/elftosb2/
EncoreBootImageGenerator.cpp
185
DataSource * source = op->
getSource
();
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
VNCoercion.cpp
392
Constant *Src = dyn_cast<Constant>(MTI->
getSource
());
585
Constant *Src = cast<Constant>(MTI->
getSource
());
Completed in 30 milliseconds
1
2
3
Indexes created Mon Aug 03 00:25:36 UTC 2026