Home
last modified time | relevance | path

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

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