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.cpp110 if (hasMSA() && !isFP64bit()) in MipsSubtarget()
194 if (!hasMips32r5() && hasMSA() && !MSAWarningPrinted) { in MipsSubtarget()
H A DMipsSubtarget.h324 bool hasMSA() const { return HasMSA; } in hasMSA() function
H A DMipsSEISelLowering.cpp72 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 DMipsSEISelDAGToDAG.cpp513 if (!Subtarget->hasMSA()) in selectVSplat()
1105 if (!Subtarget->hasMSA() || !BVN->getValueType(0).is128BitVector()) in trySelect()
H A DMipsRegisterBankInfo.cpp381 assert(MF.getSubtarget<MipsSubtarget>().hasMSA() && in getMSAMapping()
H A DMipsInstructionSelector.cpp237 assert(STI.hasMSA() && "Vector instructions require target with MSA."); in selectLoadStoreOpCode()
H A DMipsSEFrameLowering.cpp906 if (isIntN(STI.hasMSA() ? 10 : 16, MaxSPOffset) && in determineCalleeSaves()
H A DMipsScheduleGeneric.td1392 // MIPS MSA ASE - hasMSA
H A DMipsInstrInfo.td243 def HasMSA : Predicate<"Subtarget->hasMSA()">,
H A DMipsISelLowering.cpp4000 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.cpp685 bool hasMSA() const { in hasMSA() function in __anona2e40b320211::MipsAsmParser