Searched refs:hasMSA (Results 1 – 8 of 8) sorted by relevance
194 else if (P.hasMSA()) in setCPR1SizeFromPredicates()207 if (P.hasMSA()) in setASESetFromPredicates()
96 if (hasMSA() && !isFP64bit()) in MipsSubtarget()
230 bool hasMSA() const { return HasMSA; } in hasMSA() function
475 if (!Subtarget->hasMSA()) in selectVSplat()882 if (!Subtarget->hasMSA() || !BVN->getValueType(0).is128BitVector()) in selectNode()
47 if (Subtarget.hasDSP() || Subtarget.hasMSA()) { in MipsSETargetLowering()86 if (Subtarget.hasMSA()) { in MipsSETargetLowering()551 if (!Subtarget.hasMSA()) in performANDCombine()666 if (!Subtarget.hasMSA()) in performORCombine()899 if (Subtarget.hasMSA()) { in performSRACombine()1042 if (Subtarget.hasMSA() && Ty.is128BitVector() && Ty.isInteger()) { in performXORCombine()2328 if (!Subtarget.hasMSA() || !ResTy.is128BitVector()) in lowerBUILD_VECTOR()
10 def HasMSA : Predicate<"Subtarget->hasMSA()">,
3227 if (Subtarget.hasMSA() && type->isVectorTy() && in getSingleConstraintMatchWeight()
429 bool hasMSA() const { return (STI.getFeatureBits() & Mips::FeatureMSA); } in hasMSA() function in __anond0efcad40211::MipsAsmParser