HomeSort by relevance Sort by last modified time
    Searched full:isv9 (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/Target/Sparc/
SparcSubtarget.h 27 bool IsV9;
36 bool isV9() const { return IsV9; }
SparcSubtarget.cpp 27 IsV9(false),
40 IsV9 = CPUName == "v9";
FPMover.cpp 133 if (TM.getSubtarget<SparcSubtarget>().isV9())
Sparc.td 24 : SubtargetFeature<"v9", "IsV9", "true",
SparcInstrInfo.cpp 280 BuildMI(MBB, I, DL, get(Subtarget.isV9() ? SP::FMOVD : SP::FpMOVD), DestReg)
SparcInstrInfo.td 26 def HasV9 : Predicate<"Subtarget.isV9()">;
31 def HasNoV9 : Predicate<"!Subtarget.isV9()">;
    [all...]
SparcISelLowering.cpp 802 if (TM.getSubtarget<SparcSubtarget>().isV9())
    [all...]
  /external/llvm/docs/
WritingAnLLVMBackend.html     [all...]

Completed in 172 milliseconds