Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp521 bool LegalizerInfo::isLegalOrCustom(const MachineInstr &MI, in isLegalOrCustom() function in LegalizerInfo
745 !MLI->isLegalOrCustom(MI, MRI)) in machineFunctionIsIllegal()
H A DLegalizerHelper.cpp3177 if (LI.isLegalOrCustom({G_UMIN, Ty})) in lower()
3188 if (LI.isLegalOrCustom({G_SMIN, Ty}) && LI.isLegalOrCustom({G_SMAX, Ty})) in lower()
5556 if (LI.isLegalOrCustom({RevRot, {DstTy, SrcTy}}) && in lowerRotate()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h1278 bool isLegalOrCustom(const LegalityQuery &Query) const { in isLegalOrCustom() function
1284 bool isLegalOrCustom(const MachineInstr &MI,