Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDirectedGraph.h43 return getDerived().isEqualTo(E.getDerived());
59 bool isEqualTo(const EdgeType &E) const { return this == &E; } in isEqualTo() function
98 return M.isEqualTo(N);
149 bool isEqualTo(const NodeType &N) const { return this == &N; } in isEqualTo() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCExpr.h62 bool isEqualTo(const MCExpr *X) const override { in isEqualTo() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCExpr.cpp928 Res = MCValue::get(L->isEqualTo(R) ? -1 : 0); in evaluateAsRelocatableImpl()
931 Res = MCValue::get(L->isEqualTo(R) ? 0 : -1); in evaluateAsRelocatableImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCExpr.h664 virtual bool isEqualTo(const MCExpr *x) const { return false; } in isEqualTo() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h2152 bool isEqualTo(SDValue A, SDValue B) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5675 bool SelectionDAG::isEqualTo(SDValue A, SDValue B) const { in isEqualTo() function in SelectionDAG
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp45944 if (DAG.isEqualTo(LHS, Cond.getOperand(0)) && in combineSelect()
45945 DAG.isEqualTo(RHS, Cond.getOperand(1))) { in combineSelect()
46013 } else if (DAG.isEqualTo(LHS, Cond.getOperand(1)) && in combineSelect()
46014 DAG.isEqualTo(RHS, Cond.getOperand(0))) { in combineSelect()