Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEntryExitInstrumenter.cpp66 } else if (TargetTriple.isSystemZ()) { in insertCall()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h1093 bool isSystemZ() const { in isSystemZ() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcalls.td2234 def isSystemZZOS : RuntimeLibcallPredicate<"(TT.isSystemZ() && TT.isOSzOS())">;
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp3683 if (!EffectiveTriple.isX86() && !EffectiveTriple.isSystemZ() && in RenderSCPOptions()
5586 if (!Triple.isSystemZ()) in ConstructJob()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp6357 if (C.getTargetTriple().isSystemZ() && C.getTargetTriple().isOSzOS()) in createMCAsmParser()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp7808 if (TargetTriple.isSystemZ()) in CreateVarArgHelper()