HomeSort by relevance Sort by last modified time
    Searched refs:hasMSA (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsABIFlagsSection.h 194 else if (P.hasMSA())
207 if (P.hasMSA())
  /external/llvm/lib/Target/Mips/
MipsSubtarget.cpp 73 HasMSA(false), TM(TM), TargetTriple(TT), TSInfo(*TM.getDataLayout()),
96 if (hasMSA() && !isFP64bit())
MipsSubtarget.h 127 // HasMSA -- supports MSA ASE.
128 bool HasMSA;
230 bool hasMSA() const { return HasMSA; }
MipsSEISelDAGToDAG.cpp 475 if (!Subtarget->hasMSA())
882 if (!Subtarget->hasMSA() || !BVN->getValueType(0).is128BitVector())
    [all...]
MipsSEISelLowering.cpp 47 if (Subtarget.hasDSP() || Subtarget.hasMSA()) {
86 if (Subtarget.hasMSA()) {
551 if (!Subtarget.hasMSA())
666 if (!Subtarget.hasMSA())
    [all...]
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 429 bool hasMSA() const { return (STI.getFeatureBits() & Mips::FeatureMSA); }
    [all...]

Completed in 898 milliseconds