Home
last modified time | relevance | path

Searched refs:hasMSA (Results 1 – 21 of 21) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/
DMipsGenFastISel.inc212 if ((Subtarget->hasMSA()) && (Subtarget->hasStandardEncoding())) {
221 if ((Subtarget->hasMSA()) && (Subtarget->hasStandardEncoding())) {
230 if ((Subtarget->hasMSA()) && (Subtarget->hasStandardEncoding())) {
239 if ((Subtarget->hasMSA()) && (Subtarget->hasStandardEncoding())) {
280 if ((Subtarget->hasMSA()) && (Subtarget->hasStandardEncoding())) {
289 if ((Subtarget->hasMSA()) && (Subtarget->hasStandardEncoding())) {
298 if ((Subtarget->hasMSA()) && (Subtarget->hasStandardEncoding())) {
307 if ((Subtarget->hasMSA()) && (Subtarget->hasStandardEncoding())) {
360 if ((Subtarget->hasMSA()) && (Subtarget->hasStandardEncoding())) {
369 if ((Subtarget->hasMSA()) && (Subtarget->hasStandardEncoding())) {
[all …]
DMipsGenDAGISel.inc462 /* 737*/ OPC_CheckPatternPredicate, 24, // (Subtarget->hasMSA()) && (Subtarget->hasStandar…
474 /* 759*/ OPC_CheckPatternPredicate, 24, // (Subtarget->hasMSA()) && (Subtarget->hasStandar…
486 /* 781*/ OPC_CheckPatternPredicate, 24, // (Subtarget->hasMSA()) && (Subtarget->hasStandar…
498 /* 803*/ OPC_CheckPatternPredicate, 24, // (Subtarget->hasMSA()) && (Subtarget->hasStandar…
510 /* 825*/ OPC_CheckPatternPredicate, 25, // (Subtarget->hasMSA())
522 /* 847*/ OPC_CheckPatternPredicate, 25, // (Subtarget->hasMSA())
534 /* 869*/ OPC_CheckPatternPredicate, 25, // (Subtarget->hasMSA())
577 /* 958*/ OPC_CheckPatternPredicate, 25, // (Subtarget->hasMSA())
1288 /* 2283*/ OPC_CheckPatternPredicate, 25, // (Subtarget->hasMSA())
1296 /* 2299*/ OPC_CheckPatternPredicate, 24, // (Subtarget->hasMSA()) && (Subtarget->hasStandar…
[all …]
DMipsGenGlobalISel.inc144 if (Subtarget->hasMSA())
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIFlagsSection.h137 else if (P.hasMSA()) in setCPR1SizeFromPredicates()
158 if (P.hasMSA()) in setASESetFromPredicates()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIFlagsSection.h135 else if (P.hasMSA()) in setCPR1SizeFromPredicates()
156 if (P.hasMSA()) in setASESetFromPredicates()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsSubtarget.cpp107 if (hasMSA() && !isFP64bit()) in MipsSubtarget()
179 if (!hasMips32r5() && hasMSA() && !MSAWarningPrinted) { in MipsSubtarget()
DMipsSubtarget.h303 bool hasMSA() const { return HasMSA; } in hasMSA() function
DMipsSEISelLowering.cpp73 if (Subtarget.hasDSP() || Subtarget.hasMSA()) { in MipsSETargetLowering()
117 if (Subtarget.hasMSA()) { in MipsSETargetLowering()
481 if (!Subtarget.hasMSA()) in performANDCombine()
596 if (!Subtarget.hasMSA()) in performORCombine()
889 if (Subtarget.hasMSA()) { in performSRACombine()
993 if (Subtarget.hasMSA() && Ty.is128BitVector() && Ty.isInteger()) { in performXORCombine()
2447 if (!Subtarget.hasMSA() || !ResTy.is128BitVector()) in lowerBUILD_VECTOR()
3634 assert(Subtarget.hasMSA() && Subtarget.hasMips32r2()); in emitFPROUND_PSEUDO()
3739 assert(Subtarget.hasMSA() && Subtarget.hasMips32r2()); in emitFPEXTEND_PSEUDO()
DMipsSEISelDAGToDAG.cpp565 if (!Subtarget->hasMSA()) in selectVSplat()
1025 if (!Subtarget->hasMSA() || !BVN->getValueType(0).is128BitVector()) in trySelect()
DMipsSEFrameLowering.cpp906 if (isIntN(STI.hasMSA() ? 10 : 16, MaxSPOffset) && in determineCalleeSaves()
DMipsScheduleGeneric.td864 // MIPS MSA ASE - hasMSA
DMipsISelLowering.cpp3666 if (Subtarget.hasMSA() && type->isVectorTy() && in getSingleConstraintMatchWeight()
DMipsInstrInfo.td237 def HasMSA : Predicate<"Subtarget->hasMSA()">,
/external/llvm/lib/Target/Mips/
DMipsSubtarget.cpp97 if (hasMSA() && !isFP64bit()) in MipsSubtarget()
DMipsSubtarget.h251 bool hasMSA() const { return HasMSA; } in hasMSA() function
DMipsSEISelDAGToDAG.cpp499 if (!Subtarget->hasMSA()) in selectVSplat()
909 if (!Subtarget->hasMSA() || !BVN->getValueType(0).is128BitVector()) in trySelect()
DMipsSEISelLowering.cpp47 if (Subtarget.hasDSP() || Subtarget.hasMSA()) { in MipsSETargetLowering()
86 if (Subtarget.hasMSA()) { in MipsSETargetLowering()
551 if (!Subtarget.hasMSA()) in performANDCombine()
666 if (!Subtarget.hasMSA()) in performORCombine()
901 if (Subtarget.hasMSA()) { in performSRACombine()
1044 if (Subtarget.hasMSA() && Ty.is128BitVector() && Ty.isInteger()) { in performXORCombine()
2355 if (!Subtarget.hasMSA() || !ResTy.is128BitVector()) in lowerBUILD_VECTOR()
DMipsISelLowering.cpp3375 if (Subtarget.hasMSA() && type->isVectorTy() && in getSingleConstraintMatchWeight()
DMipsInstrInfo.td220 def HasMSA : Predicate<"Subtarget->hasMSA()">,
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp522 bool hasMSA() const { in hasMSA() function in __anond0efcad40211::MipsAsmParser
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp625 bool hasMSA() const { in hasMSA() function in __anon065d760c0211::MipsAsmParser