| /openbsd-src/gnu/llvm/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() 205 const auto &Src = S.Current->getSource(OpPC); in CheckLive() 216 const auto &Src = S.Current->getSource(OpPC); in CheckLive() 236 const SourceInfo &Loc = S.Current->getSource(OpPC); in CheckNull() 245 const SourceInfo &Loc = S.Current->getSource(OpPC); in CheckRange() 254 const SourceInfo &Loc = S.Current->getSource(OpPC); in CheckRange() [all …]
|
| H A D | InterpState.h | 85 SourceInfo getSource(const Function *F, CodePtr PC) const override { in getSource() function 86 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 | 73 SourceInfo getSource(const Function *F, CodePtr PC) const override { in getSource() function 74 return F ? F->getSource(PC) : CurrentSource; in getSource()
|
| H A D | Function.cpp | 32 SourceInfo Function::getSource(CodePtr PC) const { in getSource() function in Function
|
| H A D | InterpFrame.cpp | 212 SourceInfo InterpFrame::getSource(CodePtr PC) const { in getSource() function in InterpFrame 213 return S.getSource(Func, PC); in getSource()
|
| H A D | Source.h | 96 virtual SourceInfo getSource(const Function *F, CodePtr PC) const = 0;
|
| H A D | InterpFrame.h | 119 virtual SourceInfo getSource(CodePtr PC) const;
|
| H A D | Function.h | 122 SourceInfo getSource(CodePtr PC) const;
|
| H A D | Interp.h | 102 const SourceInfo &Loc = S.Current->getSource(OpPC); in CheckShift() 123 const SourceInfo &Loc = S.Current->getSource(OpPC); in CheckDivRem() 132 const SourceInfo &Loc = S.Current->getSource(OpPC); in CheckDivRem() 464 const SourceInfo &Loc = S.Current->getSource(OpPC); 1066 S.CCEDiag(S.Current->getSource(OpPC), diag::note_constexpr_array_index) in OffsetHelper()
|
| /openbsd-src/gnu/llvm/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() 189 unsigned Executions = Timeline.size() / getSource().size(); in printAverageWaitTimes() 191 for (const MCInst &Inst : getSource()) { in printAverageWaitTimes() 200 if (getSource().size() != 1) { in printAverageWaitTimes() 287 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() 120 for (const auto I : zip(getSource(), IIVD)) { in collectData() 160 ArrayRef<llvm::MCInst> Source = getSource(); in toJSON()
|
| H A D | InstructionView.cpp | 35 for (const auto &MCI : getSource()) { in toJSON()
|
| H A D | BottleneckAnalysis.cpp | 309 ArrayRef<llvm::MCInst> Source = getSource(); in printCriticalSequence() 455 unsigned SourceSize = getSource().size(); in addRegisterDep() 467 unsigned SourceSize = getSource().size(); in addMemoryDep() 479 unsigned SourceSize = getSource().size(); in addResourceDep() 502 ArrayRef<llvm::MCInst> Source = getSource(); in onEvent()
|
| H A D | InstructionView.h | 52 llvm::ArrayRef<llvm::MCInst> getSource() const { return Source; } in getSource() function
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | MemCpyOptimizer.cpp | 1162 if (M->getSource() != MDep->getDest() || MDep->isVolatile()) in processMemCpyMemCpyDependence() 1170 if (M->getSource() == MDep->getSource()) in processMemCpyMemCpyDependence() 1422 if (hasUndefContents(MSSA, BAA, MemCpy->getSource(), MD, CopySize)) in performMemCpyToMemSetOptzn() 1453 if (M->getSource() == M->getDest()) { in processMemCpy() 1460 if (auto *GV = dyn_cast<GlobalVariable>(M->getSource())) in processMemCpy() 1510 if (performCallSlotOptzn(M, M, M->getDest(), M->getSource(), in processMemCpy() 1535 if (hasUndefContents(MSSA, BAA, M->getSource(), MD, M->getLength())) { in processMemCpy() 1610 getOrEnforceKnownAlignment(MDep->getSource(), ByValAlign, DL, &CB, AC, in processByValArgument() 1615 if (MDep->getSource()->getType()->getPointerAddressSpace() != in processByValArgument() 1629 Value *TmpCast = MDep->getSource(); in processByValArgument() [all …]
|
| H A D | AlignmentFromAssumptions.cpp | 295 getNewAlignment(AASCEV, AlignSCEV, OffSCEV, MTI->getSource(), SE); in processAssumption()
|
| /openbsd-src/gnu/llvm/clang/lib/Driver/ |
| H A D | Compilation.cpp | 227 if (A == &(CI.second->getSource())) in ActionFailed() 239 return !ActionFailed(&C.getSource(), FailingCommands); in InputsOk()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | VNCoercion.cpp | 377 Constant *Src = dyn_cast<Constant>(MTI->getSource()); in analyzeLoadFromClobberingMemInst() 563 Constant *Src = cast<Constant>(MTI->getSource()); in getMemInstValueForLoad() 587 Constant *Src = cast<Constant>(MTI->getSource()); in getConstantMemInstValueForLoad()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | LoopAccessAnalysis.h | 151 Instruction *getSource(const LoopAccessInfo &LAI) const; 840 inline Instruction *MemoryDepChecker::Dependence::getSource( in getSource() function
|
| /openbsd-src/gnu/llvm/clang/include/clang/Driver/ |
| H A D | Job.h | 185 const Action &getSource() const { return Source; } in getSource() function
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 520 inline std::optional<StringRef> getSource() const; 629 getChecksum(), getSource()); in cloneImpl() 654 std::optional<StringRef> getSource() const { in getSource() function 686 std::optional<StringRef> DIScope::getSource() const { in getSource() function 688 return F->getSource(); in getSource() 1670 std::optional<StringRef> getSource() const { return getScope()->getSource(); } in getSource() function 2585 std::optional<StringRef> getSource() const { in getSource() function 2587 return F->getSource(); in getSource()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | Lint.cpp | 302 Check(AA->alias(MCI->getSource(), Size, MCI->getDest(), Size) != in visitCallBase() 319 Check(AA->alias(MCII->getSource(), LS, MCII->getDest(), LS) != in visitCallBase()
|