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

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

Completed in 187 milliseconds