Searched refs:isOperandOf (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h126 // isOperandOf - Return true if this node is an operand of N.
127 bool isOperandOf(SDNode *N) const;
501 /// isOperandOf - Return true if this node is an operand of N.
503 bool isOperandOf(SDNode *N) const;
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp290 I->getSUnit()->getNode()->isOperandOf(LoadNode))
H A DScheduleDAGSDNodes.cpp371 if (GlueVal.isOperandOf(*UI)) {
H A DScheduleDAGRRList.cpp925 static bool isOperandOf(const SUnit *SU, SDNode *N) { function
928 if (SUNode->isOperandOf(N))
1025 else if (isOperandOf(I->getSUnit(), LoadNode))
H A DSelectionDAG.cpp6013 bool SDValue::isOperandOf(SDNode *N) const { function in class:SDValue
6020 bool SDNode::isOperandOf(SDNode *N) const { function in class:SDNode
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp431 Callee.getValue(1).isOperandOf(Chain.getOperand(0).getNode()) &&

Completed in 418 milliseconds