Lines Matching refs:ArePtrs64bit
80 const bool ArePtrs64bit = STI->getABI().ArePtrs64bit(); in expandAtomicCmpSwapSubword() local
96 LL = STI->hasMips32r6() ? (ArePtrs64bit ? Mips::LL64_R6 : Mips::LL_R6) in expandAtomicCmpSwapSubword()
97 : (ArePtrs64bit ? Mips::LL64 : Mips::LL); in expandAtomicCmpSwapSubword()
98 SC = STI->hasMips32r6() ? (ArePtrs64bit ? Mips::SC64_R6 : Mips::SC_R6) in expandAtomicCmpSwapSubword()
99 : (ArePtrs64bit ? Mips::SC64 : Mips::SC); in expandAtomicCmpSwapSubword()
210 const bool ArePtrs64bit = STI->getABI().ArePtrs64bit(); in expandAtomicCmpSwap() local
223 ? (ArePtrs64bit ? Mips::LL64_R6 : Mips::LL_R6) in expandAtomicCmpSwap()
224 : (ArePtrs64bit ? Mips::LL64 : Mips::LL); in expandAtomicCmpSwap()
226 ? (ArePtrs64bit ? Mips::SC64_R6 : Mips::SC_R6) in expandAtomicCmpSwap()
227 : (ArePtrs64bit ? Mips::SC64 : Mips::SC); in expandAtomicCmpSwap()
308 const bool ArePtrs64bit = STI->getABI().ArePtrs64bit(); in expandAtomicBinOpSubword() local
327 LL = STI->hasMips32r6() ? (ArePtrs64bit ? Mips::LL64_R6 : Mips::LL_R6) in expandAtomicBinOpSubword()
328 : (ArePtrs64bit ? Mips::LL64 : Mips::LL); in expandAtomicBinOpSubword()
329 SC = STI->hasMips32r6() ? (ArePtrs64bit ? Mips::SC64_R6 : Mips::SC_R6) in expandAtomicBinOpSubword()
330 : (ArePtrs64bit ? Mips::SC64 : Mips::SC); in expandAtomicBinOpSubword()
619 const bool ArePtrs64bit = STI->getABI().ArePtrs64bit(); in expandAtomicBinOp() local
638 ? (ArePtrs64bit ? Mips::LL64_R6 : Mips::LL_R6) in expandAtomicBinOp()
639 : (ArePtrs64bit ? Mips::LL64 : Mips::LL); in expandAtomicBinOp()
641 ? (ArePtrs64bit ? Mips::SC64_R6 : Mips::SC_R6) in expandAtomicBinOp()
642 : (ArePtrs64bit ? Mips::SC64 : Mips::SC); in expandAtomicBinOp()