Searched refs:isV9 (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCAsmInfo.cpp26 bool isV9 = (TheTriple.getArch() == Triple::sparcv9); local
29 if (isV9) {
36 Data64bitsDirective = (isV9) ? "\t.xword\t" : nullptr;
H A DSparcInstPrinter.h31 bool isV9(const MCSubtargetInfo &STI) const;
H A DSparcInstPrinter.cpp37 bool SparcInstPrinter::isV9(const MCSubtargetInfo &STI) const { function in class:SparcInstPrinter
86 if (isV9(STI)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcSubtarget.h81 bool isV9() const { return IsV9; } function in class:llvm::SparcSubtarget
H A DSparcRegisterInfo.cpp90 if (!Subtarget.isV9()) {
182 if (!Subtarget.isV9() || !Subtarget.hasHardQuad()) {
H A DSparcInstrInfo.cpp333 if (Subtarget.isV9()) {
343 if (Subtarget.isV9()) {
H A DDelaySlotFiller.cpp125 if (!Subtarget->isV9() &&
H A DSparcISelLowering.cpp1586 if (Subtarget->isV9())
1617 if (!Subtarget->isV9()) {
1709 if (Subtarget->isV9() && Subtarget->hasHardQuad()) {
1725 if (Subtarget->isV9()) {
2844 static SDValue LowerFNEGorFABS(SDValue Op, SelectionDAG &DAG, bool isV9) { argument
2867 if (isV9)
2872 if (isV9)
3012 bool isV9 = Subtarget->isV9(); local
3055 case ISD::FNEG: return LowerFNEGorFABS(Op, DAG, isV9);
[all...]

Completed in 117 milliseconds