Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h206 bool isDesirableToCommuteWithShift(const SDNode *N,
H A DAMDGPUISelLowering.cpp988 bool AMDGPUTargetLowering::isDesirableToCommuteWithShift( in isDesirableToCommuteWithShift() function in AMDGPUTargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h650 bool isDesirableToCommuteWithShift(const SDNode *N,
H A DRISCVISelLowering.cpp16114 bool RISCVTargetLowering::isDesirableToCommuteWithShift( in isDesirableToCommuteWithShift() function in RISCVTargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h741 bool isDesirableToCommuteWithShift(const SDNode *N,
H A DARMISelLowering.cpp13795 ARMTargetLowering::isDesirableToCommuteWithShift(const SDNode *N, in isDesirableToCommuteWithShift() function in ARMTargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h727 bool isDesirableToCommuteWithShift(const SDNode *N,
H A DAArch64ISelLowering.cpp16362 AArch64TargetLowering::isDesirableToCommuteWithShift(const SDNode *N, in isDesirableToCommuteWithShift() function in AArch64TargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4156 virtual bool isDesirableToCommuteWithShift(const SDNode *N, in isDesirableToCommuteWithShift() function
4169 virtual bool isDesirableToCommuteWithShift(const MachineInstr &MI, in isDesirableToCommuteWithShift() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1830 if (!getTargetLowering().isDesirableToCommuteWithShift(MI, !isPreLegalize())) in matchCommuteShift()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9688 if (!LHS.hasOneUse() || !TLI.isDesirableToCommuteWithShift(N, Level)) in visitShiftByConstant()
10071 N0->hasOneUse() && TLI.isDesirableToCommuteWithShift(N, Level)) { in visitSHL()
10092 TLI.isDesirableToCommuteWithShift(N, Level)) { in visitSHL()