Home
last modified time | relevance | path

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

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