Searched defs:isV9 (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCAsmInfo.cpp24 bool isV9 = (TheTriple.getArch() == Triple::sparcv9); local
27 if (isV9) {
34 Data64bitsDirective = (isV9) ? "\t.xword\t" : nullptr;
/external/llvm/lib/Target/Sparc/InstPrinter/
H A DSparcInstPrinter.cpp37 bool SparcInstPrinter::isV9(const MCSubtargetInfo &STI) const { function in class:SparcInstPrinter
84 if (isV9(STI)
/external/llvm/lib/Target/Sparc/
H A DSparcSubtarget.h65 bool isV9() const { return IsV9; } function in class:llvm::SparcSubtarget
H A DSparcISelLowering.cpp1594 (Subtarget->isV9() ? Legal: Expand));
1610 if (!Subtarget->isV9()) {
1686 if (Subtarget->isV9() && Subtarget->hasHardQuad()) {
1702 if (Subtarget->isV9()) {
2779 static SDValue LowerFNEGorFABS(SDValue Op, SelectionDAG &DAG, bool isV9) { argument
2797 if (isV9)
2921 bool isV9 = Subtarget->isV9(); local
2964 case ISD::FNEG: return LowerFNEGorFABS(Op, DAG, isV9);

Completed in 159 milliseconds