/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
H A D | Interp.cpp | 106 const SourceInfo &Loc = S.Current->getSource(OpPC); in CheckInitialized() 138 const SourceInfo &Loc = S.Current->getSource(OpPC); in CheckActive() 156 const SourceInfo &E = S.Current->getSource(OpPC); in CheckTemporary() 187 const SourceInfo &Loc = S.Current->getSource(OpPC); in CheckExtern() 197 const SourceInfo &E = S.Current->getSource(OpPC); in CheckArray() 204 const auto &Src = S.Current->getSource(OpPC); in CheckLive() 235 const SourceInfo &Loc = S.Current->getSource(OpPC); in CheckNull() 244 const SourceInfo &Loc = S.Current->getSource(OpPC); in CheckRange() 253 const SourceInfo &Loc = S.Current->getSource(OpPC); in CheckRange() 265 const SourceInfo &Loc = S.Current->getSource(OpPC); in CheckConst() [all …]
|
H A D | InterpState.h | 84 SourceInfo getSource(Function *F, CodePtr PC) const override { in getSource() function 85 return M ? M->getSource(F, PC) : F->getSource(PC); in getSource()
|
H A D | Source.cpp | 32 if (const Expr *E = getSource(F, PC).asExpr()) in getExpr() 38 return getSource(F, PC).getLoc(); in getLocation()
|
H A D | EvalEmitter.h | 74 SourceInfo getSource(Function *F, CodePtr PC) const override { in getSource() function 75 return F ? F->getSource(PC) : CurrentSource; in getSource()
|
H A D | InterpFrame.cpp | 182 SourceInfo InterpFrame::getSource(CodePtr PC) const { in getSource() function in InterpFrame 183 return S.getSource(Func, PC); in getSource()
|
H A D | Function.cpp | 34 SourceInfo Function::getSource(CodePtr PC) const { in getSource() function in Function
|
H A D | Source.h | 107 virtual SourceInfo getSource(Function *F, CodePtr PC) const = 0;
|
H A D | InterpFrame.h | 109 virtual SourceInfo getSource(CodePtr PC) const;
|
H A D | Function.h | 100 SourceInfo getSource(CodePtr PC) const;
|
H A D | Interp.h | 182 const SourceInfo &Loc = S.Current->getSource(OpPC); 748 S.CCEDiag(S.Current->getSource(OpPC), diag::note_constexpr_array_index) in OffsetHelper() 902 const SourceInfo &Loc = S.Current->getSource(OpPC); in Shr() 917 const SourceInfo &Loc = S.Current->getSource(OpPC); in Shl()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/ |
H A D | TimelineView.cpp | 26 unsigned NumInstructions = getSource().size(); in TimelineView() 43 if (IR.getSourceIndex() >= getSource().size()) in onReservedBuffers() 73 WaitTimeEntry &WTEntry = WaitTime[Index % getSource().size()]; in onEvent() 138 bool PrintingTotals = SourceIndex == getSource().size(); in printWaitTimeEntry() 188 unsigned Executions = Timeline.size() / getSource().size(); in printAverageWaitTimes() 190 for (const MCInst &Inst : getSource()) { in printAverageWaitTimes() 199 if (getSource().size() != 1) { in printAverageWaitTimes() 286 ArrayRef<llvm::MCInst> Source = getSource(); in printTimeline()
|
H A D | ResourcePressureView.cpp | 40 ResourceUsage.resize(NumResourceUnits * (getSource().size() + 1)); in ResourcePressureView() 55 ArrayRef<llvm::MCInst> Source = getSource(); in onEvent() 136 ArrayRef<llvm::MCInst> Source = getSource(); in printResourcePressurePerIter() 157 ArrayRef<llvm::MCInst> Source = getSource(); in printResourcePressurePerInst() 181 ArrayRef<llvm::MCInst> Source = getSource(); in toJSON()
|
H A D | InstructionInfoView.cpp | 25 ArrayRef<llvm::MCInst> Source = getSource(); in printView() 96 for (const auto I : zip(getSource(), IIVD)) { in collectData() 136 ArrayRef<llvm::MCInst> Source = getSource(); in toJSON()
|
H A D | BottleneckAnalysis.cpp | 310 ArrayRef<llvm::MCInst> Source = getSource(); in printCriticalSequence() 456 unsigned SourceSize = getSource().size(); in addRegisterDep() 468 unsigned SourceSize = getSource().size(); in addMemoryDep() 480 unsigned SourceSize = getSource().size(); in addResourceDep() 503 ArrayRef<llvm::MCInst> Source = getSource(); in onEvent()
|
H A D | InstructionView.cpp | 33 for (const auto &MCI : getSource()) { in toJSON()
|
H A D | InstructionView.h | 57 llvm::ArrayRef<llvm::MCInst> getSource() const { return Source; } in getSource() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | MemCpyOptimizer.cpp | 1047 if (M->getSource() != MDep->getDest() || MDep->isVolatile()) in processMemCpyMemCpyDependence() 1055 if (M->getSource() == MDep->getSource()) in processMemCpyMemCpyDependence() 1152 if (!AA->isNoAlias(MemoryLocation(MemCpy->getSource(), in processMemSetMemCpyDependence() 1336 if (hasUndefContentsMSSA(MSSA, AA, MemCpy->getSource(), MD, CopySize)) in performMemCpyToMemSetOptzn() 1375 if (M->getSource() == M->getDest()) { in processMemCpy() 1382 if (GlobalVariable *GV = dyn_cast<GlobalVariable>(M->getSource())) in processMemCpy() 1445 if (performCallSlotOptzn(M, M, M->getDest(), M->getSource(), in processMemCpy() 1470 if (hasUndefContentsMSSA(MSSA, AA, M->getSource(), MD, M->getLength())) { in processMemCpy() 1501 if (performCallSlotOptzn(M, M, M->getDest(), M->getSource(), in processMemCpy() 1617 getOrEnforceKnownAlignment(MDep->getSource(), ByValAlign, DL, &CB, AC, in processByValArgument() [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/ |
H A D | CompilationDatabase.cpp | 294 if (Cmd.getSource().getKind() == driver::Action::AssembleJobClass || in stripPositionalArgs() 295 Cmd.getSource().getKind() == driver::Action::BackendJobClass || in stripPositionalArgs() 296 Cmd.getSource().getKind() == driver::Action::CompileJobClass) { in stripPositionalArgs() 297 CompileAnalyzer.run(&Cmd.getSource()); in stripPositionalArgs()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ |
H A D | Compilation.cpp | 224 if (A == &(CI.second->getSource())) in ActionFailed() 236 return !ActionFailed(&C.getSource(), FailingCommands); in InputsOk()
|
/netbsd-src/external/bsd/elftosb/dist/common/ |
H A D | DataTarget.h | 63 inline DataSource * getSource() const { return m_source; } in getSource() function
|
H A D | Operation.h | 38 inline DataSource * getSource() { return m_source; } in getSource() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | LoopAccessAnalysis.h | 151 Instruction *getSource(const LoopAccessInfo &LAI) const; 770 inline Instruction *MemoryDepChecker::Dependence::getSource( in getSource() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | VNCoercion.cpp | 392 Constant *Src = dyn_cast<Constant>(MTI->getSource()); in analyzeLoadFromClobberingMemInst() 585 Constant *Src = cast<Constant>(MTI->getSource()); in getMemInstValueForLoadHelper()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/ |
H A D | Job.h | 181 const Action &getSource() const { return Source; } in getSource() function
|
/netbsd-src/external/bsd/elftosb/dist/elftosb2/ |
H A D | EncoreBootImageGenerator.cpp | 185 DataSource * source = op->getSource(); in processLoadOperation()
|