Home
last modified time | relevance | path

Searched defs:ArePtrs64bit (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsExpandPseudo.cpp80 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(); in expandAtomicBinOpSubword() local
583 const bool ArePtrs64bit = STI->getABI().ArePtrs64bit(); in expandAtomicBinOp() local
H A DMipsISelLowering.cpp1650 const bool ArePtrs64bit = ABI.ArePtrs64bit(); in emitAtomicBinaryPartword() local
1898 const bool ArePtrs64bit = ABI.ArePtrs64bit(); in emitAtomicCmpSwapPartword() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIInfo.h73 inline bool ArePtrs64bit() const { return IsN64(); } in ArePtrs64bit() function