/external/llvm-project/llvm/lib/Target/Mips/ |
D | MipsSubtarget.cpp | 111 if (isFP64bit() && !hasMips64() && hasMips32() && !hasMips32r2()) in MipsSubtarget() 136 if (inAbs2008Mode() && hasMips32() && !hasMips32r2()) { in MipsSubtarget() 171 } else if (hasMips32() && !hasMips32r2()) { in MipsSubtarget() 181 } else if (hasMips32() && !hasMips32r2()) { in MipsSubtarget()
|
D | MipsSubtarget.h | 252 bool hasMips32() const { in hasMips32() function
|
D | MipsISelLowering.cpp | 480 if (!Subtarget.hasMips32() || Subtarget.inMips16Mode()) in MipsTargetLowering() 547 bool UseFastISel = TM.Options.EnableFastISel && Subtarget.hasMips32() && in createFastISel() 1062 if (Subtarget.hasMips32() && !Subtarget.hasMips32r6() && in performSUBCombine() 1077 if (Subtarget.hasMips32() && !Subtarget.hasMips32r6() && in performADDCombine() 1186 return Subtarget.hasMips32(); in isCheapToSpeculateCttz() 1190 return Subtarget.hasMips32(); in isCheapToSpeculateCtlz() 2632 if (!(Subtarget.hasMips4() || Subtarget.hasMips32())) { in lowerShiftRightParts() 4562 assert(!(Subtarget.hasMips4() || Subtarget.hasMips32()) && in emitPseudoSELECT() 4639 assert(!(Subtarget.hasMips4() || Subtarget.hasMips32()) && in emitPseudoD_SELECT()
|
D | MipsInstrInfo.td | 176 def HasMips32 : Predicate<"Subtarget->hasMips32()">,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsSubtarget.cpp | 111 if (isFP64bit() && !hasMips64() && hasMips32() && !hasMips32r2()) in MipsSubtarget() 136 if (inAbs2008Mode() && hasMips32() && !hasMips32r2()) { in MipsSubtarget() 171 } else if (hasMips32() && !hasMips32r2()) { in MipsSubtarget() 181 } else if (hasMips32() && !hasMips32r2()) { in MipsSubtarget()
|
D | MipsSubtarget.h | 249 bool hasMips32() const { in hasMips32() function
|
D | MipsISelLowering.cpp | 479 if (!Subtarget.hasMips32() || Subtarget.inMips16Mode()) in MipsTargetLowering() 546 bool UseFastISel = TM.Options.EnableFastISel && Subtarget.hasMips32() && in createFastISel() 1061 if (Subtarget.hasMips32() && !Subtarget.hasMips32r6() && in performSUBCombine() 1076 if (Subtarget.hasMips32() && !Subtarget.hasMips32r6() && in performADDCombine() 1185 return Subtarget.hasMips32(); in isCheapToSpeculateCttz() 1189 return Subtarget.hasMips32(); in isCheapToSpeculateCtlz() 2634 if (!(Subtarget.hasMips4() || Subtarget.hasMips32())) { in lowerShiftRightParts() 4548 assert(!(Subtarget.hasMips4() || Subtarget.hasMips32()) && in emitPseudoSELECT() 4625 assert(!(Subtarget.hasMips4() || Subtarget.hasMips32()) && in emitPseudoD_SELECT()
|
D | MipsInstrInfo.td | 176 def HasMips32 : Predicate<"Subtarget->hasMips32()">,
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsABIFlagsSection.h | 99 } else if (P.hasMips32()) { in setISALevelAndRevisionFromPredicates()
|
/external/llvm/lib/Target/Mips/ |
D | MipsSubtarget.h | 192 bool hasMips32() const { in hasMips32() function
|
D | MipsISelLowering.cpp | 402 if (!Subtarget.hasMips32() || Subtarget.inMips16Mode()) in MipsTargetLowering() 867 return Subtarget.hasMips32(); in isCheapToSpeculateCttz() 871 return Subtarget.hasMips32(); in isCheapToSpeculateCtlz() 3963 assert(!(Subtarget.hasMips4() || Subtarget.hasMips32()) && in emitPseudoSELECT()
|
D | MipsFastISel.cpp | 209 !Subtarget->inMicroMipsMode() && Subtarget->hasMips32(); in MipsFastISel()
|
D | MipsSEISelLowering.cpp | 534 if (Subtarget.hasMips32() && !Subtarget.hasMips32r6() && in performADDECombine() 789 if (Subtarget.hasMips32() && N->getValueType(0) == MVT::i32 && in performSUBECombine()
|
D | MipsInstrInfo.td | 168 def HasMips32 : Predicate<"Subtarget->hasMips32()">,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsABIFlagsSection.h | 96 } else if (P.hasMips32()) { in setISALevelAndRevisionFromPredicates()
|
/external/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsABIFlagsSection.h | 96 } else if (P.hasMips32()) { in setISALevelAndRevisionFromPredicates()
|
/external/llvm/lib/Target/Mips/Disassembler/ |
D | MipsDisassembler.cpp | 44 bool hasMips32() const { return STI.getFeatureBits()[Mips::FeatureMips32]; } in hasMips32() function in __anon528cdaf40111::MipsDisassembler 58 return !hasMips32() && !hasMips3(); in hasCOP3()
|
/external/llvm-project/llvm/lib/Target/Mips/Disassembler/ |
D | MipsDisassembler.cpp | 52 bool hasMips32() const { return STI.getFeatureBits()[Mips::FeatureMips32]; } in hasMips32() function in __anona71462c20111::MipsDisassembler 70 return !hasMips32() && !hasMips3(); in hasCOP3()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/Disassembler/ |
D | MipsDisassembler.cpp | 52 bool hasMips32() const { return STI.getFeatureBits()[Mips::FeatureMips32]; } in hasMips32() function in __anon03f122560111::MipsDisassembler 70 return !hasMips32() && !hasMips3(); in hasCOP3()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 558 bool hasEightFccRegisters() const { return hasMips4() || hasMips32(); } in hasEightFccRegisters() 617 bool hasMips32() const { in hasMips32() function in __anonc392b0b60211::MipsAsmParser 4779 if (hasMips32()) { in expandRotation() 4838 if (hasMips32()) { in expandRotationImm() 5607 if (Inst.getOperand(0).getImm() != 0 && !hasMips32()) in checkTargetMatchPredicate() 5614 if (Inst.getOperand(2).getImm() != 0 && !hasMips32()) in checkTargetMatchPredicate()
|
/external/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 574 bool hasEightFccRegisters() const { return hasMips4() || hasMips32(); } in hasEightFccRegisters() 633 bool hasMips32() const { in hasMips32() function in __anon441910220211::MipsAsmParser 4889 if (hasMips32()) { in expandRotation() 4948 if (hasMips32()) { in expandRotationImm() 5799 if (Inst.getOperand(0).getImm() != 0 && !hasMips32()) in checkTargetMatchPredicate() 5806 if (Inst.getOperand(2).getImm() != 0 && !hasMips32()) in checkTargetMatchPredicate()
|
/external/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 444 bool hasEightFccRegisters() const { return hasMips4() || hasMips32(); } in hasEightFccRegisters() 482 bool hasMips32() const { in hasMips32() function in __anond0efcad40211::MipsAsmParser 3416 if (hasMips32()) { in expandRotation() 3477 if (hasMips32()) { in expandRotationImm()
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/ |
D | MipsGenFastISel.inc | 179 …if ((Subtarget->hasMips32()) && (Subtarget->hasStandardEncoding()) && (!Subtarget->inMicroMipsMode… 981 …if ((Subtarget->hasMips32()) && (Subtarget->hasStandardEncoding()) && (!Subtarget->inMicroMipsMode… 1705 …if ((Subtarget->hasMips32()) && (Subtarget->hasStandardEncoding()) && (!Subtarget->inMicroMipsMode…
|
D | MipsGenDAGISel.inc | 12162 /* 22685*/ OPC_CheckPatternPredicate, 49, // (Subtarget->hasMips32()) && (Subtarget->hasSt… 12202 /* 22752*/ OPC_CheckPatternPredicate, 49, // (Subtarget->hasMips32()) && (Subtarget->hasSt… 16288 /* 30133*/ OPC_CheckPatternPredicate, 62, // (Subtarget->hasMips32()) && (Subtarget->hasSt… 22329 /* 41915*/ OPC_CheckPatternPredicate, 49, // (Subtarget->hasMips32()) && (Subtarget->has… 22533 /* 42216*/ OPC_CheckPatternPredicate, 78, // (Subtarget->hasMips32()) && (Subtarget->hasStan… 24253 /* 45441*/ OPC_CheckPatternPredicate, 49, // (Subtarget->hasMips32()) && (Subtarget->hasStan… 24690 /* 46197*/ OPC_CheckPatternPredicate, 101, // (Subtarget->hasMips32()) && (Subtarget->hasStand… 24719 /* 46253*/ OPC_CheckPatternPredicate, 101, // (Subtarget->hasMips32()) && (Subtarget->hasStand… 24748 /* 46309*/ OPC_CheckPatternPredicate, 101, // (Subtarget->hasMips32()) && (Subtarget->hasStand… 24777 /* 46365*/ OPC_CheckPatternPredicate, 101, // (Subtarget->hasMips32()) && (Subtarget->hasStand… [all …]
|
D | MipsGenGlobalISel.inc | 95 if (Subtarget->hasMips32())
|