Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6564 static MachinePointerInfo InferPointerInfo(const MachinePointerInfo &Info, in InferPointerInfo() function
6588 static MachinePointerInfo InferPointerInfo(const MachinePointerInfo &Info, in InferPointerInfo() function
6593 return InferPointerInfo(Info, DAG, Ptr, OffsetNode->getSExtValue()); in InferPointerInfo()
6595 return InferPointerInfo(Info, DAG, Ptr); in InferPointerInfo()
6616 PtrInfo = InferPointerInfo(PtrInfo, *this, Ptr, Offset); in getLoad()
6737 PtrInfo = InferPointerInfo(PtrInfo, *this, Ptr); in getStore()
6789 PtrInfo = InferPointerInfo(PtrInfo, *this, Ptr); in getTruncStore()