Home
last modified time | relevance | path

Searched refs:hasMips32 (Results 1 – 25 of 25) sorted by relevance

/external/llvm-project/llvm/lib/Target/Mips/
DMipsSubtarget.cpp111 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()
DMipsSubtarget.h252 bool hasMips32() const { in hasMips32() function
DMipsISelLowering.cpp480 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()
DMipsInstrInfo.td176 def HasMips32 : Predicate<"Subtarget->hasMips32()">,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsSubtarget.cpp111 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()
DMipsSubtarget.h249 bool hasMips32() const { in hasMips32() function
DMipsISelLowering.cpp479 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()
DMipsInstrInfo.td176 def HasMips32 : Predicate<"Subtarget->hasMips32()">,
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIFlagsSection.h99 } else if (P.hasMips32()) { in setISALevelAndRevisionFromPredicates()
/external/llvm/lib/Target/Mips/
DMipsSubtarget.h192 bool hasMips32() const { in hasMips32() function
DMipsISelLowering.cpp402 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()
DMipsFastISel.cpp209 !Subtarget->inMicroMipsMode() && Subtarget->hasMips32(); in MipsFastISel()
DMipsSEISelLowering.cpp534 if (Subtarget.hasMips32() && !Subtarget.hasMips32r6() && in performADDECombine()
789 if (Subtarget.hasMips32() && N->getValueType(0) == MVT::i32 && in performSUBECombine()
DMipsInstrInfo.td168 def HasMips32 : Predicate<"Subtarget->hasMips32()">,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIFlagsSection.h96 } else if (P.hasMips32()) { in setISALevelAndRevisionFromPredicates()
/external/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIFlagsSection.h96 } else if (P.hasMips32()) { in setISALevelAndRevisionFromPredicates()
/external/llvm/lib/Target/Mips/Disassembler/
DMipsDisassembler.cpp44 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/
DMipsDisassembler.cpp52 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/
DMipsDisassembler.cpp52 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/
DMipsAsmParser.cpp558 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/
DMipsAsmParser.cpp574 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/
DMipsAsmParser.cpp444 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/
DMipsGenFastISel.inc179 …if ((Subtarget->hasMips32()) && (Subtarget->hasStandardEncoding()) && (!Subtarget->inMicroMipsMode…
981 …if ((Subtarget->hasMips32()) && (Subtarget->hasStandardEncoding()) && (!Subtarget->inMicroMipsMode…
1705 …if ((Subtarget->hasMips32()) && (Subtarget->hasStandardEncoding()) && (!Subtarget->inMicroMipsMode…
DMipsGenDAGISel.inc12162 /* 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 …]
DMipsGenGlobalISel.inc95 if (Subtarget->hasMips32())