/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/ |
D | 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()
|
D | LSUnit.cpp | 69 unsigned LSUnit::dispatch(const InstRef &IR) { in dispatch() 162 void LSUnitBase::onInstructionExecuted(const InstRef &IR) { in onInstructionExecuted() 171 void LSUnitBase::onInstructionRetired(const InstRef &IR) { in onInstructionRetired() 190 void LSUnit::onInstructionExecuted(const InstRef &IR) { in onInstructionExecuted()
|
D | RetireControlUnit.cpp | 41 unsigned RetireControlUnit::dispatch(const InstRef &IR) { in dispatch()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/Stages/ |
D | 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, in notifyInstructionIssued() 272 void ExecuteStage::notifyReservedOrReleasedBuffers(const InstRef &IR, in notifyReservedOrReleasedBuffers()
|
D | MicroOpQueueStage.cpp | 22 InstRef IR = Buffer[CurrentInstructionSlotIdx]; in moveInstructions() local 46 Error MicroOpQueueStage::execute(InstRef &IR) { in execute()
|
D | DispatchStage.cpp | 38 void DispatchStage::notifyInstructionDispatched(const InstRef &IR, in notifyInstructionDispatched() 78 Error DispatchStage::dispatch(InstRef IR) { in dispatch() 175 Error DispatchStage::execute(InstRef &IR) { in execute()
|
D | RetireStage.cpp | 45 llvm::Error RetireStage::execute(InstRef &IR) { in execute()
|
D | InstructionTables.cpp | 22 Error InstructionTables::execute(InstRef &IR) { in execute()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/ |
D | StandardInstrumentations.cpp | 34 Optional<std::pair<const Module *, std::string>> unwrapModule(Any IR) { in unwrapModule() 106 void unwrapAndPrint(Any IR, StringRef Banner, bool ForceModule = false) { in unwrapAndPrint() 150 void PrintIRInstrumentation::pushModuleDesc(StringRef PassID, Any IR) { in pushModuleDesc() 167 bool PrintIRInstrumentation::printBeforePass(StringRef PassID, Any IR) { in printBeforePass() 186 void PrintIRInstrumentation::printAfterPass(StringRef PassID, Any IR) { in printAfterPass() 228 [this](StringRef P, Any IR) { return this->printBeforePass(P, IR); }); in registerCallbacks() 232 [this](StringRef P, Any IR) { this->printAfterPass(P, IR); }); in registerCallbacks()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/Stages/ |
D | Stage.h | 42 virtual bool isAvailable(const InstRef &IR) const { return true; } in isAvailable() 62 bool checkNextStage(const InstRef &IR) const { in checkNextStage() 70 Error moveToTheNextStage(InstRef &IR) { in moveToTheNextStage()
|
D | MicroOpQueueStage.h | 54 unsigned getNormalizedOpcodes(const InstRef &IR) const { in getNormalizedOpcodes() 67 bool isAvailable(const InstRef &IR) const override { in isAvailable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | PassManager.h | 420 getAnalysisResultUnpackTuple(AnalysisManagerT &AM, IRUnitT &IR, in getAnalysisResultUnpackTuple() 435 getAnalysisResult(AnalysisManager<IRUnitT, AnalysisArgTs...> &AM, IRUnitT &IR, in getAnalysisResult() argument 489 PreservedAnalyses run(IRUnitT &IR, AnalysisManagerT &AM, in run() 667 bool invalidate(IRUnitT &IR, const PreservedAnalyses &PA) { in invalidate() 681 bool invalidate(AnalysisKey *ID, IRUnitT &IR, const PreservedAnalyses &PA) { in invalidate() 689 bool invalidateImpl(AnalysisKey *ID, IRUnitT &IR, in invalidateImpl() 747 void clear(IRUnitT &IR, llvm::StringRef Name) { in clear() 777 typename PassT::Result &getResult(IRUnitT &IR, ExtraArgTs... ExtraArgs) { in getResult() 796 typename PassT::Result *getCachedResult(IRUnitT &IR) const { in getCachedResult() 849 template <typename PassT> void invalidate(IRUnitT &IR) { in invalidate() [all …]
|
D | PassInstrumentation.h | 144 bool runBeforePass(const PassT &Pass, const IRUnitT &IR) const { in runBeforePass() 158 void runAfterPass(const PassT &Pass, const IRUnitT &IR) const { in runAfterPass() 177 void runBeforeAnalysis(const PassT &Analysis, const IRUnitT &IR) const { in runBeforeAnalysis() 186 void runAfterAnalysis(const PassT &Analysis, const IRUnitT &IR) const { in runAfterAnalysis()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/HardwareUnits/ |
D | LSUnit.h | 103 void onGroupIssued(const InstRef &IR) { in onGroupIssued() 120 void onInstructionIssued(const InstRef &IR) { in onInstructionIssued() 250 bool isReady(const InstRef &IR) const { in isReady() 258 bool isPending(const InstRef &IR) const { in isPending() 266 bool isWaiting(const InstRef &IR) const { in isWaiting() 272 bool hasDependentUsers(const InstRef &IR) const { in hasDependentUsers() 302 virtual void onInstructionIssued(const InstRef &IR) { in onInstructionIssued()
|
D | RetireControlUnit.h | 52 InstRef IR; member
|
D | Scheduler.h | 269 void sanityCheck(const InstRef &IR) const { in sanityCheck()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/ |
D | HWEventListener.h | 59 const InstRef &IR; variable 65 HWInstructionIssuedEvent(const InstRef &IR, in HWInstructionIssuedEvent() 74 HWInstructionDispatchedEvent(const InstRef &IR, ArrayRef<unsigned> Regs, in HWInstructionDispatchedEvent() 95 HWInstructionRetiredEvent(const InstRef &IR, ArrayRef<unsigned> Regs) in HWInstructionRetiredEvent() 126 const InstRef &IR; variable
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/ |
D | TODO.md | 57 IR section in TODO
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/ |
D | Pipeline.cpp | 60 InstRef IR; in runCycle() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | Inliner.cpp | 286 InlineResult IR = InlineFunction(CS, IFI, &AAR, InsertLifetime); in InlineCallIfPossible() local 687 InlineResult IR = InlineCallIfPossible( in inlineCallsImpl() local 1078 InlineResult IR = InlineFunction(CS, IFI); in run() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonGenInsert.cpp | 1089 auto IsEmpty = [] (const IFRecordWithRegSet &IR) -> bool { in pruneCoveredSets() 1161 unsigned SR = LL[i-1].first.SrcR, IR = LL[i-1].first.InsR; in pruneUsesTooFar() local 1179 auto IsCopy = [] (const IFRecordWithRegSet &IR) -> bool { in pruneRegCopies() 1392 unsigned SR = LL[0].first.SrcR, IR = LL[0].first.InsR; in selectCandidates() local
|
D | HexagonBlockRanges.cpp | 506 const HexagonBlockRanges::IndexRange &IR) { in operator <<()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | InlineCost.cpp | 1771 InlineResult IR; in analyzeBlock() local 1801 InlineResult IR = "recursive and allocates too much stack space"; in analyzeBlock() local 1990 InlineResult IR = analyzeBlock(BB, EphValues); in analyze() local
|
/third_party/libphonenumber/javascript/i18n/phonenumbers/ |
D | shortnumbermetadata.js | 1565 ,"IR":[,[,,"[129]\\d{2,5}",,,,,,,[3,4,5,6] property
|
D | metadatalite.js | 3655 ,"IR":[,[,,"[1-9]\\d{9}|(?:[1-8]\\d\\d|9)\\d{3,4}",,,,,,,[4,5,6,7,10] property
|