Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DExecuteStage.cpp41 for (const InstRef &IR : InstructionIDs) in updateSchedulerQueues() local
46 for (const InstRef &IR : InstructionIDs) in updateSchedulerQueues() local
53 InstRef IR = HWS.select(); in issueReadyInstructions() local
99 bool ExecuteStage::execute(InstRef &IR) { in execute()
154 void ExecuteStage::notifyInstructionExecuted(const InstRef &IR) { in notifyInstructionExecuted()
162 void ExecuteStage::notifyInstructionReady(const InstRef &IR) { in notifyInstructionReady()
176 const InstRef &IR, ArrayRef<std::pair<ResourceRef, double>> Used) { in notifyInstructionIssued()
DDispatchStage.cpp30 void DispatchStage::notifyInstructionDispatched(const InstRef &IR, in notifyInstructionDispatched()
36 bool DispatchStage::checkPRF(const InstRef &IR) { in checkPRF()
53 bool DispatchStage::checkRCU(const InstRef &IR) { in checkRCU()
62 bool DispatchStage::checkScheduler(const InstRef &IR) { in checkScheduler()
90 void DispatchStage::dispatch(InstRef IR) { in dispatch()
139 bool DispatchStage::execute(InstRef &IR) { in execute()
DHWEventListener.h58 const InstRef &IR; variable
64 HWInstructionIssuedEvent(const InstRef &IR, in HWInstructionIssuedEvent()
73 HWInstructionDispatchedEvent(const InstRef &IR, llvm::ArrayRef<unsigned> Regs) in HWInstructionDispatchedEvent()
83 HWInstructionRetiredEvent(const InstRef &IR, llvm::ArrayRef<unsigned> Regs) in HWInstructionRetiredEvent()
114 const InstRef &IR; variable
DScheduler.cpp236 bool Scheduler::canBeDispatched(const InstRef &IR, in canBeDispatched()
261 InstRef &IR, in issueInstructionImpl()
280 InstRef &IR, in issueInstruction()
342 InstRef IR(It->first, It->second); in select() local
373 void Scheduler::onInstructionExecuted(const InstRef &IR) { in onInstructionExecuted()
381 bool Scheduler::reserveResources(InstRef &IR) { in reserveResources()
392 bool Scheduler::issueImmediately(InstRef &IR) { in issueImmediately()
DPipeline.cpp43 bool Pipeline::executeStages(InstRef &IR) { in executeStages()
71 InstRef IR; in runCycle() local
DLSUnit.cpp54 bool LSUnit::reserve(const InstRef &IR) { in reserve()
121 void LSUnit::onInstructionExecuted(const InstRef &IR) { in onInstructionExecuted()
DRetireStage.h41 virtual bool execute(InstRef &IR) override final { return true; } in execute()
DFetchStage.cpp22 bool FetchStage::execute(InstRef &IR) { in execute()
DRetireStage.cpp45 void RetireStage::notifyInstructionRetired(const InstRef &IR) { in notifyInstructionRetired()
DRetireControlUnit.cpp42 unsigned RetireControlUnit::reserveSlot(const InstRef &IR, in reserveSlot()
DInstructionTables.cpp24 bool InstructionTables::execute(InstRef &IR) { in execute()
DRetireControlUnit.h52 InstRef IR; member
DDispatchStage.h74 bool canDispatch(const InstRef &IR) { in canDispatch()
DScheduler.h439 bool isReady(const InstRef &IR) const { return LSU->isReady(IR); } in isReady()
505 void sanityCheck(const InstRef &IR) const { in sanityCheck()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DPassManager.h444 PreservedAnalyses run(IRUnitT &IR, AnalysisManagerT &AM, in run()
577 bool invalidate(IRUnitT &IR, const PreservedAnalyses &PA) { in invalidate()
591 bool invalidate(AnalysisKey *ID, IRUnitT &IR, const PreservedAnalyses &PA) { in invalidate()
599 bool invalidateImpl(AnalysisKey *ID, IRUnitT &IR, in invalidateImpl()
657 void clear(IRUnitT &IR, llvm::StringRef Name) { in clear()
687 typename PassT::Result &getResult(IRUnitT &IR, ExtraArgTs... ExtraArgs) { in getResult()
706 typename PassT::Result *getCachedResult(IRUnitT &IR) const { in getCachedResult()
759 template <typename PassT> void invalidate(IRUnitT &IR) { in invalidate()
769 void invalidate(IRUnitT &IR, const PreservedAnalyses &PA) { in invalidate()
849 ResultConceptT &getResultImpl(AnalysisKey *ID, IRUnitT &IR, in getResultImpl()
[all …]
/external/llvm/include/llvm/IR/
DPassManager.h244 PreservedAnalyses run(IRUnitT &IR, AnalysisManager<IRUnitT> &AM) { in run()
355 template <typename PassT> typename PassT::Result &getResult(IRUnitT &IR) { in getResult()
372 typename PassT::Result *getCachedResult(IRUnitT &IR) const { in getCachedResult()
421 template <typename PassT> void invalidate(IRUnitT &IR) { in invalidate()
434 PreservedAnalyses invalidate(IRUnitT &IR, PreservedAnalyses PA) { in invalidate()
525 ResultConceptT &getResultImpl(void *PassID, IRUnitT &IR) { in getResultImpl()
552 ResultConceptT *getCachedResultImpl(void *PassID, IRUnitT &IR) const { in getCachedResultImpl()
559 void invalidateImpl(void *PassID, IRUnitT &IR) { in invalidateImpl()
573 PreservedAnalyses invalidateImpl(IRUnitT &IR, PreservedAnalyses PA) { in invalidateImpl()
716 bool invalidate(IRUnitT &IR, const PreservedAnalyses &PA) { in invalidate()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DPassBuilderCallbacksTest.cpp75 bool invalidate(IRUnitT &IR, const PreservedAnalyses &PA, in invalidate()
81 Result run(IRUnitT &IR, AnalysisManagerT &AM, ExtraArgTs... ExtraArgs) { in run()
94 static bool invalidateCallback(IRUnitT &IR, const PreservedAnalyses &PA, in invalidateCallback()
140 PreservedAnalyses run(IRUnitT &IR, AnalysisManagerT &AM, in run()
256 static std::unique_ptr<Module> parseIR(LLVMContext &C, const char *IR) { in parseIR()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/
DBasicBlockUtils.cpp20 static std::unique_ptr<Module> parseIR(LLVMContext &C, const char *IR) { in parseIR()
/external/tensorflow/tensorflow/core/kernels/
Dnn_ops_test.cc876 #define BM_AvgPoolFwdCPU(BS, IR, IC, ND, KR, KC, ST, PT, TH, LABEL) \ argument
982 #define BM_AvgPoolBkCPU(BS, IR, IC, ND, KR, KC, ST, PT, TH, LABEL) \ argument
1071 #define BM_MaxPoolFwdCPU(BS, IR, IC, ND, KR, KC, ST, PT, TH, LABEL) \ argument
1149 #define BM_MaxPoolBkGPU(BS, IR, IC, ND, KR, KC, ST, PT, TH, LABEL) \ argument
1160 #define BM_MaxPoolBkCPU(BS, IR, IC, ND, KR, KC, ST, PT, TH, LABEL) \ argument
1242 #define BM_Relu(BS, IR, IC, ND, TH, LABEL) \ argument
1337 #define BM_TopKGPU(IR, IC, IK, TH, LABEL) \ argument
1343 #define BM_TopKCPU(IR, IC, IK, TH, LABEL) \ argument
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
Dp1-11.cpp11 template<int &ip> struct IR {}; struct
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DFuzzingLLVM.rst218 .. _discussed at EuroLLVM 2017: https://www.youtube.com/watch?v=UBbQ_s6hNgg
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Scalar/
DLoopPassManagerTest.cpp75 bool invalidate(IRUnitT &IR, const PreservedAnalyses &PA, in invalidate()
81 Result run(IRUnitT &IR, AnalysisManagerT &AM, ExtraArgTs... ExtraArgs) { in run()
94 static bool invalidateCallback(IRUnitT &IR, const PreservedAnalyses &PA, in invalidateCallback()
175 PreservedAnalyses run(IRUnitT &IR, AnalysisManagerT &AM, in run()
236 std::unique_ptr<Module> parseIR(LLVMContext &C, const char *IR) { in parseIR()
/external/llvm/unittests/Analysis/
DLoopPassManagerTest.cpp102 std::unique_ptr<Module> parseIR(LLVMContext &C, const char *IR) { in parseIR()
/external/clang/lib/Rewrite/
DDeltaTree.cpp132 DeltaTreeInteriorNode(const InsertResult &IR) in DeltaTreeInteriorNode()
/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h303 void setInReg(bool IR) { in setInReg()
331 void setIndirectRealign(bool IR) { in setIndirectRealign()

12