Home
last modified time | relevance | path

Searched refs:isReassocProfitable (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h470 bool isReassocProfitable(SelectionDAG &DAG, SDValue N0,
H A DSIISelLowering.cpp12956 bool SITargetLowering::isReassocProfitable(SelectionDAG &DAG, SDValue N0, in isReassocProfitable() function in SITargetLowering
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h489 bool isReassocProfitable(SelectionDAG &DAG, SDValue N0,
H A DAArch64ISelLowering.cpp5696 bool AArch64TargetLowering::isReassocProfitable(SelectionDAG &DAG, SDValue N0, in isReassocProfitable() function in AArch64TargetLowering
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3439 virtual bool isReassocProfitable(SelectionDAG &DAG, SDValue N0, in isReassocProfitable() function
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1101 if (TLI.isReassocProfitable(DAG, N0, N1)) { in reassociateOpsCommutative()
1127 if (TLI.isReassocProfitable(DAG, N0, N1)) { in reassociateOpsCommutative()