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 768 static bool isOperandOf(const SUnit *SU, SDNode *N) {
771 if (SUNode->isOperandOf(N))
863 else if (isOperandOf(I->getSUnit(), LoadNode))
    [all...]
ScheduleDAGSDNodes.cpp 331 if (GlueVal.isOperandOf(*UI)) {
SelectionDAG.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 122 // isOperandOf - Return true if this node is an operand of N.
123 bool isOperandOf(SDNode *N) const;
497 /// isOperandOf - Return true if this node is an operand of N.
499 bool isOperandOf(SDNode *N) const;
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 420 Callee.getValue(1).isOperandOf(Chain.getOperand(0).getNode()) &&
    [all...]

Completed in 32 milliseconds