Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUISelLowering.h206 bool isDesirableToCommuteWithShift(const SDNode *N,
HDAMDGPUISelLowering.cpp1029 bool AMDGPUTargetLowering::isDesirableToCommuteWithShift( in isDesirableToCommuteWithShift() function in AMDGPUTargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMISelLowering.h740 bool isDesirableToCommuteWithShift(const SDNode *N,
HDARMISelLowering.cpp13800 ARMTargetLowering::isDesirableToCommuteWithShift(const SDNode *N, in isDesirableToCommuteWithShift() function in ARMTargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVISelLowering.h709 bool isDesirableToCommuteWithShift(const SDNode *N,
HDRISCVISelLowering.cpp17653 bool RISCVTargetLowering::isDesirableToCommuteWithShift( in isDesirableToCommuteWithShift() function in RISCVTargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64ISelLowering.h750 bool isDesirableToCommuteWithShift(const SDNode *N,
HDAArch64ISelLowering.cpp17489 AArch64TargetLowering::isDesirableToCommuteWithShift(const SDNode *N, in isDesirableToCommuteWithShift() function in AArch64TargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetLowering.h4287 virtual bool isDesirableToCommuteWithShift(const SDNode *N, in isDesirableToCommuteWithShift() function
4300 virtual bool isDesirableToCommuteWithShift(const MachineInstr &MI, in isDesirableToCommuteWithShift() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDCombinerHelper.cpp1983 if (!getTargetLowering().isDesirableToCommuteWithShift(MI, !isPreLegalize())) in matchCommuteShift()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDDAGCombiner.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()