Home
last modified time | relevance | path

Searched refs:isSPARC64 (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/TargetParser/
HDTriple.h1009 bool isSPARC64() const { return getArch() == Triple::sparcv9; } in isSPARC64() function
1012 bool isSPARC() const { return isSPARC32() || isSPARC64(); } in isSPARC()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDRuntimeLibcalls.cpp309 if (!TT.isSPARC64()) { in initLibcalls()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
HDSparcAsmPrinter.cpp247 if (!STI.getTargetTriple().isSPARC64() || in LowerGETPCXAndEmitMCInsts()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
HDCommonArgs.cpp2885 } else if (Triple.isSPARC64()) { in addMCModel()