Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp493 unsigned CandidateLoadOpc; in getExtLoadOpcForExtend() local
496 CandidateLoadOpc = TargetOpcode::G_LOAD; in getExtLoadOpcForExtend()
499 CandidateLoadOpc = TargetOpcode::G_SEXTLOAD; in getExtLoadOpcForExtend()
502 CandidateLoadOpc = TargetOpcode::G_ZEXTLOAD; in getExtLoadOpcForExtend()
507 return CandidateLoadOpc; in getExtLoadOpcForExtend()
562 unsigned CandidateLoadOpc = getExtLoadOpcForExtend(UseMI.getOpcode()); in matchCombineExtendingLoads() local
565 if (LI->getAction({CandidateLoadOpc, {UseTy, SrcTy}, {MMDesc}}) in matchCombineExtendingLoads()