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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCAsmInfo.cpp26 bool isV9 = (TheTriple.getArch() == Triple::sparcv9); local
H A DSparcInstPrinter.cpp37 bool SparcInstPrinter::isV9(const MCSubtargetInfo &STI) const { function in class:SparcInstPrinter
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcSubtarget.h81 bool isV9() const { return IsV9; } function in class:llvm::SparcSubtarget
H A DSparcISelLowering.cpp2845 static SDValue LowerFNEGorFABS(SDValue Op, SelectionDAG &DAG, bool isV9) { argument
3013 bool isV9 = Subtarget->isV9(); local
[all...]

Completed in 273 milliseconds