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.h1087 bool isSPARC64() const { return getArch() == Triple::sparcv9; } in isSPARC64() function
1090 bool isSPARC() const { return isSPARC32() || isSPARC64(); } in isSPARC()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp242 if (!STI.getTargetTriple().isSPARC64() || in LowerGETPCXAndEmitMCInsts()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcalls.td2048 def isSPARC64 : RuntimeLibcallPredicate<"TT.isSPARC64()">;
2059 LibcallImpls<(add SPARC64_MulDivCalls, Int128RTLibcalls), isSPARC64>,
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp3057 } else if (Triple.isSPARC64()) { in addMCModel()