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

/freebsd-current/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsLegalizerInfo.cpp86 if (ST.hasMSA() && CheckTyN(0, Query, {v16s8, v8s16, v4s32, v2s64}))
115 if (ST.hasMSA() && CheckTy0Ty1MemSizeAlign(
202 if (ST.hasMSA() && CheckTyN(0, Query, {v16s8, v8s16, v4s32, v2s64}))
285 if (ST.hasMSA() && CheckTyN(0, Query, {v16s8, v8s16, v4s32, v2s64}))
472 assert(ST.hasMSA() && "MSA intrinsic not supported on target without MSA.");
487 assert(ST.hasMSA() && "MSA intrinsic not supported on target without MSA.");
499 assert(ST.hasMSA() && "MSA intrinsic not supported on target without MSA.");
H A DMipsSubtarget.cpp110 if (hasMSA() && !isFP64bit())
194 if (!hasMips32r5() && hasMSA() && !MSAWarningPrinted) {
H A DMipsSubtarget.h321 bool hasMSA() const { return HasMSA; } function in class:llvm::MipsSubtarget
H A DMipsSEISelLowering.cpp72 if (Subtarget.hasDSP() || Subtarget.hasMSA()) {
113 if (Subtarget.hasMSA()) {
477 if (!Subtarget.hasMSA())
592 if (!Subtarget.hasMSA())
890 if (Subtarget.hasMSA()) {
994 if (Subtarget.hasMSA() && Ty.is128BitVector() && Ty.isInteger()) {
2456 if (!Subtarget.hasMSA() || !ResTy.is128BitVector())
3643 assert(Subtarget.hasMSA() && Subtarget.hasMips32r2());
3748 assert(Subtarget.hasMSA() && Subtarget.hasMips32r2());
H A DMipsSEISelDAGToDAG.cpp513 if (!Subtarget->hasMSA())
1093 if (!Subtarget->hasMSA() || !BVN->getValueType(0).is128BitVector())
H A DMipsRegisterBankInfo.cpp400 assert(MF.getSubtarget<MipsSubtarget>().hasMSA() &&
H A DMipsSEFrameLowering.cpp907 if (isIntN(STI.hasMSA() ? 10 : 16, MaxSPOffset) &&
H A DMipsInstructionSelector.cpp236 assert(STI.hasMSA() && "Vector instructions require target with MSA.");
H A DMipsISelLowering.cpp3985 if (Subtarget.hasMSA() && type->isVectorTy() &&
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIFlagsSection.h134 else if (P.hasMSA())
157 if (P.hasMSA())
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp685 bool hasMSA() const { function in class:__anon2523::MipsAsmParser

Completed in 238 milliseconds