Home
last modified time | relevance | path

Searched refs:IsProfitableToFold (Results 1 – 13 of 13) 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-10.0/llvm/include/llvm/CodeGen/
DSelectionDAGISel.h107 virtual bool IsProfitableToFold(SDValue N, SDNode *U, SDNode *Root) const;
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DSelectionDAGISel.h100 virtual bool IsProfitableToFold(SDValue N, SDNode *U, SDNode *Root) const;
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/M68k/
DM68kISelDAGToDAG.cpp185 bool IsProfitableToFold(SDValue N, SDNode *U, SDNode *Root) const override;
321 bool M68kDAGToDAGISel::IsProfitableToFold(SDValue N, SDNode *U, in INITIALIZE_PASS()
/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-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()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp373 bool IsProfitableToFold(SDValue N, SDNode *U, SDNode *Root) const override;
1760 SystemZDAGToDAGISel::IsProfitableToFold(SDValue N, SDNode *U, in IsProfitableToFold() function in SystemZDAGToDAGISel
/external/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
/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-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()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp2106 bool SelectionDAGISel::IsProfitableToFold(SDValue N, SDNode *U, in IsProfitableToFold() function in SelectionDAGISel
3312 if (!IsProfitableToFold(N, NodeStack[NodeStack.size()-2].getNode(), in SelectCodeCommon()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp197 bool IsProfitableToFold(SDValue N, SDNode *U, SDNode *Root) const override;
624 X86DAGToDAGISel::IsProfitableToFold(SDValue N, SDNode *U, SDNode *Root) const { in IsProfitableToFold() function in X86DAGToDAGISel
2895 !IsProfitableToFold(N, P, Root) || in tryFoldLoad()
2909 !IsProfitableToFold(N, P, Root) || in tryFoldBroadcast()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/
DRISCVISelDAGToDAG.cpp1811 if (!IsProfitableToFold(Src, Node, Node) || in Select()