Home
last modified time | relevance | path

Searched refs:WorkQ (Results 1 – 25 of 99) sorted by relevance

1234

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp83 SetQueue<NodeId> &WorkQ) { in scanInstr() argument
90 WorkQ.push_back(RA.Id); in scanInstr()
95 SetQueue<NodeId> &WorkQ) { in processDef() argument
99 WorkQ.push_back(UA.Id); in processDef()
106 SetQueue<NodeId> &WorkQ) { in processUse() argument
109 WorkQ.push_back(DA.Id); in processUse()
127 SetQueue<NodeId> WorkQ; in collect() local
130 scanInstr(IA, WorkQ); in collect()
132 while (!WorkQ.empty()) { in collect()
137 processDef(RA, WorkQ); in collect()
[all …]
H A DRDFDeadCode.h59 void scanInstr(NodeAddr<InstrNode*> IA, SetQueue<NodeId> &WorkQ);
60 void processDef(NodeAddr<DefNode*> DA, SetQueue<NodeId> &WorkQ);
61 void processUse(NodeAddr<UseNode*> UA, SetQueue<NodeId> &WorkQ);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp83 SetQueue<NodeId> &WorkQ) { in scanInstr() argument
90 WorkQ.push_back(RA.Id); in scanInstr()
95 SetQueue<NodeId> &WorkQ) { in processDef() argument
99 WorkQ.push_back(UA.Id); in processDef()
106 SetQueue<NodeId> &WorkQ) { in processUse() argument
109 WorkQ.push_back(DA.Id); in processUse()
127 SetQueue<NodeId> WorkQ; in collect() local
130 scanInstr(IA, WorkQ); in collect()
132 while (!WorkQ.empty()) { in collect()
137 processDef(RA, WorkQ); in collect()
[all …]
H A DRDFDeadCode.h59 void scanInstr(NodeAddr<InstrNode*> IA, SetQueue<NodeId> &WorkQ);
60 void processDef(NodeAddr<DefNode*> DA, SetQueue<NodeId> &WorkQ);
61 void processUse(NodeAddr<UseNode*> UA, SetQueue<NodeId> &WorkQ);
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/Hexagon/
H A DRDFDeadCode.cpp83 SetQueue<NodeId> &WorkQ) { in scanInstr() argument
90 WorkQ.push_back(RA.Id); in scanInstr()
95 SetQueue<NodeId> &WorkQ) { in processDef() argument
99 WorkQ.push_back(UA.Id); in processDef()
106 SetQueue<NodeId> &WorkQ) { in processUse() argument
109 WorkQ.push_back(DA.Id); in processUse()
127 SetQueue<NodeId> WorkQ; in collect() local
130 scanInstr(IA, WorkQ); in collect()
132 while (!WorkQ.empty()) { in collect()
137 processDef(RA, WorkQ); in collect()
[all …]
H A DRDFDeadCode.h59 void scanInstr(NodeAddr<InstrNode*> IA, SetQueue<NodeId> &WorkQ);
60 void processDef(NodeAddr<DefNode*> DA, SetQueue<NodeId> &WorkQ);
61 void processUse(NodeAddr<UseNode*> UA, SetQueue<NodeId> &WorkQ);
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp83 SetQueue<NodeId> &WorkQ) { in scanInstr() argument
90 WorkQ.push_back(RA.Id); in scanInstr()
95 SetQueue<NodeId> &WorkQ) { in processDef() argument
99 WorkQ.push_back(UA.Id); in processDef()
106 SetQueue<NodeId> &WorkQ) { in processUse() argument
109 WorkQ.push_back(DA.Id); in processUse()
127 SetQueue<NodeId> WorkQ; in collect() local
130 scanInstr(IA, WorkQ); in collect()
132 while (!WorkQ.empty()) { in collect()
137 processDef(RA, WorkQ); in collect()
[all …]
H A DRDFDeadCode.h59 void scanInstr(NodeAddr<InstrNode*> IA, SetQueue<NodeId> &WorkQ);
60 void processDef(NodeAddr<DefNode*> DA, SetQueue<NodeId> &WorkQ);
61 void processUse(NodeAddr<UseNode*> UA, SetQueue<NodeId> &WorkQ);
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/Hexagon/
H A DRDFDeadCode.cpp83 SetQueue<NodeId> &WorkQ) { in scanInstr() argument
90 WorkQ.push_back(RA.Id); in scanInstr()
95 SetQueue<NodeId> &WorkQ) { in processDef() argument
99 WorkQ.push_back(UA.Id); in processDef()
106 SetQueue<NodeId> &WorkQ) { in processUse() argument
109 WorkQ.push_back(DA.Id); in processUse()
127 SetQueue<NodeId> WorkQ; in collect() local
130 scanInstr(IA, WorkQ); in collect()
132 while (!WorkQ.empty()) { in collect()
137 processDef(RA, WorkQ); in collect()
[all …]
H A DRDFDeadCode.h59 void scanInstr(NodeAddr<InstrNode*> IA, SetQueue<NodeId> &WorkQ);
60 void processDef(NodeAddr<DefNode*> DA, SetQueue<NodeId> &WorkQ);
61 void processUse(NodeAddr<UseNode*> UA, SetQueue<NodeId> &WorkQ);
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp83 SetQueue<NodeId> &WorkQ) { in scanInstr() argument
90 WorkQ.push_back(RA.Id); in scanInstr()
95 SetQueue<NodeId> &WorkQ) { in processDef() argument
99 WorkQ.push_back(UA.Id); in processDef()
106 SetQueue<NodeId> &WorkQ) { in processUse() argument
109 WorkQ.push_back(DA.Id); in processUse()
127 SetQueue<NodeId> WorkQ; in collect() local
130 scanInstr(IA, WorkQ); in collect()
132 while (!WorkQ.empty()) { in collect()
137 processDef(RA, WorkQ); in collect()
[all …]
H A DRDFDeadCode.h59 void scanInstr(NodeAddr<InstrNode*> IA, SetQueue<NodeId> &WorkQ);
60 void processDef(NodeAddr<DefNode*> DA, SetQueue<NodeId> &WorkQ);
61 void processUse(NodeAddr<UseNode*> UA, SetQueue<NodeId> &WorkQ);
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/Hexagon/
H A DRDFDeadCode.cpp83 SetQueue<NodeId> &WorkQ) { in scanInstr() argument
90 WorkQ.push_back(RA.Id); in scanInstr()
95 SetQueue<NodeId> &WorkQ) { in processDef() argument
99 WorkQ.push_back(UA.Id); in processDef()
106 SetQueue<NodeId> &WorkQ) { in processUse() argument
109 WorkQ.push_back(DA.Id); in processUse()
127 SetQueue<NodeId> WorkQ; in collect() local
130 scanInstr(IA, WorkQ); in collect()
132 while (!WorkQ.empty()) { in collect()
137 processDef(RA, WorkQ); in collect()
[all …]
H A DRDFDeadCode.h59 void scanInstr(NodeAddr<InstrNode*> IA, SetQueue<NodeId> &WorkQ);
60 void processDef(NodeAddr<DefNode*> DA, SetQueue<NodeId> &WorkQ);
61 void processUse(NodeAddr<UseNode*> UA, SetQueue<NodeId> &WorkQ);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp83 SetQueue<NodeId> &WorkQ) { in scanInstr() argument
90 WorkQ.push_back(RA.Id); in scanInstr()
95 SetQueue<NodeId> &WorkQ) { in processDef() argument
99 WorkQ.push_back(UA.Id); in processDef()
106 SetQueue<NodeId> &WorkQ) { in processUse() argument
109 WorkQ.push_back(DA.Id); in processUse()
127 SetQueue<NodeId> WorkQ; in collect() local
130 scanInstr(IA, WorkQ); in collect()
132 while (!WorkQ.empty()) { in collect()
137 processDef(RA, WorkQ); in collect()
[all …]
H A DRDFDeadCode.h59 void scanInstr(NodeAddr<InstrNode*> IA, SetQueue<NodeId> &WorkQ);
60 void processDef(NodeAddr<DefNode*> DA, SetQueue<NodeId> &WorkQ);
61 void processUse(NodeAddr<UseNode*> UA, SetQueue<NodeId> &WorkQ);
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp83 SetQueue<NodeId> &WorkQ) { in scanInstr() argument
90 WorkQ.push_back(RA.Id); in scanInstr()
95 SetQueue<NodeId> &WorkQ) { in processDef() argument
99 WorkQ.push_back(UA.Id); in processDef()
106 SetQueue<NodeId> &WorkQ) { in processUse() argument
109 WorkQ.push_back(DA.Id); in processUse()
127 SetQueue<NodeId> WorkQ; in collect() local
130 scanInstr(IA, WorkQ); in collect()
132 while (!WorkQ.empty()) { in collect()
137 processDef(RA, WorkQ); in collect()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp83 SetQueue<NodeId> &WorkQ) { in scanInstr() argument
90 WorkQ.push_back(RA.Id); in scanInstr()
95 SetQueue<NodeId> &WorkQ) { in processDef() argument
99 WorkQ.push_back(UA.Id); in processDef()
106 SetQueue<NodeId> &WorkQ) { in processUse() argument
109 WorkQ.push_back(DA.Id); in processUse()
127 SetQueue<NodeId> WorkQ; in collect() local
130 scanInstr(IA, WorkQ); in collect()
132 while (!WorkQ.empty()) { in collect()
137 processDef(RA, WorkQ); in collect()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp83 SetQueue<NodeId> &WorkQ) { in scanInstr() argument
90 WorkQ.push_back(RA.Id); in scanInstr()
95 SetQueue<NodeId> &WorkQ) { in processDef() argument
99 WorkQ.push_back(UA.Id); in processDef()
106 SetQueue<NodeId> &WorkQ) { in processUse() argument
109 WorkQ.push_back(DA.Id); in processUse()
127 SetQueue<NodeId> WorkQ; in collect() local
130 scanInstr(IA, WorkQ); in collect()
132 while (!WorkQ.empty()) { in collect()
137 processDef(RA, WorkQ); in collect()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp83 SetQueue<NodeId> &WorkQ) { in scanInstr() argument
90 WorkQ.push_back(RA.Id); in scanInstr()
95 SetQueue<NodeId> &WorkQ) { in processDef() argument
99 WorkQ.push_back(UA.Id); in processDef()
106 SetQueue<NodeId> &WorkQ) { in processUse() argument
109 WorkQ.push_back(DA.Id); in processUse()
127 SetQueue<NodeId> WorkQ; in collect() local
130 scanInstr(IA, WorkQ); in collect()
132 while (!WorkQ.empty()) { in collect()
137 processDef(RA, WorkQ); in collect()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp83 SetQueue<NodeId> &WorkQ) { in scanInstr() argument
90 WorkQ.push_back(RA.Id); in scanInstr()
95 SetQueue<NodeId> &WorkQ) { in processDef() argument
99 WorkQ.push_back(UA.Id); in processDef()
106 SetQueue<NodeId> &WorkQ) { in processUse() argument
109 WorkQ.push_back(DA.Id); in processUse()
127 SetQueue<NodeId> WorkQ; in collect() local
130 scanInstr(IA, WorkQ); in collect()
132 while (!WorkQ.empty()) { in collect()
137 processDef(RA, WorkQ); in collect()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp83 SetQueue<NodeId> &WorkQ) { in scanInstr() argument
90 WorkQ.push_back(RA.Id); in scanInstr()
95 SetQueue<NodeId> &WorkQ) { in processDef() argument
99 WorkQ.push_back(UA.Id); in processDef()
106 SetQueue<NodeId> &WorkQ) { in processUse() argument
109 WorkQ.push_back(DA.Id); in processUse()
127 SetQueue<NodeId> WorkQ; in collect() local
130 scanInstr(IA, WorkQ); in collect()
132 while (!WorkQ.empty()) { in collect()
137 processDef(RA, WorkQ); in collect()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/Hexagon/
H A DRDFDeadCode.cpp82 SetQueue<NodeId> &WorkQ) { in scanInstr() argument
89 WorkQ.push_back(RA.Id); in scanInstr()
94 SetQueue<NodeId> &WorkQ) { in processDef() argument
98 WorkQ.push_back(UA.Id); in processDef()
105 SetQueue<NodeId> &WorkQ) { in processUse() argument
108 WorkQ.push_back(DA.Id); in processUse()
126 SetQueue<NodeId> WorkQ; in collect() local
129 scanInstr(IA, WorkQ); in collect()
131 while (!WorkQ.empty()) { in collect()
136 processDef(RA, WorkQ); in collect()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/Hexagon/
H A DRDFDeadCode.cpp83 SetQueue<NodeId> &WorkQ) { in scanInstr() argument
90 WorkQ.push_back(RA.Id); in scanInstr()
95 SetQueue<NodeId> &WorkQ) { in processDef() argument
99 WorkQ.push_back(UA.Id); in processDef()
106 SetQueue<NodeId> &WorkQ) { in processUse() argument
109 WorkQ.push_back(DA.Id); in processUse()
127 SetQueue<NodeId> WorkQ; in collect() local
130 scanInstr(IA, WorkQ); in collect()
132 while (!WorkQ.empty()) { in collect()
137 processDef(RA, WorkQ); in collect()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/Hexagon/
H A DRDFDeadCode.cpp83 SetQueue<NodeId> &WorkQ) {
90 WorkQ.push_back(RA.Id);
95 SetQueue<NodeId> &WorkQ) {
99 WorkQ.push_back(UA.Id);
106 SetQueue<NodeId> &WorkQ) {
109 WorkQ.push_back(DA.Id);
127 SetQueue<NodeId> WorkQ;
130 scanInstr(IA, WorkQ);
132 while (!WorkQ.empty()) {
137 processDef(RA, WorkQ);
[all …]

1234