Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizationArtifactCombiner.h62 if (isInstUnsupported({TargetOpcode::G_AND, {DstTy}}) || in tryCombineZExt()
63 isInstUnsupported({TargetOpcode::G_CONSTANT, {DstTy}})) in tryCombineZExt()
90 if (isInstUnsupported({TargetOpcode::G_SHL, {DstTy}}) || in tryCombineSExt()
91 isInstUnsupported({TargetOpcode::G_ASHR, {DstTy}}) || in tryCombineSExt()
92 isInstUnsupported({TargetOpcode::G_CONSTANT, {DstTy}})) in tryCombineSExt()
124 if (isInstUnsupported({TargetOpcode::G_IMPLICIT_DEF, {DstTy}})) in tryFoldImplicitDef()
275 bool isInstUnsupported(const LegalityQuery &Query) const { in isInstUnsupported() function