Home
last modified time | relevance | path

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

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