Home
last modified time | relevance | path

Searched defs:WorkQ (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DRDFDeadCode.cpp72 SetQueue<NodeId> &WorkQ) { in scanInstr()
84 SetQueue<NodeId> &WorkQ) { in processDef()
95 SetQueue<NodeId> &WorkQ) { in processUse()
116 SetQueue<NodeId> WorkQ; in collect() local
DHexagonGenPredicate.cpp303 std::queue<Register> WorkQ; in isScalarPred() local
DHexagonSplitDouble.cpp267 UVect WorkQ; in partitionRegisters() local
528 LoopVector WorkQ; in collectIndRegs() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DRDFDeadCode.cpp83 SetQueue<NodeId> &WorkQ) { in scanInstr()
95 SetQueue<NodeId> &WorkQ) { in processDef()
106 SetQueue<NodeId> &WorkQ) { in processUse()
127 SetQueue<NodeId> WorkQ; in collect() local
DHexagonGenPredicate.cpp321 std::queue<Register> WorkQ; in isScalarPred() local
DHexagonSplitDouble.cpp290 UVect WorkQ; in partitionRegisters() local
576 LoopVector WorkQ; in collectIndRegs() local
DHexagonISelDAGToDAGHVX.cpp226 std::vector<Node> WorkQ; in color() local
927 SetVector<SDNode*> WorkQ; in selectVectorConstants() local
/external/python/cpython2/Demo/threads/
Dfind.py35 class WorkQ: class