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.cpp1067 auto *UserLd = dyn_cast<LoadSDNode>(User); in PreprocessISelDAG() local
1069 if (User != N && UserLd && ISD::isNormalLoad(User) && in PreprocessISelDAG()
1070 UserLd->getBasePtr() == Ptr && UserLd->getChain() == Chain && in PreprocessISelDAG()
H A DX86ISelLowering.cpp51171 auto *UserLd = dyn_cast<MemSDNode>(User); in combineConstantPoolLoads() local
51172 if (User != N && UserLd && in combineConstantPoolLoads()
51176 UserLd->getChain() == Chain && !User->hasAnyUseOfValue(1) && in combineConstantPoolLoads()
51180 SDValue UserPtr = UserLd->getBasePtr(); in combineConstantPoolLoads()
51281 auto *UserLd = dyn_cast<MemSDNode>(User); in combineLoad() local
51282 if (User != N && UserLd && in combineLoad()
51284 UserLd->getChain() == Chain && UserLd->getBasePtr() == Ptr && in combineLoad()
51285 UserLd->getMemoryVT().getSizeInBits() == MemVT.getSizeInBits() && in combineLoad()