Searched refs:IsN64 (Results 1 - 17 of 17) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCELFObjectWriter.h45 const unsigned IsN64 : 1;
51 bool IsN64=false);
85 bool isN64() const { return IsN64; }
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIInfo.cpp29 if (IsN32() || IsN64())
37 if (IsN32() || IsN64())
45 if (IsN32() || IsN64() || IsEABI())
H A DMipsABIInfo.h44 bool IsN64() const { return ThisABI == ABI::N64; } function in class:llvm::MipsABIInfo
H A DMipsOptionRecord.cpp28 if (MTS->getABI().IsN64()) {
H A DMipsTargetStreamer.cpp494 if (EFlags & ELF::EF_MIPS_CPIC && getABI().IsN64())
683 if (!Pic || (getABI().IsN32() || getABI().IsN64()))
732 if (!Pic || !(getABI().IsN32() || getABI().IsN64()))
/external/llvm/lib/MC/
H A DMCELFObjectTargetWriter.cpp24 IsN64(IsN64_){
/external/llvm/lib/Target/Mips/
H A DMipsMachineFunction.cpp84 .IsN64()
105 static_cast<const MipsTargetMachine &>(MF.getTarget()).getABI().IsN64()
H A DMipsRegisterInfo.cpp266 bool IsN64 = local
267 static_cast<const MipsTargetMachine &>(MF.getTarget()).getABI().IsN64();
272 return TFI->hasFP(MF) ? (IsN64 ? Mips::FP_64 : Mips::FP) :
273 (IsN64 ? Mips::SP_64 : Mips::SP);
H A DMipsFrameLowering.cpp139 unsigned SP = STI.getABI().IsN64() ? Mips::SP_64 : Mips::SP;
H A DMipsTargetMachine.cpp63 if (!ABI.IsN64())
73 if (ABI.IsN64() || ABI.IsN32())
H A DMipsSERegisterInfo.cpp114 static_cast<const MipsTargetMachine &>(MF.getTarget()).getABI().IsN64();
H A DMipsSubtarget.cpp171 bool MipsSubtarget::isABI_N64() const { return getABI().IsN64(); }
H A DMipsISelLowering.cpp416 setMinStackArgumentAlignment((ABI.IsN32() || ABI.IsN64()) ? 8 : 4);
418 setStackPointerRegisterToSaveRestore(ABI.IsN64() ? Mips::SP_64 : Mips::SP);
420 setExceptionPointerRegister(ABI.IsN64() ? Mips::A0_64 : Mips::A0);
421 setExceptionSelectorRegister(ABI.IsN64() ? Mips::A1_64 : Mips::A1);
1568 if ((getTargetMachine().getRelocationModel() == Reloc::PIC_) || ABI.IsN64()) {
1650 if (getTargetMachine().getRelocationModel() != Reloc::PIC_ && !ABI.IsN64()) {
1663 return getAddrLocal(N, SDLoc(N), Ty, DAG, ABI.IsN32() || ABI.IsN64());
1671 (ABI.IsN32() || ABI.IsN64()) ? MipsII::MO_GOT_DISP
1681 if (getTargetMachine().getRelocationModel() != Reloc::PIC_ && !ABI.IsN64())
1684 return getAddrLocal(N, SDLoc(N), Ty, DAG, ABI.IsN32() || ABI.IsN64());
[all...]
H A DMipsLongBranch.cpp279 if (!ABI.IsN64()) {
457 !IsPIC ? 2 : (ABI.IsN64() ? 10 : (!STI.isTargetNaCl() ? 9 : 10));
H A DMipsSEISelDAGToDAG.cpp138 RC = (ABI.IsN64()) ? &Mips::GPR64RegClass : &Mips::GPR32RegClass;
143 if (ABI.IsN64()) {
H A DMipsAsmPrinter.cpp708 if (RM == Reloc::Static && !ABI.IsN64())
/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp378 bool isABI_N64() const { return ABI.IsN64(); }

Completed in 181 milliseconds