Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIFlagsSection.h186 else if (P.hasMSA()) in setCPR1SizeFromPredicates()
199 if (P.hasMSA()) in setASESetFromPredicates()
/external/llvm/lib/Target/Mips/
DMipsSubtarget.h242 bool hasMSA() const { return HasMSA; } in hasMSA() function
DMipsSubtarget.cpp150 if (hasMSA() && !isFP64bit()) in MipsSubtarget()
DMipsSEISelDAGToDAG.cpp411 if (!Subtarget->hasMSA()) in selectVSplat()
816 if (!Subtarget->hasMSA() || !BVN->getValueType(0).is128BitVector()) in selectNode()
DMipsSEISelLowering.cpp45 if (Subtarget->hasDSP() || Subtarget->hasMSA()) { in MipsSETargetLowering()
88 if (Subtarget->hasMSA()) { in MipsSETargetLowering()
547 if (!Subtarget->hasMSA()) in performANDCombine()
663 if (!Subtarget->hasMSA()) in performORCombine()
896 if (Subtarget->hasMSA()) { in performSRACombine()
1040 if (Subtarget->hasMSA() && Ty.is128BitVector() && Ty.isInteger()) { in performXORCombine()
2327 if (!Subtarget->hasMSA() || !ResTy.is128BitVector()) in lowerBUILD_VECTOR()
DMipsMSAInstrFormats.td10 def HasMSA : Predicate<"Subtarget->hasMSA()">,
DMipsISelLowering.cpp2931 if (Subtarget->hasMSA() && type->isVectorTy() && in getSingleConstraintMatchWeight()
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp289 bool hasMSA() const { return (STI.getFeatureBits() & Mips::FeatureMSA); } in hasMSA() function in __anonc89f468b0211::MipsAsmParser