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 137 else if (P.hasMSA())
150 if (P.hasMSA())
  /external/llvm/lib/Target/Mips/
MipsSubtarget.cpp 73 Os16(Mips_Os16), HasMSA(false), UseTCCInDIV(false), HasEVA(false), TM(TM),
97 if (hasMSA() && !isFP64bit())
MipsSubtarget.h 136 // HasMSA -- supports MSA ASE.
137 bool HasMSA;
247 bool hasMSA() const { return HasMSA; }
MipsSEISelDAGToDAG.cpp 483 if (!Subtarget->hasMSA())
892 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 523 bool hasMSA() const {
    [all...]

Completed in 67 milliseconds