Searched defs:ArePtrs64bit (Results 1 – 3 of 3) sorted by relevance
80 const bool ArePtrs64bit = STI->getABI().ArePtrs64bit(); in expandAtomicCmpSwapSubword() local210 const bool ArePtrs64bit = STI->getABI().ArePtrs64bit(); in expandAtomicCmpSwap() local308 const bool ArePtrs64bit = STI->getABI().ArePtrs64bit(); in expandAtomicBinOpSubword() local583 const bool ArePtrs64bit = STI->getABI().ArePtrs64bit(); in expandAtomicBinOp() local
1650 const bool ArePtrs64bit = ABI.ArePtrs64bit(); in emitAtomicBinaryPartword() local1898 const bool ArePtrs64bit = ABI.ArePtrs64bit(); in emitAtomicCmpSwapPartword() local
73 inline bool ArePtrs64bit() const { return IsN64(); } in ArePtrs64bit() function