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

/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h143 bool isOperandOf(SDNode *N) const;
538 bool isOperandOf(SDNode *N) const;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp291 I->getSUnit()->getNode()->isOperandOf(LoadNode))
H A DScheduleDAGSDNodes.cpp371 if (GlueVal.isOperandOf(*UI)) {
H A DScheduleDAGRRList.cpp926 static bool isOperandOf(const SUnit *SU, SDNode *N) { function
929 if (SUNode->isOperandOf(N))
1026 else if (isOperandOf(I->getSUnit(), LoadNode))
H A DSelectionDAG.cpp6481 bool SDValue::isOperandOf(SDNode *N) const { function in class:SDValue
6488 bool SDNode::isOperandOf(SDNode *N) const { function in class:SDNode
/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp443 Callee.getValue(1).isOperandOf(Chain.getOperand(0).getNode()) &&

Completed in 125 milliseconds