Searched defs:ArePtrs64bit (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIInfo.h75 inline bool ArePtrs64bit() const { return IsN64(); } function in class:llvm::MipsABIInfo
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1112 const bool ArePtrs64bit = ABI.ArePtrs64bit(); local
1122 ? (ArePtrs64bit ? Mips::LL64_R6 : Mips::LL_R6)
1123 : (ArePtrs64bit ? Mips::LL64 : Mips::LL);
1125 ? (ArePtrs64bit ? Mips::SC64_R6 : Mips::SC_R6)
1126 : (ArePtrs64bit ? Mips::SC64 : Mips::SC);
1235 const bool ArePtrs64bit = ABI.ArePtrs64bit(); local
1237 getRegClassFor(ArePtrs64bit ? MVT::i64 : MVT::i32);
1268 LL = Subtarget.hasMips32r6() ? (ArePtrs64bit
1400 const bool ArePtrs64bit = ABI.ArePtrs64bit(); local
1489 const bool ArePtrs64bit = ABI.ArePtrs64bit(); local
[all...]

Completed in 85 milliseconds