Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsLegalizerInfo.cpp86 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 DMipsSubtarget.cpp111 if (hasMSA() && !isFP64bit()) in MipsSubtarget()
195 if (!hasMips32r5() && hasMSA() && !MSAWarningPrinted) { in MipsSubtarget()
H A DMipsSubtarget.h325 bool hasMSA() const { return HasMSA; } in hasMSA() function
H A DMipsSEISelLowering.cpp68 if (this->Subtarget.hasMSA()) { in getPreferredVectorAction()
111 if (Subtarget.hasDSP() || Subtarget.hasMSA()) { in MipsSETargetLowering()
152 if (Subtarget.hasMSA()) { in MipsSETargetLowering()
523 if (!Subtarget.hasMSA()) in performANDCombine()
638 if (!Subtarget.hasMSA()) in performORCombine()
936 if (Subtarget.hasMSA()) { in performSRACombine()
1040 if (Subtarget.hasMSA() && Ty.is128BitVector() && Ty.isInteger()) { in performXORCombine()
2507 if (!Subtarget.hasMSA() || !ResTy.is128BitVector()) in lowerBUILD_VECTOR()
3711 assert(Subtarget.hasMSA() && Subtarget.hasMips32r2()); in emitFPROUND_PSEUDO()
3816 assert(Subtarget.hasMSA() && Subtarget.hasMips32r2()); in emitFPEXTEND_PSEUDO()
H A DMipsSEISelDAGToDAG.cpp509 if (!Subtarget->hasMSA()) in selectVSplat()
1051 if (!Subtarget->hasMSA() || !BVN->getValueType(0).is128BitVector()) in trySelect()
H A DMipsRegisterBankInfo.cpp352 assert(MF.getSubtarget<MipsSubtarget>().hasMSA() && in getMSAMapping()
H A DMipsSEFrameLowering.cpp870 if (isIntN(STI.hasMSA() ? 10 : 16, MaxSPOffset) && in determineCalleeSaves()
H A DMipsInstructionSelector.cpp237 assert(STI.hasMSA() && "Vector instructions require target with MSA."); in selectLoadStoreOpCode()
H A DMipsScheduleGeneric.td1392 // MIPS MSA ASE - hasMSA
H A DMipsInstrInfo.td243 def HasMSA : Predicate<"Subtarget->hasMSA()">,
H A DMipsISelLowering.cpp4158 if (Subtarget.hasMSA() && type->isVectorTy() && in getSingleConstraintMatchWeight()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIFlagsSection.h134 else if (P.hasMSA()) in setCPR1SizeFromPredicates()
157 if (P.hasMSA()) in setASESetFromPredicates()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp683 bool hasMSA() const { in hasMSA() function in __anona2e40b320211::MipsAsmParser