Searched refs:isV9 (Results 1 – 9 of 9) sorted by relevance
26 bool isV9 = (TheTriple.getArch() == Triple::sparcv9); in SparcELFMCAsmInfo() local29 if (isV9) { in SparcELFMCAsmInfo()36 Data64bitsDirective = (isV9) ? "\t.xword\t" : nullptr; in SparcELFMCAsmInfo()
37 bool SparcInstPrinter::isV9(const MCSubtargetInfo &STI) const { in isV9() function in SparcInstPrinter85 if (isV9(STI) in printSparcAliasInstr()
31 bool isV9(const MCSubtargetInfo &STI) const;
90 if (!Subtarget.isV9()) { in getReservedRegs()182 if (!Subtarget.isV9() || !Subtarget.hasHardQuad()) { in eliminateFrameIndex()
81 bool isV9() const { return IsV9; } in isV9() function
333 if (Subtarget.isV9()) { in copyPhysReg()343 if (Subtarget.isV9()) { in copyPhysReg()
1579 if (Subtarget->isV9()) in SparcTargetLowering()1610 if (!Subtarget->isV9()) { in SparcTargetLowering()1702 if (Subtarget->isV9() && Subtarget->hasHardQuad()) { in SparcTargetLowering()1718 if (Subtarget->isV9()) { in SparcTargetLowering()2838 static SDValue LowerFNEGorFABS(SDValue Op, SelectionDAG &DAG, bool isV9) { in LowerFNEGorFABS() argument2861 if (isV9) in LowerFNEGorFABS()2866 if (isV9) in LowerFNEGorFABS()3006 bool isV9 = Subtarget->isV9(); in LowerOperation() local3049 case ISD::FNEG: return LowerFNEGorFABS(Op, DAG, isV9); in LowerOperation()
125 if (!Subtarget->isV9() && in runOnMachineBasicBlock()
34 def HasV9 : Predicate<"Subtarget->isV9()">,40 def HasNoV9 : Predicate<"!Subtarget->isV9()">;