Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizationArtifactCombiner.h115 return tryFoldImplicitDef(MI, DeadInsts, UpdatedDefs); in tryCombineAnyExt()
190 return tryFoldImplicitDef(MI, DeadInsts, UpdatedDefs); in tryCombineZExt()
255 return tryFoldImplicitDef(MI, DeadInsts, UpdatedDefs); in tryCombineSExt()
377 bool tryFoldImplicitDef(MachineInstr &MI, in tryFoldImplicitDef() function