Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DRuntimeLibcalls.cpp320 if (TT.isSystemZ()) { in initLibcalls()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h1015 bool isSystemZ() const { in isSystemZ() function
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp3640 if (!EffectiveTriple.isX86() && !EffectiveTriple.isSystemZ() && in RenderSCPOptions()
5571 if (!Triple.isSystemZ()) in ConstructJob()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp6466 if (C.getTargetTriple().isSystemZ() && C.getTargetTriple().isOSzOS()) in createMCAsmParser()