OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OpN
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp
686
SDNode *
OpN
= Op.getNode();
690
GluedOpN =
OpN
;
691
assert(
OpN
->getNodeId() != 0 && "Glue operand not ready?");
692
OpN
->setNodeId(0);
693
ScheduleNode(
OpN
);
697
if (
OpN
== GluedOpN)
701
DenseMap<SDNode*, SDNode*>::iterator DI = GluedMap.find(
OpN
);
704
OpN
= DI->second;
706
unsigned Degree =
OpN
->getNodeId();
708
OpN
->setNodeId(--Degree)
[
all
...]
ScheduleDAGSDNodes.cpp
456
SDNode *
OpN
= N->getOperand(i).getNode();
457
if (isPassiveNode(
OpN
)) continue; // Not scheduled.
458
SUnit *OpSU = &SUnits[
OpN
->getNodeId()];
469
CheckForPhysRegDependency(
OpN
, N, i, TRI, TII, PhysReg, Cost);
483
if(isChain &&
OpN
->getOpcode() == ISD::TokenFactor)
490
computeOperandLatency(
OpN
, N, i, Dep);
[
all
...]
/external/llvm/lib/Target/Hexagon/
HexagonBitSimplify.cpp
181
static bool getUsedBits(unsigned Opc, unsigned
OpN
, BitVector &Bits,
581
// uses in a register in operand
OpN
. This only calculates the set of used
588
bool HexagonBitSimplify::getUsedBits(unsigned Opc, unsigned
OpN
,
594
if (
OpN
== D.getNumOperands()-1)
606
if (
OpN
== 1) {
619
if (
OpN
== 1) {
627
if (
OpN
== 1) {
637
if (
OpN
== 1) {
692
if (
OpN
== 1 ||
OpN
== 2)
[
all
...]
HexagonISelLowering.cpp
[
all
...]
Completed in 860 milliseconds