Searched refs:InferPointerInfo (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 7318 static MachinePointerInfo InferPointerInfo(const MachinePointerInfo &Info, in InferPointerInfo() function 7342 static MachinePointerInfo InferPointerInfo(const MachinePointerInfo &Info, in InferPointerInfo() function 7347 return InferPointerInfo(Info, DAG, Ptr, OffsetNode->getSExtValue()); in InferPointerInfo() 7349 return InferPointerInfo(Info, DAG, Ptr); in InferPointerInfo() 7368 PtrInfo = InferPointerInfo(PtrInfo, *this, Ptr, Offset); in getLoad() 7487 PtrInfo = InferPointerInfo(PtrInfo, *this, Ptr); in getStore() 7539 PtrInfo = InferPointerInfo(PtrInfo, *this, Ptr); in getTruncStore()
|