| /netbsd-src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/ |
| H A D | MachO.cpp | 16 assert(T.isX86()); in getX86SubType() 80 if (T.isX86() && T.isArch32Bit()) in getCPUType() 82 if (T.isX86() && T.isArch64Bit()) in getCPUType() 98 if (T.isX86()) in getCPUSubType()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/Arch/ |
| H A D | X86.cpp | 67 if (!Triple.isX86()) in getX86TargetCPU()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | TargetInfo.h | 1285 bool supportsMultiVersioning() const { return getTriple().isX86(); } in supportsMultiVersioning() 1352 (getTriple().isX86() || in isSEHTrySupported()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-ml/ |
| H A D | llvm-ml.cpp | 246 if (SafeSEH && !(TheTriple.isArch32Bit() && TheTriple.isX86())) { in main()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
| H A D | Clang.cpp | 3125 if (!EffectiveTriple.isX86() && !EffectiveTriple.isAArch64()) in RenderSSPOptions() 3128 if (EffectiveTriple.isX86() && Value != "tls" && Value != "global") { in RenderSSPOptions() 3143 if (!EffectiveTriple.isX86() && !EffectiveTriple.isAArch64()) in RenderSSPOptions() 3156 if (!EffectiveTriple.isX86() && !EffectiveTriple.isAArch64()) in RenderSSPOptions() 3159 if (EffectiveTriple.isX86() && (Value != "fs" && Value != "gs")) { in RenderSSPOptions() 3179 if (!EffectiveTriple.isX86() && !EffectiveTriple.isSystemZ() && in RenderSCPOptions() 4771 Triple.isAArch64() || Triple.isRISCV() || Triple.isX86(); in ConstructJob() 4984 if (TC.getTriple().isX86()) in ConstructJob() 5255 if (Triple.isX86() && Triple.isOSBinFormatELF()) { in ConstructJob() 5290 if (Triple.isX86() && Triple.isOSBinFormatELF()) { in ConstructJob() [all …]
|
| H A D | FreeBSD.cpp | 179 if (Arch == llvm::Triple::arm || Arch == llvm::Triple::sparc || T.isX86()) in ConstructJob()
|
| H A D | Darwin.cpp | 129 if (getToolChain().getTriple().isX86() || in ConstructJob() 1949 OSTarget->canInferSimulatorFromArch() && getTriple().isX86()) in AddDeploymentTarget() 2607 return getTriple().isX86(); in SupportsProfiling()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| H A D | Triple.h | 783 bool isX86() const { in isX86() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
| H A D | MCObjectFileInfo.cpp | 44 if (T.isiOS() && T.isX86()) in useCompactUnwind() 195 if (T.isX86()) in initMachOMCObjectFileInfo()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/ |
| H A D | SourcePrinter.cpp | 28 return !ShowRawInsn ? 16 : STI.getTargetTriple().isX86() ? 40 : 24; in getInstStartColumn()
|
| H A D | llvm-objdump.cpp | 431 return !ShowRawInsn ? 16 : STI.getTargetTriple().isX86() ? 40 : 24; in getInstStartColumn() 493 Address.Address + (STI.getTargetTriple().isX86() ? Bytes.size() : 0); in printInst() 946 if (!STI->getTargetTriple().isX86()) in collectLocalBranchTargets()
|
| H A D | MachODump.cpp | 7657 if (MachOOF->getArchTriple().isX86()) { in DisassembleMachO() 7722 if (MachOOF->getArchTriple().isX86()) { in DisassembleMachO()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/ |
| H A D | ProfiledBinary.cpp | 98 if (!TheTriple.isX86()) in load()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | Mangle.cpp | 80 if (!Triple.isOSWindows() || !Triple.isX86()) in getCallingConvMangling()
|
| H A D | MicrosoftMangle.cpp | 3040 if (getASTContext().getTargetInfo().getTriple().isX86()) { in mangleType()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
| H A D | ParseStmtAsm.cpp | 536 if (!TheTriple.isX86()) { in ParseMicrosoftAsmStatement()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | TargetLibraryInfo.cpp | 433 (T.isOSVersionLT(7, 0) || (T.isOSVersionLT(9, 0) && T.isX86()))) { in initialize()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | WholeProgramDevirt.cpp | 1452 return T.isX86() && T.getObjectFormat() == Triple::ELF; in shouldExportConstantsAsAbsoluteSymbols()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.cpp | 2556 assert(getContext().getTargetInfo().getTriple().isX86() && in EmitMultiVersionResolver()
|
| H A D | CGOpenMPRuntime.cpp | 11784 if (CGM.getTriple().isX86()) { in emitDeclareSimdFunction()
|
| H A D | CGBuiltin.cpp | 930 if (CGF.getTarget().getTriple().isX86()) in EmitBitTestIntrinsic()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | AutoUpgrade.cpp | 4460 if (!T.isX86() || DL.contains(AddrSpaces)) in UpgradeDataLayoutString()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 519 !T.isX86(); in FixupInvocation()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 16751 if (!TT.isOSWindows() || !TT.isX86()) in funcHasParameterSizeMangling()
|