Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp489 LegalityQuery::MemDesc MMDesc; in matchCombineExtendingLoads() local
490 MMDesc.MemoryTy = MMO.getMemoryType(); in matchCombineExtendingLoads()
491 MMDesc.AlignInBits = MMO.getAlign().value() * 8; in matchCombineExtendingLoads()
492 MMDesc.Ordering = MMO.getSuccessOrdering(); in matchCombineExtendingLoads()
495 if (LI->getAction({LoadMI->getOpcode(), {UseTy, SrcTy}, {MMDesc}}) in matchCombineExtendingLoads()
3707 LegalityQuery::MemDesc MMDesc; in matchLoadOrCombine() local
3708 MMDesc.MemoryTy = Ty; in matchLoadOrCombine()
3709 MMDesc.AlignInBits = MMO.getAlign().value() * 8; in matchLoadOrCombine()
3710 MMDesc.Ordering = MMO.getSuccessOrdering(); in matchLoadOrCombine()
3712 {TargetOpcode::G_LOAD, {Ty, MRI.getType(Ptr)}, {MMDesc}})) in matchLoadOrCombine()