Home
last modified time | relevance | path

Searched refs:hasMips64 (Results 1 – 16 of 16) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsSubtarget.cpp44 MipsABI = hasMips64() ? N64 : O32; in MipsSubtarget()
47 assert(((!hasMips64() && (isABI_O32() || isABI_EABI())) || in MipsSubtarget()
48 (hasMips64() && (isABI_N32() || isABI_N64()))) && in MipsSubtarget()
DMipsFrameLowering.h30 : TargetFrameLowering(StackGrowsDown, sti.hasMips64() ? 16 : 8, 0), in MipsFrameLowering()
DMipsSubtarget.h111 bool hasMips64() const { return MipsArchVersion >= Mips64; } in hasMips64() function
DMipsTargetMachine.cpp101 if (!Subtarget.hasMips64()) in addPreRegAlloc()
DMipsRegisterInfo.cpp181 else if (!Subtarget.hasMips64()) in getCalleeSavedRegs()
208 if (Subtarget.hasMips64()) { in getReservedRegs()
DMipsInstrInfo.td130 def HasMips64 : Predicate<"Subtarget.hasMips64()">;
131 def NotMips64 : Predicate<"!Subtarget.hasMips64()">;
DMipsISelLowering.cpp87 HasMips64(Subtarget->hasMips64()), IsN64(Subtarget->isABI_N64()) { in MipsTargetLowering()
/external/llvm/lib/Target/Mips/
DMipsSubtarget.h194 hasMips64(); in hasMips32()
212 bool hasMips64() const { return MipsArchVersion >= Mips64; } in hasMips64() function
278 unsigned stackAlignment() const { return hasMips64() ? 16 : 8; } in stackAlignment()
DMipsMachineFunction.cpp45 ? STI.hasMips64() in getGlobalBaseReg()
DMipsRegisterInfo.cpp101 if (Subtarget.hasMips64()) in getCalleeSavedRegs()
DMipsSEFrameLowering.cpp560 if (!STI.isABI_O32() || STI.hasMips64()) in emitInterruptPrologueStub()
869 const TargetRegisterClass *RC = STI.hasMips64() ? in determineCalleeSaves()
DMipsSEISelLowering.cpp1751 if (Subtarget.hasMips64()) in lowerINTRINSIC_WO_CHAIN()
1766 if (Subtarget.hasMips64()) in lowerINTRINSIC_WO_CHAIN()
DMipsInstrInfo.td186 def HasMips64 : Predicate<"Subtarget->hasMips64()">,
188 def NotMips64 : Predicate<"!Subtarget->hasMips64()">,
DMipsISelLowering.cpp404 if (!Subtarget.hasMips64()) in MipsTargetLowering()
3695 if (Subtarget.hasMips64()) in getOptimalMemOpType()
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIFlagsSection.h87 if (P.hasMips64()) { in setISALevelAndRevisionFromPredicates()
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp485 bool hasMips64() const { in hasMips64() function in __anon62f483b30211::MipsAsmParser
3545 if (hasMips64()) { in expandDRotation()
3617 if (hasMips64()) { in expandDRotationImm()