Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp753 unsigned CandidateLoadOpc; in getExtLoadOpcForExtend() local
756 CandidateLoadOpc = TargetOpcode::G_LOAD; in getExtLoadOpcForExtend()
759 CandidateLoadOpc = TargetOpcode::G_SEXTLOAD; in getExtLoadOpcForExtend()
762 CandidateLoadOpc = TargetOpcode::G_ZEXTLOAD; in getExtLoadOpcForExtend()
767 return CandidateLoadOpc; in getExtLoadOpcForExtend()
822 unsigned CandidateLoadOpc = getExtLoadOpcForExtend(UseMI.getOpcode()); in matchCombineExtendingLoads() local
825 if (LI->getAction({CandidateLoadOpc, {UseTy, SrcTy}, {MMDesc}}) in matchCombineExtendingLoads()