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

/external/llvm/lib/MC/
H A DMCELFObjectTargetWriter.cpp22 IsN64(IsN64_){
/external/llvm/include/llvm/MC/
H A DMCELFObjectWriter.h57 const unsigned IsN64 : 1;
63 bool IsN64=false);
100 bool isN64() const { return IsN64; }
/external/llvm/lib/Target/Mips/
H A DMipsRegisterInfo.cpp184 bool IsN64 = Subtarget.isABI_N64();
186 return TFI->hasFP(MF) ? (IsN64 ? Mips::FP_64 : Mips::FP) :
187 (IsN64 ? Mips::SP_64 : Mips::SP);
H A DMipsSEInstrInfo.h24 bool IsN64; member in class:llvm::MipsSEInstrInfo
H A DMipsSEInstrInfo.cpp30 IsN64(tm.getSubtarget<MipsSubtarget>().isABI_N64()) {}
166 Opc = IsN64 ? Mips::SW_P8 : Mips::SW;
168 Opc = IsN64 ? Mips::SD_P8 : Mips::SD;
170 Opc = IsN64 ? Mips::SWC1_P8 : Mips::SWC1;
174 Opc = IsN64 ? Mips::SDC164_P8 : Mips::SDC164;
193 Opc = IsN64 ? Mips::LW_P8 : Mips::LW;
195 Opc = IsN64 ? Mips::LD_P8 : Mips::LD;
197 Opc = IsN64 ? Mips::LWC1_P8 : Mips::LWC1;
201 Opc = IsN64 ? Mips::LDC164_P8 : Mips::LDC164;
H A DMipsISelLowering.cpp100 HasMips64(Subtarget->hasMips64()), IsN64(Subtarget->isABI_N64()),
301 setStackPointerRegisterToSaveRestore(IsN64 ? Mips::SP_64 : Mips::SP);
304 setExceptionPointerRegister(IsN64 ? Mips::A0_64 : Mips::A0);
305 setExceptionSelectorRegister(IsN64 ? Mips::A1_64 : Mips::A1);
1049 LL = IsN64 ? Mips::LL_P8 : Mips::LL;
1050 SC = IsN64 ? Mips::SC_P8 : Mips::SC;
1057 LL = IsN64 ? Mips::LLD_P8 : Mips::LLD;
1058 SC = IsN64 ? Mips::SCD_P8 : Mips::SCD;
1134 unsigned LL = IsN64 ? Mips::LL_P8 : Mips::LL;
1135 unsigned SC = IsN64
[all...]
H A DMipsISelLowering.h123 bool HasMips64, IsN64, IsO32; member in class:llvm::MipsTargetLowering

Completed in 85 milliseconds