Home
last modified time | relevance | path

Searched refs:isSPARC32 (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcInstPrinter.cpp279 if (STI.getTargetTriple().isSPARC32()) in printCTILabel()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h1082 bool isSPARC32() const { in isSPARC32() function
1090 bool isSPARC() const { return isSPARC32() || isSPARC64(); } in isSPARC()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcalls.td2047 def isSPARC32 : RuntimeLibcallPredicate<"TT.isSPARC32()">;
2058 LibcallImpls<(add _Q_qtoll, _Q_qtoull, _Q_lltoq, _Q_ulltoq), isSPARC32>,