Searched refs:IsProfitableToFold (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h97 /// IsProfitableToFold - Returns true if it's profitable to fold the specific
99 virtual bool IsProfitableToFold(SDValue N, SDNode *U, SDNode *Root) const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp370 bool IsProfitableToFold(SDValue N, SDNode *U, SDNode *Root) const override;
1702 // IsProfitableToFold - Returns true if is profitable to fold the specific
1705 SystemZDAGToDAGISel::IsProfitableToFold(SDValue N, SDNode *U, function in class:SystemZDAGToDAGISel
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp195 bool IsProfitableToFold(SDValue N, SDNode *U, SDNode *Root) const override;
562 X86DAGToDAGISel::IsProfitableToFold(SDValue N, SDNode *U, SDNode *Root) const { function in class:X86DAGToDAGISel
2684 !IsProfitableToFold(N, P, Root) ||
2698 !IsProfitableToFold(N, P, Root) ||
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2138 /// IsProfitableToFold - Returns true if it's profitable to fold the specific
2140 bool SelectionDAGISel::IsProfitableToFold(SDValue N, SDNode *U, function in class:SelectionDAGISel
3210 if (!IsProfitableToFold(N, NodeStack[NodeStack.size()-2].getNode(),

Completed in 222 milliseconds