Searched refs:DescAddr (Results 1 – 2 of 2) sorted by relevance
| /freebsd-10-stable/contrib/llvm/lib/Target/AArch64/ |
| D | AArch64ISelLowering.h | 312 SDValue LowerTLSDescCall(SDValue SymAddr, SDValue DescAddr, SDLoc DL,
|
| D | AArch64ISelLowering.cpp | 2254 SDValue DescAddr, in LowerTLSDescCall() argument 2263 DescAddr); in LowerTLSDescCall() 2268 Chain = DAG.getCopyToReg(DAG.getEntryNode(), DL, AArch64::X0, DescAddr, Glue); in LowerTLSDescCall() 2342 SDValue DescAddr = DAG.getNode(AArch64ISD::WrapperSmall, DL, PtrVT, in LowerGlobalTLSAddress() local 2347 TPOff = LowerTLSDescCall(SymAddr, DescAddr, DL, DAG); in LowerGlobalTLSAddress() 2365 SDValue DescAddr = DAG.getNode(AArch64ISD::WrapperSmall, DL, PtrVT, in LowerGlobalTLSAddress() local 2370 ThreadBase = LowerTLSDescCall(SymAddr, DescAddr, DL, DAG); in LowerGlobalTLSAddress()
|