Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp9418 static MachinePointerInfo InferPointerInfo(const MachinePointerInfo &Info, in InferPointerInfo() function
9442 static MachinePointerInfo InferPointerInfo(const MachinePointerInfo &Info, in InferPointerInfo() function
9447 return InferPointerInfo(Info, DAG, Ptr, OffsetNode->getSExtValue()); in InferPointerInfo()
9449 return InferPointerInfo(Info, DAG, Ptr); in InferPointerInfo()
9468 PtrInfo = InferPointerInfo(PtrInfo, *this, Ptr, Offset); in getLoad()
9595 PtrInfo = InferPointerInfo(PtrInfo, *this, Ptr); in getStore()
9672 PtrInfo = InferPointerInfo(PtrInfo, *this, Ptr); in getTruncStore()
9710 PtrInfo = InferPointerInfo(PtrInfo, *this, Ptr, Offset); in getLoadVP()
9862 PtrInfo = InferPointerInfo(PtrInfo, *this, Ptr); in getTruncStoreVP()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc15109 {"_Z16InferPointerInfoN4llvm7SDValueEx", "InferPointerInfo(llvm::SDValue, long long)"},