Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAGISel.h107 virtual bool IsProfitableToFold(SDValue N, SDNode *U, SDNode *Root) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp201 bool IsProfitableToFold(SDValue N, SDNode *U, SDNode *Root) const override;
578 X86DAGToDAGISel::IsProfitableToFold(SDValue N, SDNode *U, SDNode *Root) const { in IsProfitableToFold() function in X86DAGToDAGISel
2387 IsProfitableToFold(N, LD, Root) && in selectScalarSSELoad()
2398 if (IsProfitableToFold(PatternNodeWithChain, N.getNode(), Root) && in selectScalarSSELoad()
2412 IsProfitableToFold(PatternNodeWithChain, N.getNode(), Root) && in selectScalarSSELoad()
2655 !IsProfitableToFold(N, P, Root) || in tryFoldLoad()
2669 !IsProfitableToFold(N, P, Root) || in tryFoldBroadcast()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp370 bool IsProfitableToFold(SDValue N, SDNode *U, SDNode *Root) const override;
1704 SystemZDAGToDAGISel::IsProfitableToFold(SDValue N, SDNode *U, in IsProfitableToFold() function in SystemZDAGToDAGISel
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp2162 bool SelectionDAGISel::IsProfitableToFold(SDValue N, SDNode *U, in IsProfitableToFold() function in SelectionDAGISel
3221 if (!IsProfitableToFold(N, NodeStack[NodeStack.size()-2].getNode(), in SelectCodeCommon()