/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsABIInfo.cpp | 29 if (IsN32() || IsN64()) in GetByValArgRegs() 37 if (IsN32() || IsN64()) in GetVarArgRegs() 45 if (IsN32() || IsN64()) in GetCalleeAllocdArgSizeInBytes() 118 return IsN64() ? EhDataReg64[I] : EhDataReg[I]; in GetEhDataReg()
|
D | MipsABIInfo.h | 44 bool IsN64() const { return ThisABI == ABI::N64; } in IsN64() function 75 inline bool ArePtrs64bit() const { return IsN64(); } in ArePtrs64bit() 76 inline bool AreGprs64bit() const { return IsN32() || IsN64(); } in AreGprs64bit()
|
D | MipsOptionRecord.cpp | 28 if (MTS->getABI().IsN64()) { in EmitMipsOptionRecord()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsABIInfo.cpp | 36 if (IsN32() || IsN64()) in GetByValArgRegs() 44 if (IsN32() || IsN64()) in GetVarArgRegs() 52 if (IsN32() || IsN64()) in GetCalleeAllocdArgSizeInBytes() 126 return IsN64() ? EhDataReg64[I] : EhDataReg[I]; in GetEhDataReg()
|
D | MipsABIInfo.h | 43 bool IsN64() const { return ThisABI == ABI::N64; } in IsN64() function 74 inline bool ArePtrs64bit() const { return IsN64(); } in ArePtrs64bit() 75 inline bool AreGprs64bit() const { return IsN32() || IsN64(); } in AreGprs64bit()
|
D | MipsMCAsmInfo.cpp | 32 else if (ABI.IsN32() || ABI.IsN64()) in MipsMCAsmInfo()
|
D | MipsOptionRecord.cpp | 33 if (MTS->getABI().IsN64()) { in EmitMipsOptionRecord()
|
/external/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsABIInfo.cpp | 36 if (IsN32() || IsN64()) in GetByValArgRegs() 44 if (IsN32() || IsN64()) in GetVarArgRegs() 52 if (IsN32() || IsN64()) in GetCalleeAllocdArgSizeInBytes() 126 return IsN64() ? EhDataReg64[I] : EhDataReg[I]; in GetEhDataReg()
|
D | MipsABIInfo.h | 42 bool IsN64() const { return ThisABI == ABI::N64; } in IsN64() function 73 inline bool ArePtrs64bit() const { return IsN64(); } in ArePtrs64bit() 74 inline bool AreGprs64bit() const { return IsN32() || IsN64(); } in AreGprs64bit()
|
D | MipsMCAsmInfo.cpp | 32 else if (ABI.IsN32() || ABI.IsN64()) in MipsMCAsmInfo()
|
/external/llvm/include/llvm/MC/ |
D | MCELFObjectWriter.h | 58 const unsigned IsN64 : 1; variable 64 bool IsN64=false); 96 bool isN64() const { return IsN64; } in isN64()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsMachineFunction.cpp | 41 if (TM.getABI().IsN64()) in getGlobalBaseRegClass() 75 RC = (ABI.IsN64()) ? &Mips::GPR64RegClass : &Mips::GPR32RegClass; in initGlobalBaseReg() 80 if (ABI.IsN64()) { in initGlobalBaseReg() 154 static_cast<const MipsTargetMachine &>(MF.getTarget()).getABI().IsN64() in createEhDataRegsFI()
|
D | MipsRegisterInfo.cpp | 284 bool IsN64 = in getFrameRegister() local 285 static_cast<const MipsTargetMachine &>(MF.getTarget()).getABI().IsN64(); in getFrameRegister() 290 return TFI->hasFP(MF) ? (IsN64 ? Mips::FP_64 : Mips::FP) : in getFrameRegister() 291 (IsN64 ? Mips::SP_64 : Mips::SP); in getFrameRegister()
|
D | MipsBranchExpansion.cpp | 368 bool HasR6 = ABI.IsN64() ? STI->hasMips64r6() : STI->hasMips32r6(); in buildProperJumpMI() 371 unsigned JR = ABI.IsN64() ? Mips::JR64 : Mips::JR; in buildProperJumpMI() 372 unsigned JIC = ABI.IsN64() ? Mips::JIC64 : Mips::JIC; in buildProperJumpMI() 373 unsigned JR_HB = ABI.IsN64() ? Mips::JR_HB64 : Mips::JR_HB; in buildProperJumpMI() 374 unsigned JR_HB_R6 = ABI.IsN64() ? Mips::JR_HB64_R6 : Mips::JR_HB_R6; in buildProperJumpMI() 385 unsigned ATReg = ABI.IsN64() ? Mips::AT_64 : Mips::AT; in buildProperJumpMI() 424 if (!ABI.IsN64()) { in expandToLongBranch() 675 if (ABI.IsN64()) { in expandToLongBranch()
|
D | MipsTargetMachine.cpp | 81 if (!ABI.IsN64()) in computeDataLayout() 91 if (ABI.IsN64() || ABI.IsN32()) in computeDataLayout()
|
D | MipsFrameLowering.cpp | 140 unsigned SP = STI.getABI().IsN64() ? Mips::SP_64 : Mips::SP; in eliminateCallFramePseudoInstr()
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | MipsMachineFunction.cpp | 41 if (TM.getABI().IsN64()) in getGlobalBaseRegClass() 74 RC = (ABI.IsN64()) ? &Mips::GPR64RegClass : &Mips::GPR32RegClass; in initGlobalBaseReg() 79 if (ABI.IsN64()) { in initGlobalBaseReg() 153 static_cast<const MipsTargetMachine &>(MF.getTarget()).getABI().IsN64() in createEhDataRegsFI()
|
D | MipsRegisterInfo.cpp | 279 bool IsN64 = in getFrameRegister() local 280 static_cast<const MipsTargetMachine &>(MF.getTarget()).getABI().IsN64(); in getFrameRegister() 285 return TFI->hasFP(MF) ? (IsN64 ? Mips::FP_64 : Mips::FP) : in getFrameRegister() 286 (IsN64 ? Mips::SP_64 : Mips::SP); in getFrameRegister()
|
D | MipsBranchExpansion.cpp | 377 bool HasR6 = ABI.IsN64() ? STI->hasMips64r6() : STI->hasMips32r6(); in buildProperJumpMI() 380 unsigned JR = ABI.IsN64() ? Mips::JR64 : Mips::JR; in buildProperJumpMI() 381 unsigned JIC = ABI.IsN64() ? Mips::JIC64 : Mips::JIC; in buildProperJumpMI() 382 unsigned JR_HB = ABI.IsN64() ? Mips::JR_HB64 : Mips::JR_HB; in buildProperJumpMI() 383 unsigned JR_HB_R6 = ABI.IsN64() ? Mips::JR_HB64_R6 : Mips::JR_HB_R6; in buildProperJumpMI() 394 unsigned ATReg = ABI.IsN64() ? Mips::AT_64 : Mips::AT; in buildProperJumpMI() 433 if (!ABI.IsN64()) { in expandToLongBranch() 684 if (ABI.IsN64()) { in expandToLongBranch()
|
D | MipsTargetMachine.cpp | 81 if (!ABI.IsN64()) in computeDataLayout() 91 if (ABI.IsN64() || ABI.IsN32()) in computeDataLayout()
|
D | MipsFrameLowering.cpp | 140 unsigned SP = STI.getABI().IsN64() ? Mips::SP_64 : Mips::SP; in eliminateCallFramePseudoInstr()
|
/external/llvm/lib/Target/Mips/ |
D | MipsMachineFunction.cpp | 50 .IsN64() in getGlobalBaseReg() 59 static_cast<const MipsTargetMachine &>(MF.getTarget()).getABI().IsN64() in createEhDataRegsFI()
|
D | MipsRegisterInfo.cpp | 298 bool IsN64 = in getFrameRegister() local 299 static_cast<const MipsTargetMachine &>(MF.getTarget()).getABI().IsN64(); in getFrameRegister() 304 return TFI->hasFP(MF) ? (IsN64 ? Mips::FP_64 : Mips::FP) : in getFrameRegister() 305 (IsN64 ? Mips::SP_64 : Mips::SP); in getFrameRegister()
|
D | MipsTargetMachine.cpp | 63 if (!ABI.IsN64()) in computeDataLayout() 73 if (ABI.IsN64() || ABI.IsN32()) in computeDataLayout()
|
/external/llvm/lib/MC/ |
D | MCELFObjectTargetWriter.cpp | 24 IsN64(IsN64_){ in MCELFObjectTargetWriter()
|