| /freebsd-13-stable/contrib/llvm-project/llvm/lib/MCA/Stages/ |
| HD | InOrderIssueStage.cpp | 79 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 …]
|
| HD | ExecuteStage.cpp | 53 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()
|
| HD | DispatchStage.cpp | 38 void DispatchStage::notifyInstructionDispatched(const InstRef &IR, in notifyInstructionDispatched() 78 Error DispatchStage::dispatch(InstRef IR) { in dispatch() 174 Error DispatchStage::execute(InstRef &IR) { in execute()
|
| HD | MicroOpQueueStage.cpp | 22 InstRef IR = Buffer[CurrentInstructionSlotIdx]; in moveInstructions() local 46 Error MicroOpQueueStage::execute(InstRef &IR) { in execute()
|
| HD | RetireStage.cpp | 49 llvm::Error RetireStage::execute(InstRef &IR) { in execute()
|
| HD | InstructionTables.cpp | 22 Error InstructionTables::execute(InstRef &IR) { in execute()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/ |
| HD | Scheduler.cpp | 40 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()
|
| HD | LSUnit.cpp | 69 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()
|
| HD | RetireControlUnit.cpp | 43 unsigned RetireControlUnit::dispatch(const InstRef &IR) { in dispatch()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| HD | PassManagerImpl.h | 30 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()
|
| HD | PassManager.h | 122 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 …]
|
| HD | PassInstrumentation.h | 236 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/ |
| HD | LSUnit.h | 112 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()
|
| HD | RetireControlUnit.h | 52 InstRef IR; member
|
| /freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MCA/Stages/ |
| HD | Stage.h | 42 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()
|
| HD | MicroOpQueueStage.h | 54 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/ |
| HD | StandardInstrumentations.cpp | 141 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/ |
| HD | HWEventListener.h | 59 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/ |
| HD | PassManager.cpp | 150 const Module &IR) { in printIRUnitNameForStackTrace() 156 const Function &IR) { in printIRUnitNameForStackTrace()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCA/ |
| HD | AMDGPUCustomBehaviour.cpp | 69 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/ |
| HD | CustomBehaviour.cpp | 22 const InstRef &IR) { in checkCustomHazard()
|
| HD | Pipeline.cpp | 66 InstRef IR; in runCycle() local
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| HD | MacOSXAPIChecker.cpp | 60 if (const ObjCIvarRegion *IR = dyn_cast<ObjCIvarRegion>(SR)) in getParentIvarRegion() local
|
| /freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-mca/ |
| HD | CodeRegion.cpp | 167 InstrumentRegion *IR = static_cast<InstrumentRegion *>(R.get()); in getActiveInstruments() local
|
| /freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/ |
| HD | BottleneckAnalysis.cpp | 116 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
|