Searched refs:isDesirableToCommuteWithShift (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelLowering.h | 209 bool isDesirableToCommuteWithShift(const SDNode *N,
|
| H A D | AMDGPUISelLowering.cpp | 1083 bool AMDGPUTargetLowering::isDesirableToCommuteWithShift( in isDesirableToCommuteWithShift() function in AMDGPUTargetLowering
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.h | 261 bool isDesirableToCommuteWithShift(const SDNode *N,
|
| H A D | RISCVISelLowering.cpp | 20739 bool RISCVTargetLowering::isDesirableToCommuteWithShift( in isDesirableToCommuteWithShift() function in RISCVTargetLowering
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.h | 766 bool isDesirableToCommuteWithShift(const SDNode *N,
|
| H A D | ARMISelLowering.cpp | 13867 ARMTargetLowering::isDesirableToCommuteWithShift(const SDNode *N, in isDesirableToCommuteWithShift() function in ARMTargetLowering
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 270 bool isDesirableToCommuteWithShift(const SDNode *N,
|
| H A D | AArch64ISelLowering.cpp | 17911 AArch64TargetLowering::isDesirableToCommuteWithShift(const SDNode *N, in isDesirableToCommuteWithShift() function in AArch64TargetLowering
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 4456 virtual bool isDesirableToCommuteWithShift(const SDNode *N, in isDesirableToCommuteWithShift() function 4475 virtual bool isDesirableToCommuteWithShift(const MachineInstr &MI, in isDesirableToCommuteWithShift() function
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CombinerHelper.cpp | 2052 if (!getTargetLowering().isDesirableToCommuteWithShift(MI, !isPreLegalize())) in matchCommuteShift()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 10160 if (!LHS.hasOneUse() || !TLI.isDesirableToCommuteWithShift(N, Level)) in visitShiftByConstant() 10538 TLI.isDesirableToCommuteWithShift(N, Level)) { in visitSHL() 10558 TLI.isDesirableToCommuteWithShift(N, Level)) { in visitSHL()
|