Searched defs:IR (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/MCA/
H A DPipeline.cpp60 InstRef IR; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DInstructionTables.cpp22 Error InstructionTables::execute(InstRef &IR) { argument
H A DMicroOpQueueStage.cpp22 InstRef IR = Buffer[CurrentInstructionSlotIdx]; local
46 Error MicroOpQueueStage::execute(InstRef &IR) { argument
H A DRetireStage.cpp45 llvm::Error RetireStage::execute(InstRef &IR) { argument
H A DDispatchStage.cpp38 void DispatchStage::notifyInstructionDispatched(const InstRef &IR, argument
78 dispatch(InstRef IR) argument
175 execute(InstRef &IR) argument
[all...]
H A DExecuteStage.cpp53 Error ExecuteStage::issueInstruction(InstRef &IR) { argument
81 InstRef IR = HWS.select(); local
161 verifyInstructionEliminated(const InstRef &IR) argument
173 handleInstructionEliminated(InstRef &IR) argument
186 execute(InstRef &IR) argument
252 notifyInstructionIssued( const InstRef &IR, MutableArrayRef<std::pair<ResourceRef, ResourceCycles>> Used) const argument
272 notifyReservedOrReleasedBuffers(const InstRef &IR, bool Reserved) const argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DRetireControlUnit.h52 InstRef IR; member in struct:llvm::mca::RetireControlUnit::RUToken
H A DLSUnit.h115 void onGroupIssued(const InstRef &IR, bool ShouldUpdateCriticalDep) { argument
135 void onInstructionIssued(const InstRef &IR) { argument
323 onInstructionIssued(const InstRef &IR) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MCA/Stages/
H A DStage.h70 Error moveToTheNextStage(InstRef &IR) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DRetireControlUnit.cpp41 unsigned RetireControlUnit::dispatch(const InstRef &IR) { argument
H A DLSUnit.cpp69 unsigned LSUnit::dispatch(const InstRef &IR) { argument
204 void LSUnitBase::onInstructionExecuted(const InstRef &IR) { argument
213 void LSUnitBase::onInstructionRetired(const InstRef &IR) { argument
232 onInstructionExecuted(const InstRef &IR) argument
[all...]
H A DScheduler.cpp40 Scheduler::Status Scheduler::isAvailable(const InstRef &IR) { argument
70 issueInstructionImpl( InstRef &IR, SmallVectorImpl<std::pair<ResourceRef, ResourceCycles>> &UsedResources) argument
99 issueInstruction( InstRef &IR, SmallVectorImpl<std::pair<ResourceRef, ResourceCycles>> &UsedResources, SmallVectorImpl<InstRef> &PendingInstructions, SmallVectorImpl<InstRef> &ReadyInstructions) argument
124 InstRef &IR = *I; local
160 InstRef &IR = *I; local
195 InstRef &IR = ReadySet[I]; local
221 InstRef &IR = *I; local
300 dispatch(InstRef &IR) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DPassManagerImpl.h38 AnalysisManager<IRUnitT, ExtraArgTs...>::clear(IRUnitT &IR, argument
56 getResultImpl( AnalysisKey *ID, IRUnitT &IR, ExtraArgTs... ExtraArgs) argument
94 invalidate( IRUnitT &IR, const PreservedAnalyses &PA) argument
[all...]
H A DPassManager.h420 getAnalysisResultUnpackTuple(AnalysisManagerT &AM, IRUnitT &IR, std::tuple<ArgTs...> Args, std::index_sequence<Ns...>) argument
435 getAnalysisResult(AnalysisManager<IRUnitT, AnalysisArgTs...> &AM, IRUnitT &IR, std::tuple<MainArgTs...> Args) argument
489 run(IRUnitT &IR, AnalysisManagerT &AM, ExtraArgTs... ExtraArgs) argument
672 invalidate(IRUnitT &IR, const PreservedAnalyses &PA) argument
686 invalidate(AnalysisKey *ID, IRUnitT &IR, const PreservedAnalyses &PA) argument
694 invalidateImpl(AnalysisKey *ID, IRUnitT &IR, const PreservedAnalyses &PA) argument
769 getResult(IRUnitT &IR, ExtraArgTs... ExtraArgs) argument
805 verifyNotInvalidated(IRUnitT &IR, typename PassT::Result *Result) const argument
851 invalidate(IRUnitT &IR) argument
854 invalidateImpl(PassT::ID(), IR); local
892 invalidateImpl(AnalysisKey *ID, IRUnitT &IR) argument
1016 run(IRUnitT &IR, AnalysisManager<IRUnitT, ExtraArgTs...> &AM, ExtraArgTs...) argument
1346 run(IRUnitT &IR, AnalysisManagerT &AM, Ts &&... Args) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp34 Optional<std::pair<const Module *, std::string>> unwrapModule(Any IR) { argument
114 unwrapAndPrint(Any IR, StringRef Banner, bool ForceModule = false) argument
158 pushModuleDesc(StringRef PassID, Any IR) argument
175 printBeforePass(StringRef PassID, Any IR) argument
194 printAfterPass(StringRef PassID, Any IR) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DComputeDependence.cpp392 OMPIteratorExpr::IteratorRange IR = E->getIteratorRange(I); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInliner.cpp266 InlineResult IR = InlineFunction(CB, IFI, &AAR, InsertLifetime); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DTimelineView.cpp41 void TimelineView::onReservedBuffers(const InstRef &IR, argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MCA/
H A DHWEventListener.h59 const InstRef &IR; member in class:llvm::mca::HWInstructionEvent
65 HWInstructionIssuedEvent(const InstRef &IR, argument
74 HWInstructionDispatchedEvent(const InstRef &IR, ArrayRef<unsigned> Regs, argument
95 HWInstructionRetiredEvent(const InstRef &IR, ArrayRef<unsigned> Regs) argument
126 const InstRef &IR; member in class:llvm::mca::HWStallEvent
[all...]
H A DInstruction.h591 inline raw_ostream &operator<<(raw_ostream &OS, const InstRef &IR) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.cpp505 operator <<(raw_ostream &OS, const HexagonBlockRanges::IndexRange &IR) argument
H A DHexagonFrameLowering.cpp2403 HexagonBlockRanges::IndexRange &IR = F->second.front(); local
/freebsd-13-stable/sys/netpfil/ipfw/
H A Ddn_sched_qfq.c199 enum qfq_state { ER, IR, EB, IB, QFQ_MAX_STATE }; enumerator in enum:qfq_state
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h334 void setInReg(bool IR) { argument
362 void setIndirectRealign(bool IR) { argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp580 const SrcMgr::ContentCache *IR = local
591 const SrcMgr::ContentCache *IR = getOrCreateContentCache( local
728 const SrcMgr::ContentCache *IR = getOrCreateContentCache(File); local
736 const SrcMgr::ContentCache *IR local
[all...]

Completed in 159 milliseconds

12