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

12

/freebsd-12-stable/contrib/llvm-project/llvm/lib/MCA/
H A DPipeline.cpp60 InstRef IR; local
/freebsd-12-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-12-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.h103 void onGroupIssued(const InstRef &IR) { argument
120 void onInstructionIssued(const InstRef &IR) { argument
302 onInstructionIssued(const InstRef &IR) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MCA/Stages/
H A DStage.h70 Error moveToTheNextStage(InstRef &IR) { argument
/freebsd-12-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
162 void LSUnitBase::onInstructionExecuted(const InstRef &IR) { argument
171 void LSUnitBase::onInstructionRetired(const InstRef &IR) { argument
190 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-12-stable/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp34 Optional<std::pair<const Module *, std::string>> unwrapModule(Any IR) { argument
106 unwrapAndPrint(Any IR, StringRef Banner, bool ForceModule = false) argument
150 pushModuleDesc(StringRef PassID, Any IR) argument
167 printBeforePass(StringRef PassID, Any IR) argument
186 printAfterPass(StringRef PassID, Any IR) argument
[all...]
/freebsd-12-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-12-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DTimelineView.cpp41 void TimelineView::onReservedBuffers(const InstRef &IR, argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.cpp505 operator <<(raw_ostream &OS, const HexagonBlockRanges::IndexRange &IR) argument
H A DHexagonFrameLowering.cpp2254 HexagonBlockRanges::IndexRange &IR = F->second.front(); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInliner.cpp286 InlineResult IR = InlineFunction(CS, IFI, &AAR, InsertLifetime); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
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
667 invalidate(IRUnitT &IR, const PreservedAnalyses &PA) argument
681 invalidate(AnalysisKey *ID, IRUnitT &IR, const PreservedAnalyses &PA) argument
689 invalidateImpl(AnalysisKey *ID, IRUnitT &IR, const PreservedAnalyses &PA) argument
747 clear(IRUnitT &IR, llvm::StringRef Name) argument
777 getResult(IRUnitT &IR, ExtraArgTs... ExtraArgs) argument
849 invalidate(IRUnitT &IR) argument
852 invalidateImpl(PassT::ID(), IR); local
859 invalidate(IRUnitT &IR, const PreservedAnalyses &PA) argument
939 getResultImpl(AnalysisKey *ID, IRUnitT &IR, ExtraArgTs... ExtraArgs) argument
984 invalidateImpl(AnalysisKey *ID, IRUnitT &IR) argument
1108 run(IRUnitT &IR, AnalysisManager<IRUnitT, ExtraArgTs...> &AM, ExtraArgTs...) argument
1416 run(IRUnitT &IR, AnalysisManagerT &AM, Ts &&... Args) argument
[all...]
/freebsd-12-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-12-stable/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h332 void setInReg(bool IR) { argument
360 void setIndirectRealign(bool IR) { argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp654 const SrcMgr::ContentCache *IR = getOrCreateContentCache(File); local
662 const SrcMgr::ContentCache *IR = getOrCreateContentCache(SourceFile); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp1801 InlineResult IR = "recursive and allocates too much stack space"; local
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h835 const SrcMgr::ContentCache *IR = local
845 const SrcMgr::ContentCache *IR = getOrCreateContentCache( local

Completed in 304 milliseconds

12