Searched refs:hasMSA (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsLegalizerInfo.cpp | 86 if (ST.hasMSA() && CheckTyN(0, Query, {v16s8, v8s16, v4s32, v2s64})) in MipsLegalizerInfo() 115 if (ST.hasMSA() && CheckTy0Ty1MemSizeAlign( in MipsLegalizerInfo() 202 if (ST.hasMSA() && CheckTyN(0, Query, {v16s8, v8s16, v4s32, v2s64})) in MipsLegalizerInfo() 285 if (ST.hasMSA() && CheckTyN(0, Query, {v16s8, v8s16, v4s32, v2s64})) in MipsLegalizerInfo() 472 assert(ST.hasMSA() && "MSA intrinsic not supported on target without MSA."); in SelectMSA3OpIntrinsic() 487 assert(ST.hasMSA() && "MSA intrinsic not supported on target without MSA."); in MSA3OpIntrinsicToGeneric() 499 assert(ST.hasMSA() && "MSA intrinsic not supported on target without MSA."); in MSA2OpIntrinsicToGeneric()
|
H A D | MipsSubtarget.cpp | 110 if (hasMSA() && !isFP64bit()) in MipsSubtarget() 194 if (!hasMips32r5() && hasMSA() && !MSAWarningPrinted) { in MipsSubtarget()
|
H A D | MipsSubtarget.h | 324 bool hasMSA() const { return HasMSA; } in hasMSA() function
|
H A D | MipsSEISelLowering.cpp | 72 if (Subtarget.hasDSP() || Subtarget.hasMSA()) { in MipsSETargetLowering() 113 if (Subtarget.hasMSA()) { in MipsSETargetLowering() 484 if (!Subtarget.hasMSA()) in performANDCombine() 599 if (!Subtarget.hasMSA()) in performORCombine() 897 if (Subtarget.hasMSA()) { in performSRACombine() 1001 if (Subtarget.hasMSA() && Ty.is128BitVector() && Ty.isInteger()) { in performXORCombine() 2463 if (!Subtarget.hasMSA() || !ResTy.is128BitVector()) in lowerBUILD_VECTOR() 3650 assert(Subtarget.hasMSA() && Subtarget.hasMips32r2()); in emitFPROUND_PSEUDO() 3755 assert(Subtarget.hasMSA() && Subtarget.hasMips32r2()); in emitFPEXTEND_PSEUDO()
|
H A D | MipsSEISelDAGToDAG.cpp | 513 if (!Subtarget->hasMSA()) in selectVSplat() 1105 if (!Subtarget->hasMSA() || !BVN->getValueType(0).is128BitVector()) in trySelect()
|
H A D | MipsRegisterBankInfo.cpp | 381 assert(MF.getSubtarget<MipsSubtarget>().hasMSA() && in getMSAMapping()
|
H A D | MipsInstructionSelector.cpp | 237 assert(STI.hasMSA() && "Vector instructions require target with MSA."); in selectLoadStoreOpCode()
|
H A D | MipsSEFrameLowering.cpp | 906 if (isIntN(STI.hasMSA() ? 10 : 16, MaxSPOffset) && in determineCalleeSaves()
|
H A D | MipsScheduleGeneric.td | 1392 // MIPS MSA ASE - hasMSA
|
H A D | MipsInstrInfo.td | 243 def HasMSA : Predicate<"Subtarget->hasMSA()">,
|
H A D | MipsISelLowering.cpp | 4000 if (Subtarget.hasMSA() && type->isVectorTy() && in getSingleConstraintMatchWeight()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsABIFlagsSection.h | 134 else if (P.hasMSA()) in setCPR1SizeFromPredicates() 157 if (P.hasMSA()) in setASESetFromPredicates()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
H A D | MipsAsmParser.cpp | 685 bool hasMSA() const { in hasMSA() function in __anona2e40b320211::MipsAsmParser
|