Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h521 bool isReassocProfitable(SelectionDAG &DAG, SDValue N0,
524 bool isReassocProfitable(MachineRegisterInfo &MRI, Register N0,
H A DAMDGPUISelLowering.h329 bool isReassocProfitable(MachineRegisterInfo &MRI, Register N0,
H A DAMDGPUISelLowering.cpp6006 bool AMDGPUTargetLowering::isReassocProfitable(MachineRegisterInfo &MRI, in isReassocProfitable() function in AMDGPUTargetLowering
H A DSIISelLowering.cpp16449 bool SITargetLowering::isReassocProfitable(SelectionDAG &DAG, SDValue N0, in isReassocProfitable() function in SITargetLowering
16462 bool SITargetLowering::isReassocProfitable(MachineRegisterInfo &MRI, in isReassocProfitable() function in SITargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h566 bool isReassocProfitable(SelectionDAG &DAG, SDValue N0,
H A DAArch64ISelLowering.cpp7159 bool AArch64TargetLowering::isReassocProfitable(SelectionDAG &DAG, SDValue N0, in isReassocProfitable() function in AArch64TargetLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3792 virtual bool isReassocProfitable(SelectionDAG &DAG, SDValue N0, in isReassocProfitable() function
3803 virtual bool isReassocProfitable(MachineRegisterInfo &MRI, Register N0, in isReassocProfitable() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp4878 if (getTargetLowering().isReassocProfitable(MRI, OpLHS, OpRHS)) { in tryReassocBinOp()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1216 if (TLI.isReassocProfitable(DAG, N0, N1)) { in reassociateOpsCommutative()
1242 if (TLI.isReassocProfitable(DAG, N0, N1)) { in reassociateOpsCommutative()