HomeSort by relevance Sort by last modified time
    Searched refs:hasMips64 (Results 1 - 14 of 14) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsSubtarget.cpp 44 MipsABI = hasMips64() ? N64 : O32;
47 assert(((!hasMips64() && (isABI_O32() || isABI_EABI())) ||
48 (hasMips64() && (isABI_N32() || isABI_N64()))) &&
MipsFrameLowering.h 30 : TargetFrameLowering(StackGrowsDown, sti.hasMips64() ? 16 : 8, 0),
MipsSubtarget.h 111 bool hasMips64() const { return MipsArchVersion >= Mips64; }
MipsTargetMachine.cpp 101 if (!Subtarget.hasMips64())
MipsRegisterInfo.cpp 181 else if (!Subtarget.hasMips64())
208 if (Subtarget.hasMips64()) {
MipsISelLowering.cpp 87 HasMips64(Subtarget->hasMips64()), IsN64(Subtarget->isABI_N64()) {
98 if (HasMips64)
103 if (HasMips64)
    [all...]
  /external/llvm/lib/Target/Mips/
MipsSubtarget.h 194 hasMips64();
212 bool hasMips64() const { return MipsArchVersion >= Mips64; }
278 unsigned stackAlignment() const { return hasMips64() ? 16 : 8; }
MipsMachineFunction.cpp 45 ? STI.hasMips64()
MipsRegisterInfo.cpp 101 if (Subtarget.hasMips64())
MipsSEFrameLowering.cpp 560 if (!STI.isABI_O32() || STI.hasMips64())
    [all...]
MipsISelLowering.cpp 404 if (!Subtarget.hasMips64())
    [all...]
MipsSEISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsABIFlagsSection.h 87 if (P.hasMips64()) {
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 485 bool hasMips64() const {
    [all...]

Completed in 3005 milliseconds