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.cpp1064 Register LoadUser = SrcReg; in matchSextTruncSextLoad() local
1071 LoadUser = TruncSrc; in matchSextTruncSextLoad()
1076 if (auto *LoadMI = getOpcodeDef<GSExtLoad>(LoadUser, MRI)) { in matchSextTruncSextLoad()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1385 User *LoadUser = *I->user_begin(); in supportedAddressingMode() local
1386 if (isa<InsertElementInst>(LoadUser)) in supportedAddressingMode()