Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp561 LegalityQuery::MemDesc MMDesc(MMO); in matchCombineExtendingLoads() local
565 if (LI->getAction({CandidateLoadOpc, {UseTy, SrcTy}, {MMDesc}}) in matchCombineExtendingLoads()
866 LegalityQuery::MemDesc MMDesc(MMO); in matchSextInRegOfLoad() local
871 MMDesc.MemoryTy = LLT::scalar(NewSizeBits); in matchSextInRegOfLoad()
879 {MMDesc}})) in matchSextInRegOfLoad()
3589 LegalityQuery::MemDesc MMDesc(MMO); in matchLoadOrCombine() local
3590 MMDesc.MemoryTy = Ty; in matchLoadOrCombine()
3592 {TargetOpcode::G_LOAD, {Ty, MRI.getType(Ptr)}, {MMDesc}})) in matchLoadOrCombine()