Home
last modified time | relevance | path

Searched refs:hasMips2 (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIFlagsSection.h117 else if (P.hasMips2()) in setISALevelAndRevisionFromPredicates()
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIFlagsSection.h119 else if (P.hasMips2()) in setISALevelAndRevisionFromPredicates()
/external/llvm/lib/Target/Mips/
DMipsSubtarget.h186 bool hasMips2() const { return MipsArchVersion >= Mips2; } in hasMips2() function
DMipsInstrInfo.td152 def HasMips2 : Predicate<"Subtarget->hasMips2()">,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsSubtarget.h235 bool hasMips2() const { return MipsArchVersion >= Mips2; } in hasMips2() function
DMipsInstrInfo.td159 def HasMips2 : Predicate<"Subtarget->hasMips2()">,
/external/llvm/lib/Target/Mips/Disassembler/
DMipsDisassembler.cpp42 bool hasMips2() const { return STI.getFeatureBits()[Mips::FeatureMips2]; } in hasMips2() function in __anonc321f61f0111::MipsDisassembler
1083 if (hasMips2() && isPTR64()) { in getInstruction()
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/
DMipsGenFastISel.inc676 …if ((Subtarget->hasMips2()) && (Subtarget->hasStandardEncoding()) && (!Subtarget->useSoftFloat()) …
691 …if ((Subtarget->hasMips2()) && (Subtarget->hasStandardEncoding()) && (Subtarget->isFP64bit()) && (…
694 …if ((Subtarget->hasMips2()) && (Subtarget->hasStandardEncoding()) && (!Subtarget->useSoftFloat()) …
1029 if ((Subtarget->hasMips2()) && (Subtarget->hasStandardEncoding()) && (Subtarget->isFP64bit())) {
1050 if ((Subtarget->hasMips2()) && (Subtarget->hasStandardEncoding()) && (Subtarget->isFP64bit())) {
1053 …if ((Subtarget->hasMips2()) && (Subtarget->hasStandardEncoding()) && (!Subtarget->isFP64bit()) && …
1060 if ((Subtarget->hasMips2()) && (Subtarget->hasStandardEncoding()) && (Subtarget->isFP64bit())) {
DMipsGenDAGISel.inc233 /* 318*/ OPC_CheckPatternPredicate, 11, // (Subtarget->hasMips2()) && (Subtarget->hasS…
249 /* 348*/ OPC_CheckPatternPredicate, 13, // (Subtarget->hasMips2()) && (Subtarget->hasS…
381 /* 588*/ OPC_CheckPatternPredicate, 18, // (Subtarget->hasMips2()) && (Subtarget->hasSta…
389 /* 603*/ OPC_CheckPatternPredicate, 19, // (Subtarget->hasMips2()) && (Subtarget->hasSta…
758 /* 1292*/ OPC_CheckPatternPredicate, 11, // (Subtarget->hasMips2()) && (Subtarget->hasSta…
774 /* 1322*/ OPC_CheckPatternPredicate, 13, // (Subtarget->hasMips2()) && (Subtarget->hasSta…
1255 /* 2221*/ OPC_CheckPatternPredicate, 18, // (Subtarget->hasMips2()) && (Subtarget->hasSta…
1263 /* 2236*/ OPC_CheckPatternPredicate, 19, // (Subtarget->hasMips2()) && (Subtarget->hasSta…
22009 /* 40731*/ OPC_CheckPatternPredicate, 64, // (Subtarget->hasMips2()) && (Subtarget->hasStandar…
22021 /* 40750*/ OPC_CheckPatternPredicate, 65, // (Subtarget->hasMips2()) && (Subtarget->hasStandar…
[all …]
DMipsGenGlobalISel.inc82 if (Subtarget->hasMips2())
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/Disassembler/
DMipsDisassembler.cpp50 bool hasMips2() const { return STI.getFeatureBits()[Mips::FeatureMips2]; } in hasMips2() function in __anonc18bfcb70111::MipsDisassembler
1338 if (hasMips2() && isPTR64()) { in getInstruction()
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp470 bool hasMips2() const { in hasMips2() function in __anon9086a1bf0211::MipsAsmParser
3143 if (hasMips1() && !hasMips2()) { in expandTrunc()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp557 bool hasMips2() const { in hasMips2() function in __anon7df596570211::MipsAsmParser
4119 if (hasMips1() && !hasMips2()) { in expandTrunc()