Home
last modified time | relevance | path

Searched defs:IsN64 (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIInfo.h44 bool IsN64() const { return ThisABI == ABI::N64; } in IsN64() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIInfo.h44 bool IsN64() const { return ThisABI == ABI::N64; } in IsN64() function
DMipsELFObjectWriter.cpp681 bool IsN64 = TT.isArch64Bit() && !IsN32; in createMipsELFObjectWriter() local
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsInstrInfo.h115 bool IsN64; variable
DMipsISelLowering.h118 bool HasMips64, IsN64; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsRegisterInfo.cpp300 bool IsN64 = in getFrameRegister() local
DMipsISelLowering.h483 SelectionDAG &DAG, bool IsN64) const { in getAddrGPRel()
/external/llvm/lib/Target/Mips/
DMipsRegisterInfo.cpp298 bool IsN64 = in getFrameRegister() local
/external/llvm/include/llvm/MC/
DMCELFObjectWriter.h58 const unsigned IsN64 : 1; variable