HomeSort by relevance Sort by last modified time
    Searched refs:isOperandOf (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp 285 I->getSUnit()->getNode()->isOperandOf(LoadNode))
ScheduleDAGRRList.cpp 905 static bool isOperandOf(const SUnit *SU, SDNode *N) {
908 if (SUNode->isOperandOf(N))
    [all...]
ScheduleDAGSDNodes.cpp 371 if (GlueVal.isOperandOf(*UI)) {
    [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 126 // isOperandOf - Return true if this node is an operand of N.
127 bool isOperandOf(SDNode *N) const;
502 /// isOperandOf - Return true if this node is an operand of N.
504 bool isOperandOf(SDNode *N) const;
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 422 Callee.getValue(1).isOperandOf(Chain.getOperand(0).getNode()) &&
    [all...]

Completed in 1564 milliseconds