Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp531 unsigned CandidateLoadOpc; in getExtLoadOpcForExtend() local
534 CandidateLoadOpc = TargetOpcode::G_LOAD; in getExtLoadOpcForExtend()
537 CandidateLoadOpc = TargetOpcode::G_SEXTLOAD; in getExtLoadOpcForExtend()
540 CandidateLoadOpc = TargetOpcode::G_ZEXTLOAD; in getExtLoadOpcForExtend()
545 return CandidateLoadOpc; in getExtLoadOpcForExtend()
600 unsigned CandidateLoadOpc = getExtLoadOpcForExtend(UseMI.getOpcode()); in matchCombineExtendingLoads() local
603 if (LI->getAction({CandidateLoadOpc, {UseTy, SrcTy}, {MMDesc}}) in matchCombineExtendingLoads()