| /freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | SystemZ.h | 79 if (Triple.isOSzOS()) { in SystemZTargetInfo() 236 if (HasVector && !getTriple().isOSzOS()) in handleTargetFeatures() 277 return (getTriple().isOSzOS() && getTriple().isArch64Bit() && in getPointerWidthV()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/ |
| H A D | SystemZMCTargetDesc.cpp | 164 if (TT.isOSzOS()) in createSystemZMCAsmInfo() 206 if (S.getContext().getTargetTriple().isOSzOS() && !GNUAsOnzOSCL) in createAsmTargetStreamer() 218 if (TT.isOSzOS() && !GNUAsOnzOSCL) in createSystemZAsmStreamer() 228 if (S.getContext().getTargetTriple().isOSzOS()) in createObjectTargetStreamer()
|
| H A D | SystemZMCAsmBackend.cpp | 216 if (STI.getTargetTriple().isOSzOS()) { in createSystemZMCAsmBackend()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetMachine.cpp | 67 if (TT.isOSzOS()) { in computeDataLayout() 99 if (TT.isOSzOS()) in createTLOF()
|
| H A D | SystemZSubtarget.h | 126 bool isTargetzOS() const { return TargetTriple.isOSzOS(); } in isTargetzOS()
|
| H A D | SystemZAsmPrinter.cpp | 1112 if (TT.isOSzOS()) { in emitEndOfAsmFile() 1254 if (TM.getTargetTriple().isOSzOS()) { in emitFunctionBodyEnd() 1560 if (TM.getTargetTriple().isOSzOS()) in emitStartOfAsmFile() 1684 if (Subtarget.getTargetTriple().isOSzOS()) { in emitFunctionEntryLabel()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/ |
| H A D | SystemZ.cpp | 51 if (T.isOSzOS()) in getSystemZTargetCPU()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
| H A D | Triple.h | 597 bool isOSzOS() const { return getOS() == Triple::ZOS; } in isOSzOS() function
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 3852 T.isOSzOS()) { in GenerateLangArgs() 3860 if (T.isOSzOS() && !Opts.ZOSExt) in GenerateLangArgs() 4305 T.isOSzOS(); in ParseLangArgs() 4310 Args.hasFlag(OPT_fzos_extensions, OPT_fno_zos_extensions, T.isOSzOS()); in ParseLangArgs()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | RuntimeLibcalls.td | 2234 def isSystemZZOS : RuntimeLibcallPredicate<"(TT.isSystemZ() && TT.isOSzOS())">; 2235 def isZOS : RuntimeLibcallPredicate<"TT.isOSzOS()">;
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Clang.cpp | 4167 if (T.isOSzOS() || in RenderCharacterOptions() 4173 } else if (T.isOSzOS()) in RenderCharacterOptions() 5540 if (Triple.isOSzOS()) { in ConstructJob() 6822 if (TC.getTriple().isOSzOS()) { in ConstructJob() 7087 TC.getArch() == llvm::Triple::hexagon || Triple.isOSzOS())) in ConstructJob()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | ToolChain.cpp | 967 if (T.isOSzOS() && in getTargetSubDirPath()
|
| H A D | Driver.cpp | 777 if (Target.isOSzOS()) { in computeTargetTriple() 1429 if (RealTriple.isOSzOS() && loadZOSCustomizationFile(ExpCtx)) in loadDefaultConfigFiles()
|
| /freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
| H A D | Triple.cpp | 999 if (T.isOSzOS()) in getDefaultFormat()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGException.cpp | 192 if (T.isOSzOS()) in getCXXPersonality()
|
| H A D | CodeGenModule.cpp | 1170 if (getTriple().isOSzOS()) { in Release()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 6357 if (C.getTargetTriple().isSystemZ() && C.getTargetTriple().isOSzOS()) in createMCAsmParser()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ItaniumMangle.cpp | 2860 if (!getASTContext().getTargetInfo().getTriple().isOSzOS()) in mangleQualifiers()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Attr.td | 525 let CustomCode = [{ !Target.getTriple().isOSzOS() }];
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaType.cpp | 7090 if (S.Context.getTargetInfo().getTriple().isOSzOS() || Attrs[attr::UPtr]) in handleMSPointerTypeQualifierAttr()
|