Searched refs:isLegalOrCustom (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizerInfo.cpp | 389 bool LegalizerInfo::isLegalOrCustom(const MachineInstr &MI, in isLegalOrCustom() function in LegalizerInfo 459 !MLI->isLegalOrCustom(MI, MRI)) in machineFunctionIsIllegal()
|
| H A D | LegalizerHelper.cpp | 4726 if (LI.isLegalOrCustom({G_UMIN, Ty})) in lower() 4737 if (LI.isLegalOrCustom({G_SMIN, Ty}) && LI.isLegalOrCustom({G_SMAX, Ty})) in lower() 7511 if (LI.isLegalOrCustom({RevRot, {DstTy, SrcTy}}) && in lowerRotate() 7519 if ((IsFShLegal = LI.isLegalOrCustom({FShOpc, {DstTy, AmtTy}})) || in lowerRotate() 7520 LI.isLegalOrCustom({RevFsh, {DstTy, AmtTy}})) { in lowerRotate()
|
| H A D | CombinerHelper.cpp | 4631 if (!LI || !LI->isLegalOrCustom({TargetOpcode::G_SBFX, {Ty, ExtractTy}})) in matchBitfieldExtractFromSExtInReg() 4661 if (LI && !LI->isLegalOrCustom({TargetOpcode::G_UBFX, {Ty, ExtractTy}})) in matchBitfieldExtractFromAnd() 4705 if (!LI || !LI->isLegalOrCustom({ExtrOpcode, {Ty, ExtractTy}})) in matchBitfieldExtractFromShr() 4749 if (LI && !LI->isLegalOrCustom({TargetOpcode::G_UBFX, {Ty, ExtractTy}})) in matchBitfieldExtractFromShrAnd()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | LegalizerInfo.h | 1388 bool isLegalOrCustom(const LegalityQuery &Query) const { in isLegalOrCustom() function 1394 bool isLegalOrCustom(const MachineInstr &MI,
|