Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp7715 static MachinePointerInfo InferPointerInfo(const MachinePointerInfo &Info, in InferPointerInfo() function
7739 static MachinePointerInfo InferPointerInfo(const MachinePointerInfo &Info, in InferPointerInfo() function
7744 return InferPointerInfo(Info, DAG, Ptr, OffsetNode->getSExtValue()); in InferPointerInfo()
7746 return InferPointerInfo(Info, DAG, Ptr); in InferPointerInfo()
7765 PtrInfo = InferPointerInfo(PtrInfo, *this, Ptr, Offset); in getLoad()
7885 PtrInfo = InferPointerInfo(PtrInfo, *this, Ptr); in getStore()
7938 PtrInfo = InferPointerInfo(PtrInfo, *this, Ptr); in getTruncStore()
8035 PtrInfo = InferPointerInfo(PtrInfo, *this, Ptr, Offset); in getLoadVP()
8186 PtrInfo = InferPointerInfo(PtrInfo, *this, Ptr); in getTruncStoreVP()
8288 PtrInfo = InferPointerInfo(PtrInfo, *this, Ptr, Offset); in getStridedLoadVP()
[all …]