Home
last modified time | relevance | path

Searched refs:isDesirableToPullExtFromShl (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h753 bool isDesirableToPullExtFromShl(const MachineInstr &MI) const override { in isDesirableToPullExtFromShl() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4307 virtual bool isDesirableToPullExtFromShl(const MachineInstr &MI) const { in isDesirableToPullExtFromShl() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2036 if (!getTargetLowering().isDesirableToPullExtFromShl(MI)) in matchCombineShlOfExtend()