Searched defs:ArePtrs64bit (Results 1 – 3 of 3) sorted by relevance
80 const bool ArePtrs64bit = STI->getABI().ArePtrs64bit(); in expandAtomicCmpSwapSubword() local 210 const bool ArePtrs64bit = STI->getABI().ArePtrs64bit(); in expandAtomicCmpSwap() local 308 const bool ArePtrs64bit = STI->getABI().ArePtrs64bit(); expandAtomicBinOpSubword() local 583 const bool ArePtrs64bit = STI->getABI().ArePtrs64bit(); expandAtomicBinOp() local [all...]
1666 const bool ArePtrs64bit = ABI.ArePtrs64bit(); emitAtomicBinaryPartword() local 1914 const bool ArePtrs64bit = ABI.ArePtrs64bit(); emitAtomicCmpSwapPartword() local [all...]
73 inline bool ArePtrs64bit() const { return IsN64(); } in ArePtrs64bit() function