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.h534 bool isReassocProfitable(SelectionDAG &DAG, SDValue N0,
537 bool isReassocProfitable(MachineRegisterInfo &MRI, Register N0,
H A DAMDGPUISelLowering.h330 bool isReassocProfitable(MachineRegisterInfo &MRI, Register N0,
H A DAMDGPUISelLowering.cpp6229 bool AMDGPUTargetLowering::isReassocProfitable(MachineRegisterInfo &MRI, in isReassocProfitable() function in AMDGPUTargetLowering
H A DSIISelLowering.cpp17640 bool SITargetLowering::isReassocProfitable(SelectionDAG &DAG, SDValue N0, in isReassocProfitable() function in SITargetLowering
17653 bool SITargetLowering::isReassocProfitable(MachineRegisterInfo &MRI, in isReassocProfitable() function in SITargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h69 bool isReassocProfitable(SelectionDAG &DAG, SDValue N0,
H A DAArch64ISelLowering.cpp7637 bool AArch64TargetLowering::isReassocProfitable(SelectionDAG &DAG, SDValue N0, in isReassocProfitable() function in AArch64TargetLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3943 virtual bool isReassocProfitable(SelectionDAG &DAG, SDValue N0, in isReassocProfitable() function
3954 virtual bool isReassocProfitable(MachineRegisterInfo &MRI, Register N0, in isReassocProfitable() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp5005 if (getTargetLowering().isReassocProfitable(MRI, OpLHS, OpRHS)) { in tryReassocBinOp()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1239 if (TLI.isReassocProfitable(DAG, N0, N1)) { in reassociateOpsCommutative()
1265 if (TLI.isReassocProfitable(DAG, N0, N1)) { in reassociateOpsCommutative()