Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp999 Register LoadUser = SrcReg; in matchSextTruncSextLoad() local
1006 LoadUser = TruncSrc; in matchSextTruncSextLoad()
1011 if (auto *LoadMI = getOpcodeDef<GSExtLoad>(LoadUser, MRI)) { in matchSextTruncSextLoad()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1070 User *LoadUser = *I->user_begin(); in supportedAddressingMode() local
1071 if (isa<InsertElementInst>(LoadUser)) in supportedAddressingMode()