Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp276 Pred.getSUnit()->getNode()->isOperandOf(LoadNode)) in CopyAndMoveSuccessors()
H A DScheduleDAGRRList.cpp972 static bool isOperandOf(const SUnit *SU, SDNode *N) { in isOperandOf() function
975 if (SUNode->isOperandOf(N)) in isOperandOf()
1062 else if (isOperandOf(Pred.getSUnit(), LoadNode)) in TryUnfoldSU()
H A DScheduleDAGSDNodes.cpp392 if (GlueVal.isOperandOf(U)) { in BuildSchedUnits()
H A DSelectionDAG.cpp12761 bool SDValue::isOperandOf(const SDNode *N) const { in isOperandOf() function in SDValue
12765 bool SDNode::isOperandOf(const SDNode *N) const { in isOperandOf() function in SDNode
H A DDAGCombiner.cpp3719 if (Carry1.getNode()->isOperandOf(Carry0.getNode())) in combineCarryDiamond()
20786 if (!LD->isOperandOf(Chain.getNode())) in CheckForMaskedLoad()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h186 LLVM_ABI bool isOperandOf(const SDNode *N) const;
929 LLVM_ABI bool isOperandOf(const SDNode *N) const;
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp910 Callee.getValue(1).isOperandOf(Chain.getOperand(0).getNode()) && in isCalleeLoad()
4591 assert(A.isOperandOf(ParentA) && B.isOperandOf(ParentB) && in matchVPTERNLOG()
4592 C.isOperandOf(ParentC) && "Incorrect parent node"); in matchVPTERNLOG()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc15190 {"_ZNK4llvm7SDValue11isOperandOfEPNS_6SDNodeE", "llvm::SDValue::isOperandOf(llvm::SDNode*) const"},
15191 {"_ZNK4llvm6SDNode11isOperandOfEPS0_", "llvm::SDNode::isOperandOf(llvm::SDNode*) const"},