/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsSubtarget.cpp | 44 MipsABI = hasMips64() ? N64 : O32; in MipsSubtarget() 47 assert(((!hasMips64() && (isABI_O32() || isABI_EABI())) || in MipsSubtarget() 48 (hasMips64() && (isABI_N32() || isABI_N64()))) && in MipsSubtarget()
|
D | MipsFrameLowering.h | 30 : TargetFrameLowering(StackGrowsDown, sti.hasMips64() ? 16 : 8, 0), in MipsFrameLowering()
|
D | MipsSubtarget.h | 111 bool hasMips64() const { return MipsArchVersion >= Mips64; } in hasMips64() function
|
D | MipsTargetMachine.cpp | 101 if (!Subtarget.hasMips64()) in addPreRegAlloc()
|
D | MipsRegisterInfo.cpp | 181 else if (!Subtarget.hasMips64()) in getCalleeSavedRegs() 208 if (Subtarget.hasMips64()) { in getReservedRegs()
|
D | MipsInstrInfo.td | 130 def HasMips64 : Predicate<"Subtarget.hasMips64()">; 131 def NotMips64 : Predicate<"!Subtarget.hasMips64()">;
|
/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 | MipsISelLowering.cpp | 404 if (!Subtarget.hasMips64()) in MipsTargetLowering() 3695 if (Subtarget.hasMips64()) in getOptimalMemOpType()
|
D | MipsInstrInfo.td | 186 def HasMips64 : Predicate<"Subtarget->hasMips64()">, 188 def NotMips64 : Predicate<"!Subtarget->hasMips64()">,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsSubtarget.cpp | 156 if (hasMips64() && !hasMips64r2()) { in MipsSubtarget() 166 if (hasMips64() && !hasMips64r2()) { in MipsSubtarget() 177 StringRef ArchName = hasMips64() ? "MIPS64" : "MIPS32"; in MipsSubtarget()
|
D | MipsSubtarget.h | 243 hasMips64(); in hasMips32() 261 bool hasMips64() const { return MipsArchVersion >= Mips64; } in hasMips64() function
|
D | MipsRegisterInfo.cpp | 98 if (Subtarget.hasMips64()) in getCalleeSavedRegs()
|
D | MipsSEISelLowering.cpp | 1739 if (Subtarget.hasMips64()) in lowerINTRINSIC_WO_CHAIN() 1754 if (Subtarget.hasMips64()) in lowerINTRINSIC_WO_CHAIN() 3636 bool IsFGR64onMips64 = Subtarget.hasMips64() && IsFGR64; in emitFPROUND_PSEUDO() 3637 bool IsFGR64onMips32 = !Subtarget.hasMips64() && IsFGR64; in emitFPROUND_PSEUDO() 3741 bool IsFGR64onMips64 = Subtarget.hasMips64() && IsFGR64; in emitFPEXTEND_PSEUDO() 3742 bool IsFGR64onMips32 = !Subtarget.hasMips64() && IsFGR64; in emitFPEXTEND_PSEUDO()
|
D | MipsSEFrameLowering.cpp | 585 if (!STI.isABI_O32() || STI.hasMips64()) in emitInterruptPrologueStub()
|
D | MipsISelLowering.cpp | 480 if (!Subtarget.hasMips64()) in MipsTargetLowering() 988 if (Subtarget.hasMips64()) in performMADD_MSUBCombine() 3997 if (Subtarget.hasMips64()) in getOptimalMemOpType()
|
D | MipsInstrInfo.td | 195 def HasMips64 : Predicate<"Subtarget->hasMips64()">, 197 def NotMips64 : Predicate<"!Subtarget->hasMips64()">,
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsABIFlagsSection.h | 87 if (P.hasMips64()) { in setISALevelAndRevisionFromPredicates()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsABIFlagsSection.h | 85 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-7.0/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 577 bool hasMips64() const { in hasMips64() function in __anon065d760c0211::MipsAsmParser 4568 if (hasMips64()) { in expandDRotation() 4638 if (hasMips64()) { in expandDRotationImm()
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/ |
D | MipsGenDAGISel.inc | 1598 …C_CheckPatternPredicate, 30, // (Subtarget->hasCnMips()) && (Subtarget->hasMips64()) && (Subtarget… 1621 …C_CheckPatternPredicate, 30, // (Subtarget->hasCnMips()) && (Subtarget->hasMips64()) && (Subtarget… 1644 …C_CheckPatternPredicate, 30, // (Subtarget->hasCnMips()) && (Subtarget->hasMips64()) && (Subtarget… 1667 …C_CheckPatternPredicate, 30, // (Subtarget->hasCnMips()) && (Subtarget->hasMips64()) && (Subtarget… 1691 …C_CheckPatternPredicate, 30, // (Subtarget->hasCnMips()) && (Subtarget->hasMips64()) && (Subtarget… 1713 …C_CheckPatternPredicate, 30, // (Subtarget->hasCnMips()) && (Subtarget->hasMips64()) && (Subtarget… 12734 /* 23456*/ OPC_CheckPatternPredicate, 51, // (Subtarget->hasMips64()) && (Subtarget->hasSt… 12771 /* 23518*/ OPC_CheckPatternPredicate, 51, // (Subtarget->hasMips64()) && (Subtarget->hasSt… 15477 /* 28377*/ OPC_CheckPatternPredicate, 55, // (Subtarget->hasCnMips()) && (Subtarget->hasMips64… 15492 /* 28404*/ OPC_CheckPatternPredicate, 55, // (Subtarget->hasCnMips()) && (Subtarget->hasMips64… [all …]
|