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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsLegalizerInfo.cpp85 if (ST.hasMSA() && CheckTyN(0, Query, {v16s8, v8s16, v4s32, v2s64}))
114 if (ST.hasMSA() && CheckTy0Ty1MemSizeAlign(
200 if (ST.hasMSA() && CheckTyN(0, Query, {v16s8, v8s16, v4s32, v2s64}))
283 if (ST.hasMSA() && CheckTyN(0, Query, {v16s8, v8s16, v4s32, v2s64}))
465 assert(ST.hasMSA() && "MSA intrinsic not supported on target without MSA.");
480 assert(ST.hasMSA() && "MSA intrinsic not supported on target without MSA.");
492 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.h319 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()) {
2468 if (!Subtarget.hasMSA() || !ResTy.is128BitVector())
3656 assert(Subtarget.hasMSA() && Subtarget.hasMips32r2());
3761 assert(Subtarget.hasMSA() && Subtarget.hasMips32r2());
H A DMipsSEISelDAGToDAG.cpp513 if (!Subtarget->hasMSA())
1064 if (!Subtarget->hasMSA() || !BVN->getValueType(0).is128BitVector())
H A DMipsRegisterBankInfo.cpp402 assert(static_cast<const MipsSubtarget &>(MF.getSubtarget()).hasMSA() &&
H A DMipsInstructionSelector.cpp236 assert(STI.hasMSA() && "Vector instructions require target with MSA.");
H A DMipsSEFrameLowering.cpp905 if (isIntN(STI.hasMSA() ? 10 : 16, MaxSPOffset) &&
H A DMipsISelLowering.cpp3969 if (Subtarget.hasMSA() && type->isVectorTy() &&
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIFlagsSection.h134 else if (P.hasMSA())
157 if (P.hasMSA())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp685 bool hasMSA() const { function in class:__anon4201::MipsAsmParser

Completed in 322 milliseconds