Home
last modified time | relevance | path

Searched defs:IR (Results 1 – 25 of 49) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DInOrderIssueStage.cpp79 static bool hasResourceHazard(const ResourceManager &RM, const InstRef &IR) { in hasResourceHazard()
88 static unsigned findFirstWriteBackCycle(const InstRef &IR) { in findFirstWriteBackCycle()
105 const InstRef &IR) { in checkRegisterHazard()
115 bool InOrderIssueStage::canExecute(const InstRef &IR) { in canExecute()
169 void InOrderIssueStage::notifyInstructionIssued(const InstRef &IR, in notifyInstructionIssued()
179 const InstRef &IR, unsigned Ops, ArrayRef<unsigned> UsedRegs) { in notifyInstructionDispatched()
186 void InOrderIssueStage::notifyInstructionExecuted(const InstRef &IR) { in notifyInstructionExecuted()
192 void InOrderIssueStage::notifyInstructionRetired(const InstRef &IR, in notifyInstructionRetired()
198 llvm::Error InOrderIssueStage::execute(InstRef &IR) { in execute()
212 llvm::Error InOrderIssueStage::tryIssue(InstRef &IR) { in tryIssue()
[all …]
H A DExecuteStage.cpp53 Error ExecuteStage::issueInstruction(InstRef &IR) { in issueInstruction() argument
81 InstRef IR = HWS.select(); issueReadyInstructions() local
113 for (const InstRef &IR : Pending) cycleStart() local
116 for (const InstRef &IR : Ready) cycleStart() local
161 verifyInstructionEliminated(const InstRef & IR) verifyInstructionEliminated() argument
173 handleInstructionEliminated(InstRef & IR) handleInstructionEliminated() argument
186 execute(InstRef & IR) execute() argument
253 notifyInstructionIssued(const InstRef & IR,MutableArrayRef<ResourceUse> Used) const notifyInstructionIssued() argument
271 notifyReservedOrReleasedBuffers(const InstRef & IR,bool Reserved) const notifyReservedOrReleasedBuffers() argument
[all...]
H A DMicroOpQueueStage.cpp22 InstRef IR = Buffer[CurrentInstructionSlotIdx]; in moveInstructions() local
46 Error MicroOpQueueStage::execute(InstRef &IR) { in execute()
H A DDispatchStage.cpp38 void DispatchStage::notifyInstructionDispatched(const InstRef &IR, in notifyInstructionDispatched()
78 Error DispatchStage::dispatch(InstRef IR) { in dispatch()
174 Error DispatchStage::execute(InstRef &IR) { in execute()
H A DRetireStage.cpp49 llvm::Error RetireStage::execute(InstRef &IR) { in execute()
H A DInstructionTables.cpp22 Error InstructionTables::execute(InstRef &IR) { in execute() argument
/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DScheduler.cpp40 Scheduler::Status Scheduler::isAvailable(const InstRef &IR) { in isAvailable() argument
71 InstRef &IR, in issueInstructionImpl() argument
100 InstRef &IR, in issueInstruction() argument
124 InstRef &IR = *I; promoteToReadySet() local
160 InstRef &IR = *I; promoteToPendingSet() local
195 InstRef &IR = ReadySet[I]; select() local
212 InstRef IR = ReadySet[QueueIndex]; select() local
221 InstRef &IR = *I; updateIssuedSet() local
251 for (const InstRef &IR : make_range(PendingSet.begin(), EndIt)) { analyzeDataDependencies() local
300 dispatch(InstRef & IR) dispatch() argument
[all...]
H A DLSUnit.cpp69 unsigned LSUnit::dispatch(const InstRef &IR) { in dispatch()
205 void LSUnitBase::onInstructionExecuted(const InstRef &IR) { in onInstructionExecuted()
214 void LSUnitBase::onInstructionRetired(const InstRef &IR) { in onInstructionRetired()
233 void LSUnit::onInstructionExecuted(const InstRef &IR) { in onInstructionExecuted()
H A DRetireControlUnit.cpp43 unsigned RetireControlUnit::dispatch(const InstRef &IR) { in dispatch()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPassManagerImpl.h30 IRUnitT &IR, AnalysisManagerT &AM, ExtraArgTs... ExtraArgs) { in run()
33 IRUnitT &IR; in run() local
119 AnalysisManager<IRUnitT, ExtraArgTs...>::clear(IRUnitT &IR, in clear()
138 AnalysisKey *ID, IRUnitT &IR, ExtraArgTs... ExtraArgs) { in getResultImpl()
173 IRUnitT &IR, const PreservedAnalyses &PA) { in invalidate()
H A DPassManager.h122 getAnalysisResultUnpackTuple(AnalysisManagerT &AM, IRUnitT &IR, in getAnalysisResultUnpackTuple()
137 getAnalysisResult(AnalysisManager<IRUnitT, AnalysisArgTs...> &AM, IRUnitT &IR, in getAnalysisResult() argument
310 bool invalidate(IRUnitT &IR, const PreservedAnalyses &PA) { in invalidate()
324 bool invalidate(AnalysisKey *ID, IRUnitT &IR, const PreservedAnalyses &PA) { in invalidate()
332 bool invalidateImpl(AnalysisKey *ID, IRUnitT &IR, in invalidateImpl()
405 typename PassT::Result &getResult(IRUnitT &IR, ExtraArgTs... ExtraArgs) { in getResult()
424 typename PassT::Result *getCachedResult(IRUnitT &IR) const { in getCachedResult()
441 void verifyNotInvalidated(IRUnitT &IR, typename PassT::Result *Result) const { in verifyNotInvalidated()
510 ResultConceptT *getCachedResultImpl(AnalysisKey *ID, IRUnitT &IR) const { in getCachedResultImpl()
624 Result run(IRUnitT &IR, AnalysisManager<IRUnitT, ExtraArgTs...> &AM, in run() argument
[all …]
H A DPassInstrumentation.h236 bool runBeforePass(const PassT &Pass, const IRUnitT &IR) const { in runBeforePass()
261 void runAfterPass(const PassT &Pass, const IRUnitT &IR, in runAfterPass()
282 void runBeforeAnalysis(const PassT &Analysis, const IRUnitT &IR) const { in runBeforeAnalysis()
291 void runAfterAnalysis(const PassT &Analysis, const IRUnitT &IR) const { in runAfterAnalysis()
301 void runAnalysisInvalidated(const PassT &Analysis, const IRUnitT &IR) const { in runAnalysisInvalidated()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h112 void onGroupIssued(const InstRef &IR, bool ShouldUpdateCriticalDep) { in onGroupIssued()
132 void onInstructionIssued(const InstRef &IR) { in onInstructionIssued()
160 void onInstructionExecuted(const InstRef &IR) { in onInstructionExecuted()
273 bool isReady(const InstRef &IR) const { in isReady()
281 bool isPending(const InstRef &IR) const { in isPending()
289 bool isWaiting(const InstRef &IR) const { in isWaiting()
295 bool hasDependentUsers(const InstRef &IR) const { in hasDependentUsers()
325 virtual void onInstructionIssued(const InstRef &IR) { in onInstructionIssued()
H A DRetireControlUnit.h52 InstRef IR; member
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/Stages/
H A DStage.h42 virtual bool isAvailable(const InstRef &IR) const { return true; } in isAvailable()
65 bool checkNextStage(const InstRef &IR) const { in checkNextStage()
73 Error moveToTheNextStage(InstRef &IR) { in moveToTheNextStage()
H A DMicroOpQueueStage.h54 unsigned getNormalizedOpcodes(const InstRef &IR) const { in getNormalizedOpcodes()
67 bool isAvailable(const InstRef &IR) const override { in isAvailable()
H A DInOrderIssueStage.h37 InstRef IR; member
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp141 template <typename IRUnitT> static const IRUnitT *unwrapIR(Any IR) { in unwrapIR()
162 const Module *unwrapModule(Any IR, bool Force = false) { in unwrapModule()
238 std::string getIRName(Any IR) { in getIRName()
274 bool shouldPrintIR(Any IR) { in shouldPrintIR()
294 void unwrapAndPrint(raw_ostream &OS, Any IR) { in unwrapAndPrint()
357 const Module *getModuleForComparison(Any IR) { in getModuleForComparison()
371 bool isInteresting(Any IR, StringRef PassID, StringRef PassName) { in isInteresting()
386 void ChangeReporter<T>::saveIRBeforePass(Any IR, StringRef PassID, in saveIRBeforePass()
409 void ChangeReporter<T>::handleIRAfterPass(Any IR, StringRef PassID, in handleIRAfterPass()
454 PIC.registerBeforeNonSkippedPassCallback([&PIC, this](StringRef P, Any IR) { in registerRequiredCallbacks()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DHWEventListener.h59 const InstRef &IR; variable
70 HWInstructionIssuedEvent(const InstRef &IR, ArrayRef<ResourceUse> UR) in HWInstructionIssuedEvent() argument
78 HWInstructionDispatchedEvent(const InstRef &IR, ArrayRef<unsigned> Regs, in HWInstructionDispatchedEvent() argument
99 HWInstructionRetiredEvent(const InstRef &IR, ArrayRef<unsigned> Regs) in HWInstructionRetiredEvent() argument
131 const InstRef &IR; global() variable
[all...]
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DPassManager.cpp150 const Module &IR) { in printIRUnitNameForStackTrace()
156 const Function &IR) { in printIRUnitNameForStackTrace()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCA/
H A DAMDGPUCustomBehaviour.cpp69 const InstRef &IR) { in checkCustomHazard()
105 const InstRef &IR) { in handleWaitCnt()
176 void AMDGPUCustomBehaviour::computeWaitCnt(const InstRef &IR, unsigned &Vmcnt, in computeWaitCnt()
/freebsd/contrib/llvm-project/llvm/lib/MCA/
H A DCustomBehaviour.cpp22 const InstRef &IR) { in checkCustomHazard()
H A DPipeline.cpp66 InstRef IR; in runCycle() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/
H A DCodeRegion.cpp167 InstrumentRegion *IR = static_cast<InstrumentRegion *>(R.get()); in getActiveInstruments() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePassManager.cpp35 MachineFunction &IR, const PreservedAnalyses &PA, in invalidate()

12