Searched refs:getSource (Results 1 - 25 of 52) sorted by relevance

123

/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DSource.cpp32 if (const Expr *E = getSource(F, PC).asExpr())
38 return getSource(F, PC).getLoc();
H A DInterpState.h84 SourceInfo getSource(Function *F, CodePtr PC) const override {
85 return M ? M->getSource(F, PC) : F->getSource(PC);
H A DInterp.cpp106 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(OpP
[all...]
H A DEvalEmitter.h74 SourceInfo getSource(Function *F, CodePtr PC) const override {
75 return F ? F->getSource(PC) : CurrentSource;
H A DFunction.cpp34 SourceInfo Function::getSource(CodePtr PC) const { function in class:Function
H A DFunction.h100 SourceInfo getSource(CodePtr PC) const;
H A DInterpFrame.h109 virtual SourceInfo getSource(CodePtr PC) const;
H A DSource.h107 virtual SourceInfo getSource(Function *F, CodePtr PC) const = 0;
H A DInterpFrame.cpp182 SourceInfo InterpFrame::getSource(CodePtr PC) const { function in class:InterpFrame
183 return S.getSource(Func, PC);
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
H A DTimelineView.cpp26 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();
H A DResourcePressureView.cpp40 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();
H A DInstructionInfoView.cpp25 ArrayRef<llvm::MCInst> Source = getSource();
96 for (const auto I : zip(getSource(), IIVD)) {
136 ArrayRef<llvm::MCInst> Source = getSource();
H A DInstructionView.cpp33 for (const auto &MCI : getSource()) {
H A DInstructionView.h57 llvm::ArrayRef<llvm::MCInst> getSource() const { return Source; } function in class:llvm::mca::InstructionView
H A DBottleneckAnalysis.cpp310 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();
/netbsd-current/external/bsd/elftosb/dist/common/
H A DDataTarget.h63 inline DataSource * getSource() const { return m_source; } function in class:elftosb::DataTarget
H A DOperation.h38 inline DataSource * getSource() { return m_source; } function in class:elftosb::LoadOperation
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/
H A DCompilationDatabase.cpp294 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());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp1047 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...]
H A DAlignmentFromAssumptions.cpp291 getNewAlignment(AASCEV, AlignSCEV, OffSCEV, MTI->getSource(), SE);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/
H A DCompilation.cpp224 if (A == &(CI.second->getSource()))
236 return !ActionFailed(&C.getSource(), FailingCommands);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h151 Instruction *getSource(const LoopAccessInfo &LAI) const;
770 inline Instruction *MemoryDepChecker::Dependence::getSource( function in class:llvm::MemoryDepChecker::Dependence
/netbsd-current/external/bsd/elftosb/dist/elftosb2/
H A DEncoreBootImageGenerator.cpp185 DataSource * source = op->getSource();
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DJob.h180 /// getSource - Return the Action which caused the creation of this job.
181 const Action &getSource() const { return Source; } function in class:clang::driver::Command
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp392 Constant *Src = dyn_cast<Constant>(MTI->getSource());
585 Constant *Src = cast<Constant>(MTI->getSource());

Completed in 372 milliseconds

123