Home
last modified time | relevance | path

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

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/MCA/Stages/
HDInOrderIssueStage.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 …]
HDExecuteStage.cpp53 Error ExecuteStage::issueInstruction(InstRef &IR) { in issueInstruction()
81 InstRef IR = HWS.select(); in issueReadyInstructions() local
113 for (const InstRef &IR : Pending) in cycleStart() local
116 for (const InstRef &IR : Ready) in cycleStart() local
161 static void verifyInstructionEliminated(const InstRef &IR) { in verifyInstructionEliminated()
173 Error ExecuteStage::handleInstructionEliminated(InstRef &IR) { in handleInstructionEliminated()
186 Error ExecuteStage::execute(InstRef &IR) { in execute()
253 const InstRef &IR, MutableArrayRef<ResourceUse> Used) const { in notifyInstructionIssued() argument
271 void ExecuteStage::notifyReservedOrReleasedBuffers(const InstRef &IR, in notifyReservedOrReleasedBuffers()
HDDispatchStage.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()
HDMicroOpQueueStage.cpp22 InstRef IR = Buffer[CurrentInstructionSlotIdx]; in moveInstructions() local
46 Error MicroOpQueueStage::execute(InstRef &IR) { in execute()
HDRetireStage.cpp49 llvm::Error RetireStage::execute(InstRef &IR) { in execute()
HDInstructionTables.cpp22 Error InstructionTables::execute(InstRef &IR) { in execute()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
HDScheduler.cpp40 Scheduler::Status Scheduler::isAvailable(const InstRef &IR) { in isAvailable()
71 InstRef &IR, in issueInstructionImpl()
100 InstRef &IR, in issueInstruction()
124 InstRef &IR = *I; in promoteToReadySet() local
160 InstRef &IR = *I; in promoteToPendingSet() local
195 InstRef &IR = ReadySet[I]; in select() local
212 InstRef IR = ReadySet[QueueIndex]; in select() local
221 InstRef &IR = *I; in updateIssuedSet() local
251 for (const InstRef &IR : make_range(PendingSet.begin(), EndIt)) { in analyzeDataDependencies() local
300 bool Scheduler::dispatch(InstRef &IR) { in dispatch()
HDLSUnit.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()
HDRetireControlUnit.cpp43 unsigned RetireControlUnit::dispatch(const InstRef &IR) { in dispatch()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDPassManagerImpl.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()
HDPassManager.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 …]
HDPassInstrumentation.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-13-stable/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
HDLSUnit.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()
HDRetireControlUnit.h52 InstRef IR; member
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MCA/Stages/
HDStage.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()
HDMicroOpQueueStage.h54 unsigned getNormalizedOpcodes(const InstRef &IR) const { in getNormalizedOpcodes()
67 bool isAvailable(const InstRef &IR) const override { in isAvailable()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Passes/
HDStandardInstrumentations.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-13-stable/contrib/llvm-project/llvm/include/llvm/MCA/
HDHWEventListener.h59 const InstRef &IR; variable
70 HWInstructionIssuedEvent(const InstRef &IR, ArrayRef<ResourceUse> UR) in HWInstructionIssuedEvent()
78 HWInstructionDispatchedEvent(const InstRef &IR, ArrayRef<unsigned> Regs, in HWInstructionDispatchedEvent()
99 HWInstructionRetiredEvent(const InstRef &IR, ArrayRef<unsigned> Regs) in HWInstructionRetiredEvent()
131 const InstRef &IR; variable
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDPassManager.cpp150 const Module &IR) { in printIRUnitNameForStackTrace()
156 const Function &IR) { in printIRUnitNameForStackTrace()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCA/
HDAMDGPUCustomBehaviour.cpp69 const InstRef &IR) { in checkCustomHazard()
105 const InstRef &IR) { in handleWaitCnt()
176 void AMDGPUCustomBehaviour::computeWaitCnt(const InstRef &IR, unsigned &Vmcnt, in computeWaitCnt()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MCA/
HDCustomBehaviour.cpp22 const InstRef &IR) { in checkCustomHazard()
HDPipeline.cpp66 InstRef IR; in runCycle() local
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDMacOSXAPIChecker.cpp60 if (const ObjCIvarRegion *IR = dyn_cast<ObjCIvarRegion>(SR)) in getParentIvarRegion() local
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-mca/
HDCodeRegion.cpp167 InstrumentRegion *IR = static_cast<InstrumentRegion *>(R.get()); in getActiveInstruments() local
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
HDBottleneckAnalysis.cpp116 for (const InstRef &IR : Event.AffectedInstructions) { in handlePressureEvent() local
129 for (const InstRef &IR : Event.AffectedInstructions) { in handlePressureEvent() local
136 for (const InstRef &IR : Event.AffectedInstructions) { in handlePressureEvent() local

12