Home
last modified time | relevance | path

Searched refs:PQ (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DGenericIteratedDominanceFrontier.h143 IDFPriorityQueue PQ; in calculate()
149 PQ.push({Node, std::make_pair(Node->getLevel(), Node->getDFSNumIn())}); in calculate()
156 while (!PQ.empty()) { in calculate()
157 DomTreeNodePair RootPair = PQ.top(); in calculate()
158 PQ.pop(); in calculate()
192 PQ.push(std::make_pair( in calculate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLatencyPriorityQueue.cpp36 unsigned LHSLatency = PQ->getLatency(LHSNum); in operator ()()
37 unsigned RHSLatency = PQ->getLatency(RHSNum); in operator ()()
43 unsigned LHSBlocked = PQ->getNumSolelyBlockNodes(LHSNum); in operator ()()
44 unsigned RHSBlocked = PQ->getNumSolelyBlockNodes(RHSNum); in operator ()()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DLatencyPriorityQueue.h26 LatencyPriorityQueue *PQ; member
27 explicit latency_sort(LatencyPriorityQueue *pq) : PQ(pq) {} in latency_sort()
H A DResourcePriorityQueue.h31 ResourcePriorityQueue *PQ; member
32 explicit resource_sort(ResourcePriorityQueue *pq) : PQ(pq) {} in resource_sort()
/third_party/typescript/tests/baselines/reference/
H A DconstEnums.js24 PQ = E ** 2,
143 case Enum1.PQ:
230 case 1 /* Enum1.PQ */:
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DResourcePriorityQueue.cpp190 unsigned LHSLatency = PQ->getLatency(LHSNum); in operator ()()
191 unsigned RHSLatency = PQ->getLatency(RHSNum); in operator ()()
197 unsigned LHSBlocked = PQ->getNumSolelyBlockNodes(LHSNum); in operator ()()
198 unsigned RHSBlocked = PQ->getNumSolelyBlockNodes(RHSNum); in operator ()()
H A DScheduleDAGRRList.cpp3138 BURegReductionPriorityQueue *PQ =
3140 ScheduleDAGRRList *SD = new ScheduleDAGRRList(*IS->MF, false, PQ, OptLevel);
3141 PQ->setScheduleDAG(SD);
3152 SrcRegReductionPriorityQueue *PQ =
3154 ScheduleDAGRRList *SD = new ScheduleDAGRRList(*IS->MF, false, PQ, OptLevel);
3155 PQ->setScheduleDAG(SD);
3167 HybridBURRPriorityQueue *PQ =
3170 ScheduleDAGRRList *SD = new ScheduleDAGRRList(*IS->MF, true, PQ, OptLevel);
3171 PQ->setScheduleDAG(SD);
3183 ILPBURRPriorityQueue *PQ
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_query.c118 #define PQ(_name, _query_type, _type, _result_type) \ macro
128 PQ("prims-emitted", PRIMITIVES_EMITTED, UINT64, AVERAGE),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/Disassembler/
H A DLanaiDisassembler.cpp109 unsigned PQ = (Insn >> PqShift) & 0x3; in PostOperandDecodeAdjust() local
110 switch (PQ) { in PostOperandDecodeAdjust()
189 // 5 bit register, 5 bit register, 2 bit PQ, 3 bit ALU operator, 5 bit JJJJJ in decodeRrMemoryValue()

Completed in 8 milliseconds