Searched refs:getADAEntry (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 1804 static SDValue getADAEntry(SelectionDAG &DAG, SDValue Val, SDLoc DL, in getADAEntry() function 1825 static SDValue getADAEntry(SelectionDAG &DAG, const GlobalValue *GV, SDLoc DL, in getADAEntry() function 1845 return getADAEntry(DAG, Val, DL, 0, LoadAddr); in getADAEntry() 1870 ADA = getADAEntry(DAG, GA, DL, ADADelta); in getzOSCalleeAndADA() 1871 Callee = getADAEntry(DAG, GA, DL, EPADelta); in getzOSCalleeAndADA() 1876 ADA = getADAEntry(DAG, ES, DL, ADADelta); in getzOSCalleeAndADA() 1877 Callee = getADAEntry(DAG, ES, DL, EPADelta); in getzOSCalleeAndADA() 3545 Result = getADAEntry(DAG, GV, DL, PtrVT); in lowerGlobalAddress()
|