Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Support/
H A DHost.cpp44 (Host.isSystemZ() && (Host.isOSLinux() || Host.isOSzOS())); in isSupportedArchAndOS()
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DTriple.h879 bool isSystemZ() const { in isSystemZ() function
/llvm-project-15.0.7/llvm/tools/sancov/
H A Dsancov.cpp724 if (TheTriple.isX86() || TheTriple.isSystemZ()) in getPreviousInstructionPc()
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DAsmParser.cpp6440 if (C.getTargetTriple().isSystemZ() && C.getTargetTriple().isOSzOS()) in createMCAsmParser()
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DClang.cpp3395 if (!EffectiveTriple.isX86() && !EffectiveTriple.isSystemZ() && in RenderSCPOptions()