Searched refs:InferPointerInfo (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 7966 static MachinePointerInfo InferPointerInfo(const MachinePointerInfo &Info, in InferPointerInfo() function 7990 static MachinePointerInfo InferPointerInfo(const MachinePointerInfo &Info, in InferPointerInfo() function 7995 return InferPointerInfo(Info, DAG, Ptr, OffsetNode->getSExtValue()); in InferPointerInfo() 7997 return InferPointerInfo(Info, DAG, Ptr); in InferPointerInfo() 8016 PtrInfo = InferPointerInfo(PtrInfo, *this, Ptr, Offset); in getLoad() 8136 PtrInfo = InferPointerInfo(PtrInfo, *this, Ptr); in getStore() 8189 PtrInfo = InferPointerInfo(PtrInfo, *this, Ptr); in getTruncStore() 8286 PtrInfo = InferPointerInfo(PtrInfo, *this, Ptr, Offset); in getLoadVP() 8437 PtrInfo = InferPointerInfo(PtrInfo, *this, Ptr); in getTruncStoreVP() 8539 PtrInfo = InferPointerInfo(PtrInfo, *this, Ptr, Offset); in getStridedLoadVP() [all …]
|