Searched refs:isReassocProfitable (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.h | 470 bool isReassocProfitable(SelectionDAG &DAG, SDValue N0,
|
| H A D | SIISelLowering.cpp | 12956 bool SITargetLowering::isReassocProfitable(SelectionDAG &DAG, SDValue N0, in isReassocProfitable() function in SITargetLowering
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 489 bool isReassocProfitable(SelectionDAG &DAG, SDValue N0,
|
| H A D | AArch64ISelLowering.cpp | 5696 bool AArch64TargetLowering::isReassocProfitable(SelectionDAG &DAG, SDValue N0, in isReassocProfitable() function in AArch64TargetLowering
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 3439 virtual bool isReassocProfitable(SelectionDAG &DAG, SDValue N0, in isReassocProfitable() function
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 1101 if (TLI.isReassocProfitable(DAG, N0, N1)) { in reassociateOpsCommutative() 1127 if (TLI.isReassocProfitable(DAG, N0, N1)) { in reassociateOpsCommutative()
|