Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsSubtarget.h192 hasMips64(); in hasMips32()
210 bool hasMips64() const { return MipsArchVersion >= Mips64; } in hasMips64() function
274 unsigned stackAlignment() const { return hasMips64() ? 16 : 8; } in stackAlignment()
DMipsRegisterInfo.cpp89 if (Subtarget.hasMips64()) in getCalleeSavedRegs()
DMipsSEFrameLowering.cpp562 if (!STI.isABI_O32() || STI.hasMips64()) in emitInterruptPrologueStub()
871 const TargetRegisterClass *RC = STI.hasMips64() ? in determineCalleeSaves()
DMipsSEISelLowering.cpp1752 if (Subtarget.hasMips64()) in lowerINTRINSIC_WO_CHAIN()
1767 if (Subtarget.hasMips64()) in lowerINTRINSIC_WO_CHAIN()
DMipsInstrInfo.td182 def HasMips64 : Predicate<"Subtarget->hasMips64()">,
184 def NotMips64 : Predicate<"!Subtarget->hasMips64()">,
DMipsISelLowering.cpp409 if (!Subtarget.hasMips64()) in MipsTargetLowering()
3617 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.cpp486 bool hasMips64() const { in hasMips64() function in __anondc27f1200211::MipsAsmParser
3399 if (hasMips64()) { in expandDRotation()
3470 if (hasMips64()) { in expandDRotationImm()