Home
last modified time | relevance | path

Searched refs:isLegalOrCustom (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp367 bool LegalizerInfo::isLegalOrCustom(const MachineInstr &MI, in isLegalOrCustom() function in LegalizerInfo
434 !MLI->isLegalOrCustom(MI, MRI)) in machineFunctionIsIllegal()
H A DLegalizerHelper.cpp4065 if (LI.isLegalOrCustom({G_UMIN, Ty})) in lower()
4076 if (LI.isLegalOrCustom({G_SMIN, Ty}) && LI.isLegalOrCustom({G_SMAX, Ty})) in lower()
6822 if (LI.isLegalOrCustom({RevRot, {DstTy, SrcTy}}) && in lowerRotate()
6830 if ((IsFShLegal = LI.isLegalOrCustom({FShOpc, {DstTy, AmtTy}})) || in lowerRotate()
6831 LI.isLegalOrCustom({RevFsh, {DstTy, AmtTy}})) { in lowerRotate()
H A DCombinerHelper.cpp4505 if (!LI || !LI->isLegalOrCustom({TargetOpcode::G_SBFX, {Ty, ExtractTy}})) in matchBitfieldExtractFromSExtInReg()
4535 if (LI && !LI->isLegalOrCustom({TargetOpcode::G_UBFX, {Ty, ExtractTy}})) in matchBitfieldExtractFromAnd()
4578 if (!LI || !LI->isLegalOrCustom({ExtrOpcode, {Ty, ExtractTy}})) in matchBitfieldExtractFromShr()
4621 if (LI && !LI->isLegalOrCustom({TargetOpcode::G_UBFX, {Ty, ExtractTy}})) in matchBitfieldExtractFromShrAnd()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h1300 bool isLegalOrCustom(const LegalityQuery &Query) const { in isLegalOrCustom() function
1306 bool isLegalOrCustom(const MachineInstr &MI,