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.cpp687 unsigned CandidateLoadOpc; in getExtLoadOpcForExtend() local
690 CandidateLoadOpc = TargetOpcode::G_LOAD; in getExtLoadOpcForExtend()
693 CandidateLoadOpc = TargetOpcode::G_SEXTLOAD; in getExtLoadOpcForExtend()
696 CandidateLoadOpc = TargetOpcode::G_ZEXTLOAD; in getExtLoadOpcForExtend()
701 return CandidateLoadOpc; in getExtLoadOpcForExtend()
756 unsigned CandidateLoadOpc = getExtLoadOpcForExtend(UseMI.getOpcode()); in matchCombineExtendingLoads() local
759 if (LI->getAction({CandidateLoadOpc, {UseTy, SrcTy}, {MMDesc}}) in matchCombineExtendingLoads()