OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OpN
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp
679
SDNode *
OpN
= Op.getNode();
683
GluedOpN =
OpN
;
684
assert(
OpN
->getNodeId() != 0 && "Glue operand not ready?");
685
OpN
->setNodeId(0);
686
ScheduleNode(
OpN
);
690
if (
OpN
== GluedOpN)
694
DenseMap<SDNode*, SDNode*>::iterator DI = GluedMap.find(
OpN
);
697
OpN
= DI->second;
699
unsigned Degree =
OpN
->getNodeId();
701
OpN
->setNodeId(--Degree)
[
all
...]
ScheduleDAGSDNodes.cpp
458
SDNode *
OpN
= N->getOperand(i).getNode();
459
if (isPassiveNode(
OpN
)) continue; // Not scheduled.
460
SUnit *OpSU = &SUnits[
OpN
->getNodeId()];
471
CheckForPhysRegDependency(
OpN
, N, i, TRI, TII, PhysReg, Cost);
485
if(isChain &&
OpN
->getOpcode() == ISD::TokenFactor)
492
computeOperandLatency(
OpN
, N, i, Dep);
[
all
...]
Completed in 117 milliseconds