Searched refs:hasMSA (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsLegalizerInfo.cpp69 if (ST.hasMSA() && CheckTyN(0, Query, {v16s8, v8s16, v4s32, v2s64}))
90 if (ST.hasMSA() &&
149 if (ST.hasMSA() && CheckTyN(0, Query, {v16s8, v8s16, v4s32, v2s64}))
213 if (ST.hasMSA() && CheckTyN(0, Query, {v16s8, v8s16, v4s32, v2s64}))
320 assert(ST.hasMSA() && "MSA intrinsic not supported on target without MSA.");
335 assert(ST.hasMSA() && "MSA intrinsic not supported on target without MSA.");
347 assert(ST.hasMSA() && "MSA intrinsic not supported on target without MSA.");
H A DMipsSubtarget.cpp106 if (hasMSA() && !isFP64bit())
190 if (!hasMips32r5() && hasMSA() && !MSAWarningPrinted) {
H A DMipsSubtarget.h315 bool hasMSA() const { return HasMSA; } function in class:llvm::MipsSubtarget
H A DMipsSEISelLowering.cpp73 if (Subtarget.hasDSP() || Subtarget.hasMSA()) {
117 if (Subtarget.hasMSA()) {
485 if (!Subtarget.hasMSA())
600 if (!Subtarget.hasMSA())
898 if (Subtarget.hasMSA()) {
1002 if (Subtarget.hasMSA() && Ty.is128BitVector() && Ty.isInteger()) {
2469 if (!Subtarget.hasMSA() || !ResTy.is128BitVector())
3657 assert(Subtarget.hasMSA() && Subtarget.hasMips32r2());
3762 assert(Subtarget.hasMSA() && Subtarget.hasMips32r2());
H A DMipsRegisterBankInfo.cpp373 assert(static_cast<const MipsSubtarget &>(MF.getSubtarget()).hasMSA() &&
H A DMipsSEISelDAGToDAG.cpp513 if (!Subtarget->hasMSA())
991 if (!Subtarget->hasMSA() || !BVN->getValueType(0).is128BitVector())
H A DMipsInstructionSelector.cpp230 assert(STI.hasMSA() && "Vector instructions require target with MSA.");
H A DMipsSEFrameLowering.cpp908 if (isIntN(STI.hasMSA() ? 10 : 16, MaxSPOffset) &&
H A DMipsISelLowering.cpp3942 if (Subtarget.hasMSA() && type->isVectorTy() &&
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIFlagsSection.h134 else if (P.hasMSA())
157 if (P.hasMSA())
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp669 bool hasMSA() const { function in class:__anon5236::MipsAsmParser

Completed in 270 milliseconds