Home
last modified time | relevance | path

Searched refs:hasMSA (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIFlagsSection.h137 else if (P.hasMSA()) in setCPR1SizeFromPredicates()
158 if (P.hasMSA()) in setASESetFromPredicates()
/external/llvm/lib/Target/Mips/
DMipsSubtarget.cpp97 if (hasMSA() && !isFP64bit()) in MipsSubtarget()
DMipsSubtarget.h251 bool hasMSA() const { return HasMSA; } in hasMSA() function
DMipsSEISelDAGToDAG.cpp499 if (!Subtarget->hasMSA()) in selectVSplat()
909 if (!Subtarget->hasMSA() || !BVN->getValueType(0).is128BitVector()) in trySelect()
DMipsSEISelLowering.cpp47 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()
901 if (Subtarget.hasMSA()) { in performSRACombine()
1044 if (Subtarget.hasMSA() && Ty.is128BitVector() && Ty.isInteger()) { in performXORCombine()
2355 if (!Subtarget.hasMSA() || !ResTy.is128BitVector()) in lowerBUILD_VECTOR()
DMipsInstrInfo.td220 def HasMSA : Predicate<"Subtarget->hasMSA()">,
DMipsISelLowering.cpp3375 if (Subtarget.hasMSA() && type->isVectorTy() && in getSingleConstraintMatchWeight()
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp522 bool hasMSA() const { in hasMSA() function in __anon62f483b30211::MipsAsmParser