Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DSelectionDAGISel.h95 virtual bool IsProfitableToFold(SDValue N, SDNode *U, SDNode *Root) const;
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DSelectionDAGISel.h91 virtual bool IsProfitableToFold(SDValue N, SDNode *U, SDNode *Root) const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DSelectionDAGISel.h103 virtual bool IsProfitableToFold(SDValue N, SDNode *U, SDNode *Root) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp182 bool IsProfitableToFold(SDValue N, SDNode *U, SDNode *Root) const override;
506 X86DAGToDAGISel::IsProfitableToFold(SDValue N, SDNode *U, SDNode *Root) const { in IsProfitableToFold() function in X86DAGToDAGISel
1769 if (IsProfitableToFold(PatternNodeWithChain, N.getNode(), Root) && in selectScalarSSELoad()
1780 if (IsProfitableToFold(PatternNodeWithChain, N.getNode(), Root) && in selectScalarSSELoad()
1794 IsProfitableToFold(PatternNodeWithChain, N.getNode(), Root) && in selectScalarSSELoad()
1810 IsProfitableToFold(PatternNodeWithChain, N.getNode(), Root) && in selectScalarSSELoad()
2034 !IsProfitableToFold(N, P, Root) || in tryFoldLoad()
2048 !IsProfitableToFold(N, P, Root) || in tryFoldVecLoad()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelDAGToDAG.cpp171 virtual bool IsProfitableToFold(SDValue N, SDNode *U, SDNode *Root) const;
297 X86DAGToDAGISel::IsProfitableToFold(SDValue N, SDNode *U, SDNode *Root) const { in IsProfitableToFold() function in X86DAGToDAGISel
1186 IsProfitableToFold(N.getOperand(0), N.getNode(), Root) && in SelectScalarSSELoad()
1203 IsProfitableToFold(N.getOperand(0), N.getNode(), Root) && in SelectScalarSSELoad()
1309 !IsProfitableToFold(N, P, P) || in TryFoldLoad()
/external/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp181 bool IsProfitableToFold(SDValue N, SDNode *U, SDNode *Root) const override;
400 X86DAGToDAGISel::IsProfitableToFold(SDValue N, SDNode *U, SDNode *Root) const { in IsProfitableToFold() function in X86DAGToDAGISel
1521 IsProfitableToFold(N.getOperand(0), N.getNode(), Root) && in selectScalarSSELoad()
1538 IsProfitableToFold(N.getOperand(0), N.getNode(), Root) && in selectScalarSSELoad()
1715 !IsProfitableToFold(N, P, P) || in tryFoldLoad()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp359 bool IsProfitableToFold(SDValue N, SDNode *U, SDNode *Root) const override;
1630 SystemZDAGToDAGISel::IsProfitableToFold(SDValue N, SDNode *U, in IsProfitableToFold() function in SystemZDAGToDAGISel
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp1408 bool SelectionDAGISel::IsProfitableToFold(SDValue N, SDNode *U, in IsProfitableToFold() function in SelectionDAGISel
2373 if (!IsProfitableToFold(N, NodeStack[NodeStack.size()-2].getNode(), in SelectCodeCommon()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp2030 bool SelectionDAGISel::IsProfitableToFold(SDValue N, SDNode *U, in IsProfitableToFold() function in SelectionDAGISel
3134 if (!IsProfitableToFold(N, NodeStack[NodeStack.size()-2].getNode(), in SelectCodeCommon()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp2292 bool SelectionDAGISel::IsProfitableToFold(SDValue N, SDNode *U, in IsProfitableToFold() function in SelectionDAGISel
3305 if (!IsProfitableToFold(N, NodeStack[NodeStack.size()-2].getNode(), in SelectCodeCommon()