/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/ |
D | MipsGenFastISel.inc | 200 if ((Subtarget->hasMSA()) && (Subtarget->hasStandardEncoding())) { 209 if ((Subtarget->hasMSA()) && (Subtarget->hasStandardEncoding())) { 218 if ((Subtarget->hasMSA()) && (Subtarget->hasStandardEncoding())) { 227 if ((Subtarget->hasMSA()) && (Subtarget->hasStandardEncoding())) { 268 if ((Subtarget->hasMSA()) && (Subtarget->hasStandardEncoding())) { 277 if ((Subtarget->hasMSA()) && (Subtarget->hasStandardEncoding())) { 286 if ((Subtarget->hasMSA()) && (Subtarget->hasStandardEncoding())) { 295 if ((Subtarget->hasMSA()) && (Subtarget->hasStandardEncoding())) { 348 if ((Subtarget->hasMSA()) && (Subtarget->hasStandardEncoding())) { 357 if ((Subtarget->hasMSA()) && (Subtarget->hasStandardEncoding())) { [all …]
|
D | MipsGenDAGISel.inc | 462 /* 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 …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsLegalizerInfo.cpp | 69 if (ST.hasMSA() && CheckTyN(0, Query, {v16s8, v8s16, v4s32, v2s64})) in MipsLegalizerInfo() 90 if (ST.hasMSA() && in MipsLegalizerInfo() 149 if (ST.hasMSA() && CheckTyN(0, Query, {v16s8, v8s16, v4s32, v2s64})) in MipsLegalizerInfo() 213 if (ST.hasMSA() && CheckTyN(0, Query, {v16s8, v8s16, v4s32, v2s64})) in MipsLegalizerInfo() 320 assert(ST.hasMSA() && "MSA intrinsic not supported on target without MSA."); in SelectMSA3OpIntrinsic() 335 assert(ST.hasMSA() && "MSA intrinsic not supported on target without MSA."); in MSA3OpIntrinsicToGeneric() 347 assert(ST.hasMSA() && "MSA intrinsic not supported on target without MSA."); in MSA2OpIntrinsicToGeneric()
|
D | MipsSubtarget.cpp | 106 if (hasMSA() && !isFP64bit()) in MipsSubtarget() 190 if (!hasMips32r5() && hasMSA() && !MSAWarningPrinted) { in MipsSubtarget()
|
D | MipsSubtarget.h | 315 bool hasMSA() const { return HasMSA; } in hasMSA() function
|
D | MipsSEISelLowering.cpp | 73 if (Subtarget.hasDSP() || Subtarget.hasMSA()) { in MipsSETargetLowering() 117 if (Subtarget.hasMSA()) { in MipsSETargetLowering() 485 if (!Subtarget.hasMSA()) in performANDCombine() 600 if (!Subtarget.hasMSA()) in performORCombine() 898 if (Subtarget.hasMSA()) { in performSRACombine() 1002 if (Subtarget.hasMSA() && Ty.is128BitVector() && Ty.isInteger()) { in performXORCombine() 2469 if (!Subtarget.hasMSA() || !ResTy.is128BitVector()) in lowerBUILD_VECTOR() 3657 assert(Subtarget.hasMSA() && Subtarget.hasMips32r2()); in emitFPROUND_PSEUDO() 3762 assert(Subtarget.hasMSA() && Subtarget.hasMips32r2()); in emitFPEXTEND_PSEUDO()
|
D | MipsSEISelDAGToDAG.cpp | 513 if (!Subtarget->hasMSA()) in selectVSplat() 991 if (!Subtarget->hasMSA() || !BVN->getValueType(0).is128BitVector()) in trySelect()
|
D | MipsRegisterBankInfo.cpp | 373 assert(static_cast<const MipsSubtarget &>(MF.getSubtarget()).hasMSA() && in getMSAMapping()
|
D | MipsInstructionSelector.cpp | 230 assert(STI.hasMSA() && "Vector instructions require target with MSA."); in selectLoadStoreOpCode()
|
D | MipsSEFrameLowering.cpp | 908 if (isIntN(STI.hasMSA() ? 10 : 16, MaxSPOffset) && in determineCalleeSaves()
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | MipsLegalizerInfo.cpp | 85 if (ST.hasMSA() && CheckTyN(0, Query, {v16s8, v8s16, v4s32, v2s64})) in MipsLegalizerInfo() 114 if (ST.hasMSA() && CheckTy0Ty1MemSizeAlign( in MipsLegalizerInfo() 200 if (ST.hasMSA() && CheckTyN(0, Query, {v16s8, v8s16, v4s32, v2s64})) in MipsLegalizerInfo() 283 if (ST.hasMSA() && CheckTyN(0, Query, {v16s8, v8s16, v4s32, v2s64})) in MipsLegalizerInfo() 467 assert(ST.hasMSA() && "MSA intrinsic not supported on target without MSA."); in SelectMSA3OpIntrinsic() 482 assert(ST.hasMSA() && "MSA intrinsic not supported on target without MSA."); in MSA3OpIntrinsicToGeneric() 494 assert(ST.hasMSA() && "MSA intrinsic not supported on target without MSA."); in MSA2OpIntrinsicToGeneric()
|
D | MipsSubtarget.cpp | 106 if (hasMSA() && !isFP64bit()) in MipsSubtarget() 190 if (!hasMips32r5() && hasMSA() && !MSAWarningPrinted) { in MipsSubtarget()
|
D | MipsSubtarget.h | 319 bool hasMSA() const { return HasMSA; } in hasMSA() function
|
D | MipsSEISelLowering.cpp | 73 if (Subtarget.hasDSP() || Subtarget.hasMSA()) { in MipsSETargetLowering() 117 if (Subtarget.hasMSA()) { in MipsSETargetLowering() 485 if (!Subtarget.hasMSA()) in performANDCombine() 600 if (!Subtarget.hasMSA()) in performORCombine() 898 if (Subtarget.hasMSA()) { in performSRACombine() 1002 if (Subtarget.hasMSA() && Ty.is128BitVector() && Ty.isInteger()) { in performXORCombine() 2468 if (!Subtarget.hasMSA() || !ResTy.is128BitVector()) in lowerBUILD_VECTOR() 3656 assert(Subtarget.hasMSA() && Subtarget.hasMips32r2()); in emitFPROUND_PSEUDO() 3761 assert(Subtarget.hasMSA() && Subtarget.hasMips32r2()); in emitFPEXTEND_PSEUDO()
|
D | MipsSEISelDAGToDAG.cpp | 513 if (!Subtarget->hasMSA()) in selectVSplat() 1064 if (!Subtarget->hasMSA() || !BVN->getValueType(0).is128BitVector()) in trySelect()
|
D | MipsRegisterBankInfo.cpp | 402 assert(static_cast<const MipsSubtarget &>(MF.getSubtarget()).hasMSA() && in getMSAMapping()
|
D | MipsSEFrameLowering.cpp | 906 if (isIntN(STI.hasMSA() ? 10 : 16, MaxSPOffset) && in determineCalleeSaves()
|
D | MipsInstructionSelector.cpp | 236 assert(STI.hasMSA() && "Vector instructions require target with MSA."); in selectLoadStoreOpCode()
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsABIFlagsSection.h | 137 else if (P.hasMSA()) in setCPR1SizeFromPredicates() 158 if (P.hasMSA()) in setASESetFromPredicates()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsABIFlagsSection.h | 134 else if (P.hasMSA()) in setCPR1SizeFromPredicates() 157 if (P.hasMSA()) in setASESetFromPredicates()
|
/external/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsABIFlagsSection.h | 134 else if (P.hasMSA()) in setCPR1SizeFromPredicates() 157 if (P.hasMSA()) in setASESetFromPredicates()
|
/external/llvm/lib/Target/Mips/ |
D | MipsSubtarget.cpp | 97 if (hasMSA() && !isFP64bit()) in MipsSubtarget()
|
D | MipsSubtarget.h | 251 bool hasMSA() const { return HasMSA; } in hasMSA() function
|
D | MipsSEISelDAGToDAG.cpp | 499 if (!Subtarget->hasMSA()) in selectVSplat() 909 if (!Subtarget->hasMSA() || !BVN->getValueType(0).is128BitVector()) in trySelect()
|
D | MipsSEISelLowering.cpp | 47 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()
|