Searched refs:isDesirableToCommuteWithShift (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.h | 206 bool isDesirableToCommuteWithShift(const SDNode *N,
|
H A D | AMDGPUISelLowering.cpp | 1029 bool AMDGPUTargetLowering::isDesirableToCommuteWithShift( in isDesirableToCommuteWithShift() function in AMDGPUTargetLowering
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.h | 740 bool isDesirableToCommuteWithShift(const SDNode *N,
|
H A D | ARMISelLowering.cpp | 13800 ARMTargetLowering::isDesirableToCommuteWithShift(const SDNode *N, in isDesirableToCommuteWithShift() function in ARMTargetLowering
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.h | 709 bool isDesirableToCommuteWithShift(const SDNode *N,
|
H A D | RISCVISelLowering.cpp | 17653 bool RISCVTargetLowering::isDesirableToCommuteWithShift( in isDesirableToCommuteWithShift() 17650 bool RISCVTargetLowering::isDesirableToCommuteWithShift( isDesirableToCommuteWithShift() function in RISCVTargetLowering
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.h | 750 bool isDesirableToCommuteWithShift(const SDNode *N,
|
H A D | AArch64ISelLowering.cpp | 17489 AArch64TargetLowering::isDesirableToCommuteWithShift(const SDNode *N, in isDesirableToCommuteWithShift() function in AArch64TargetLowering
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 4287 virtual bool isDesirableToCommuteWithShift(const SDNode *N, in isDesirableToCommuteWithShift() function 4300 virtual bool isDesirableToCommuteWithShift(const MachineInstr &MI, in isDesirableToCommuteWithShift() function
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 1983 if (!getTargetLowering().isDesirableToCommuteWithShift(MI, !isPreLegalize())) in matchCommuteShift()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 9704 if (!LHS.hasOneUse() || !TLI.isDesirableToCommuteWithShift(N, Level)) in visitShiftByConstant() 10082 N0->hasOneUse() && TLI.isDesirableToCommuteWithShift(N, Level)) { in visitSHL() 10103 TLI.isDesirableToCommuteWithShift(N, Level)) { in visitSHL()
|