HomeSort by: relevance | last modified time | path
    Searched refs:isLegalOrCustom (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
LegalizerInfo.cpp 521 bool LegalizerInfo::isLegalOrCustom(const MachineInstr &MI,
745 !MLI->isLegalOrCustom(MI, MRI))
LegalizerHelper.cpp 3177 if (LI.isLegalOrCustom({G_UMIN, Ty}))
3188 if (LI.isLegalOrCustom({G_SMIN, Ty}) && LI.isLegalOrCustom({G_SMAX, Ty}))
5556 if (LI.isLegalOrCustom({RevRot, {DstTy, SrcTy}}) &&
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h 1278 bool isLegalOrCustom(const LegalityQuery &Query) const {
1284 bool isLegalOrCustom(const MachineInstr &MI,

Completed in 30 milliseconds