Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h513 bool isReassocProfitable(SelectionDAG &DAG, SDValue N0,
516 bool isReassocProfitable(MachineRegisterInfo &MRI, Register N0,
H A DAMDGPUISelLowering.h315 bool isReassocProfitable(MachineRegisterInfo &MRI, Register N0,
H A DAMDGPUISelLowering.cpp5949 bool AMDGPUTargetLowering::isReassocProfitable(MachineRegisterInfo &MRI, in isReassocProfitable() function in AMDGPUTargetLowering
H A DSIISelLowering.cpp16005 bool SITargetLowering::isReassocProfitable(SelectionDAG &DAG, SDValue N0, in isReassocProfitable() function in SITargetLowering
16018 bool SITargetLowering::isReassocProfitable(MachineRegisterInfo &MRI, in isReassocProfitable() function in SITargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h547 bool isReassocProfitable(SelectionDAG &DAG, SDValue N0,
H A DAArch64ISelLowering.cpp6500 bool AArch64TargetLowering::isReassocProfitable(SelectionDAG &DAG, SDValue N0, in isReassocProfitable() function in AArch64TargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3675 virtual bool isReassocProfitable(SelectionDAG &DAG, SDValue N0, in isReassocProfitable() function
3686 virtual bool isReassocProfitable(MachineRegisterInfo &MRI, Register N0, in isReassocProfitable() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp4716 if (getTargetLowering().isReassocProfitable(MRI, OpLHS, OpRHS)) { in tryReassocBinOp()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1302 if (TLI.isReassocProfitable(DAG, N0, N1)) { in reassociateOpsCommutative()
1332 if (TLI.isReassocProfitable(DAG, N0, N1)) { in reassociateOpsCommutative()