Home
last modified time | relevance | path

Searched refs:isOperandOf (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp282 Pred.getSUnit()->getNode()->isOperandOf(LoadNode)) in CopyAndMoveSuccessors()
H A DScheduleDAGRRList.cpp970 static bool isOperandOf(const SUnit *SU, SDNode *N) { in isOperandOf() function
973 if (SUNode->isOperandOf(N)) in isOperandOf()
1065 else if (isOperandOf(Pred.getSUnit(), LoadNode)) in TryUnfoldSU()
H A DScheduleDAGSDNodes.cpp387 if (GlueVal.isOperandOf(U)) { in BuildSchedUnits()
H A DSelectionDAG.cpp10908 bool SDValue::isOperandOf(const SDNode *N) const { in isOperandOf() function in SDValue
10912 bool SDNode::isOperandOf(const SDNode *N) const { in isOperandOf() function in SDNode
H A DDAGCombiner.cpp3237 if (Carry1.getNode()->isOperandOf(Carry0.getNode())) in combineCarryDiamond()
17509 if (!LD->isOperandOf(Chain.getNode())) in CheckForMaskedLoad()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h177 bool isOperandOf(const SDNode *N) const;
813 bool isOperandOf(const SDNode *N) const;
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp850 Callee.getValue(1).isOperandOf(Chain.getOperand(0).getNode()) && in isCalleeLoad()
4190 assert(A.isOperandOf(ParentA) && B.isOperandOf(ParentB) && in matchVPTERNLOG()
4191 C.isOperandOf(ParentC) && "Incorrect parent node"); in matchVPTERNLOG()