Home
last modified time | relevance | path

Searched refs:isDesirableToCommuteWithShift (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h206 bool isDesirableToCommuteWithShift(const SDNode *N,
H A DAMDGPUISelLowering.cpp1029 bool AMDGPUTargetLowering::isDesirableToCommuteWithShift( in isDesirableToCommuteWithShift() function in AMDGPUTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h740 bool isDesirableToCommuteWithShift(const SDNode *N,
H A DARMISelLowering.cpp13800 ARMTargetLowering::isDesirableToCommuteWithShift(const SDNode *N, in isDesirableToCommuteWithShift() function in ARMTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h709 bool isDesirableToCommuteWithShift(const SDNode *N,
H A DRISCVISelLowering.cpp17653 bool RISCVTargetLowering::isDesirableToCommuteWithShift( in isDesirableToCommuteWithShift()
17650 bool RISCVTargetLowering::isDesirableToCommuteWithShift( isDesirableToCommuteWithShift() function in RISCVTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h750 bool isDesirableToCommuteWithShift(const SDNode *N,
H A DAArch64ISelLowering.cpp17489 AArch64TargetLowering::isDesirableToCommuteWithShift(const SDNode *N, in isDesirableToCommuteWithShift() function in AArch64TargetLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4287 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 DCombinerHelper.cpp1983 if (!getTargetLowering().isDesirableToCommuteWithShift(MI, !isPreLegalize())) in matchCommuteShift()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9704 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()