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

/freebsd-11.0-release/contrib/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCAsmInfo.cpp24 bool isV9 = (TheTriple.getArch() == Triple::sparcv9); local
/freebsd-11.0-release/contrib/llvm/lib/Target/Sparc/InstPrinter/
H A DSparcInstPrinter.cpp37 bool SparcInstPrinter::isV9(const MCSubtargetInfo &STI) const { function in class:SparcInstPrinter
/freebsd-11.0-release/contrib/llvm/lib/Target/Sparc/
H A DSparcSubtarget.h65 bool isV9() const { return IsV9; } function in class:llvm::SparcSubtarget
H A DSparcISelLowering.cpp2779 static SDValue LowerFNEGorFABS(SDValue Op, SelectionDAG &DAG, bool isV9) { argument
2921 bool isV9 = Subtarget->isV9(); local

Completed in 174 milliseconds