Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1111 auto *UserLd = dyn_cast<LoadSDNode>(User); in PreprocessISelDAG() local
1113 if (User != N && UserLd && ISD::isNormalLoad(User) && in PreprocessISelDAG()
1114 UserLd->getBasePtr() == Ptr && UserLd->getChain() == Chain && in PreprocessISelDAG()
H A DX86ISelLowering.cpp52883 auto *UserLd = dyn_cast<MemSDNode>(User); in combineConstantPoolLoads() local
52884 if (User != N && UserLd && in combineConstantPoolLoads()
52888 UserLd->getChain() == Chain && User->hasAnyUseOfValue(0) && in combineConstantPoolLoads()
52892 SDValue UserPtr = UserLd->getBasePtr(); in combineConstantPoolLoads()
52992 auto *UserLd = dyn_cast<MemSDNode>(User); in combineLoad() local
52993 if (User != N && UserLd && in combineLoad()
52995 UserLd->getChain() == Chain && UserLd->getBasePtr() == Ptr && in combineLoad()
52996 UserLd->getMemoryVT().getSizeInBits() == MemVT.getSizeInBits() && in combineLoad()