/external/llvm-project/llvm/lib/Target/Mips/ |
D | MipsSubtarget.cpp | 111 if (isFP64bit() && !hasMips64() && hasMips32() && !hasMips32r2()) in MipsSubtarget() 167 if (hasMips64() && !hasMips64r2()) { in MipsSubtarget() 177 if (hasMips64() && !hasMips64r2()) { in MipsSubtarget() 188 StringRef ArchName = hasMips64() ? "MIPS64" : "MIPS32"; in MipsSubtarget()
|
D | MipsSubtarget.h | 254 hasMips64(); in hasMips32() 272 bool hasMips64() const { return MipsArchVersion >= Mips64; } in hasMips64() function
|
D | MipsRegisterInfo.cpp | 97 if (Subtarget.hasMips64()) in getCalleeSavedRegs()
|
D | MipsSEISelLowering.cpp | 218 !Subtarget.hasMips64()) { in MipsSETargetLowering() 1778 if (Subtarget.hasMips64()) in lowerINTRINSIC_WO_CHAIN() 1793 if (Subtarget.hasMips64()) in lowerINTRINSIC_WO_CHAIN() 3658 bool IsFGR64onMips64 = Subtarget.hasMips64() && IsFGR64; in emitFPROUND_PSEUDO() 3659 bool IsFGR64onMips32 = !Subtarget.hasMips64() && IsFGR64; in emitFPROUND_PSEUDO() 3763 bool IsFGR64onMips64 = Subtarget.hasMips64() && IsFGR64; in emitFPEXTEND_PSEUDO() 3764 bool IsFGR64onMips32 = !Subtarget.hasMips64() && IsFGR64; in emitFPEXTEND_PSEUDO()
|
D | MipsSEFrameLowering.cpp | 584 if (!STI.isABI_O32() || STI.hasMips64()) in emitInterruptPrologueStub()
|
D | MipsISelLowering.cpp | 482 if (!Subtarget.hasMips64()) in MipsTargetLowering() 995 if (Subtarget.hasMips64()) in performMADD_MSUBCombine() 4289 if (Subtarget.hasMips64()) in getOptimalMemOpType()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsSubtarget.cpp | 111 if (isFP64bit() && !hasMips64() && hasMips32() && !hasMips32r2()) in MipsSubtarget() 167 if (hasMips64() && !hasMips64r2()) { in MipsSubtarget() 177 if (hasMips64() && !hasMips64r2()) { in MipsSubtarget() 188 StringRef ArchName = hasMips64() ? "MIPS64" : "MIPS32"; in MipsSubtarget()
|
D | MipsSubtarget.h | 251 hasMips64(); in hasMips32() 269 bool hasMips64() const { return MipsArchVersion >= Mips64; } in hasMips64() function
|
D | MipsRegisterInfo.cpp | 97 if (Subtarget.hasMips64()) in getCalleeSavedRegs()
|
D | MipsSEISelLowering.cpp | 218 !Subtarget.hasMips64()) { in MipsSETargetLowering() 1779 if (Subtarget.hasMips64()) in lowerINTRINSIC_WO_CHAIN() 1794 if (Subtarget.hasMips64()) in lowerINTRINSIC_WO_CHAIN() 3659 bool IsFGR64onMips64 = Subtarget.hasMips64() && IsFGR64; in emitFPROUND_PSEUDO() 3660 bool IsFGR64onMips32 = !Subtarget.hasMips64() && IsFGR64; in emitFPROUND_PSEUDO() 3764 bool IsFGR64onMips64 = Subtarget.hasMips64() && IsFGR64; in emitFPEXTEND_PSEUDO() 3765 bool IsFGR64onMips32 = !Subtarget.hasMips64() && IsFGR64; in emitFPEXTEND_PSEUDO()
|
D | MipsSEFrameLowering.cpp | 584 if (!STI.isABI_O32() || STI.hasMips64()) in emitInterruptPrologueStub()
|
D | MipsISelLowering.cpp | 481 if (!Subtarget.hasMips64()) in MipsTargetLowering() 994 if (Subtarget.hasMips64()) in performMADD_MSUBCombine() 4275 if (Subtarget.hasMips64()) in getOptimalMemOpType()
|
/external/llvm/lib/Target/Mips/ |
D | MipsSubtarget.h | 194 hasMips64(); in hasMips32() 212 bool hasMips64() const { return MipsArchVersion >= Mips64; } in hasMips64() function 278 unsigned stackAlignment() const { return hasMips64() ? 16 : 8; } in stackAlignment()
|
D | MipsMachineFunction.cpp | 45 ? STI.hasMips64() in getGlobalBaseReg()
|
D | MipsRegisterInfo.cpp | 101 if (Subtarget.hasMips64()) in getCalleeSavedRegs()
|
D | MipsSEFrameLowering.cpp | 560 if (!STI.isABI_O32() || STI.hasMips64()) in emitInterruptPrologueStub() 869 const TargetRegisterClass *RC = STI.hasMips64() ? in determineCalleeSaves()
|
D | MipsSEISelLowering.cpp | 1751 if (Subtarget.hasMips64()) in lowerINTRINSIC_WO_CHAIN() 1766 if (Subtarget.hasMips64()) in lowerINTRINSIC_WO_CHAIN()
|
D | MipsInstrInfo.td | 186 def HasMips64 : Predicate<"Subtarget->hasMips64()">, 188 def NotMips64 : Predicate<"!Subtarget->hasMips64()">,
|
D | MipsISelLowering.cpp | 404 if (!Subtarget.hasMips64()) in MipsTargetLowering() 3695 if (Subtarget.hasMips64()) in getOptimalMemOpType()
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsABIFlagsSection.h | 87 if (P.hasMips64()) { in setISALevelAndRevisionFromPredicates()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsABIFlagsSection.h | 84 if (P.hasMips64()) { in setISALevelAndRevisionFromPredicates()
|
/external/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsABIFlagsSection.h | 84 if (P.hasMips64()) { in setISALevelAndRevisionFromPredicates()
|
/external/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 485 bool hasMips64() const { in hasMips64() function in __anond0efcad40211::MipsAsmParser 3545 if (hasMips64()) { in expandDRotation() 3617 if (hasMips64()) { in expandDRotationImm()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 621 bool hasMips64() const { in hasMips64() function in __anonc392b0b60211::MipsAsmParser 4904 if (hasMips64()) { in expandDRotation() 4974 if (hasMips64()) { in expandDRotationImm()
|
/external/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 637 bool hasMips64() const { in hasMips64() function in __anon441910220211::MipsAsmParser 5014 if (hasMips64()) { in expandDRotation() 5084 if (hasMips64()) { in expandDRotationImm()
|