Home
last modified time | relevance | path

Searched refs:isOSDarwin (Results 1 – 25 of 34) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86TargetMachine.cpp135 else if (TT.isArch64Bit() || TT.isOSDarwin()) in computeDataLayout()
171 if (TT.isOSDarwin()) { in getEffectiveRelocModel()
188 if (!TT.isOSDarwin()) in getEffectiveRelocModel()
194 if (*RM == Reloc::Static && TT.isOSDarwin() && is64Bit) in getEffectiveRelocModel()
538 if (!TT.isOSDarwin() && in addPreEmitPass2()
DX86Subtarget.h754 bool isTargetDarwin() const { return TargetTriple.isOSDarwin(); } in isTargetDarwin()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCTargetMachine.cpp145 if (is64Bit || !T.isOSDarwin()) in getDataLayoutString()
189 if (TT.isOSDarwin()) in createTLOF()
200 if (TT.isOSDarwin()) in computeTargetABI()
230 if (TT.isOSDarwin()) in getEffectiveRelocModel()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMMCAsmInfo.cpp37 ExceptionsType = (TheTriple.isOSDarwin() && !TheTriple.isWatchABI()) in ARMMCAsmInfoDarwin()
DARMMCTargetDesc.cpp193 if (TheTriple.isOSDarwin() || TheTriple.isOSBinFormatMachO()) in createARMMCAsmInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCInstPrinter.cpp493 if (!FullRegNamesWithPercent || TT.isOSDarwin() || TT.getOS() == Triple::AIX) in showRegistersWithPercentPrefix()
513 if (!TT.isOSDarwin() && !FullRegNames) in getVerboseConditionRegName()
535 return TT.isOSDarwin() || FullRegNamesWithPercent || FullRegNames; in showRegistersWithPrefix()
DPPCAsmBackend.cpp261 if (TT.isOSDarwin()) in createPPCAsmBackend()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.cpp147 if (TT.isOSDarwin()) in getTLSCallPreservedMask()
205 if (TFI->hasFP(MF) || TT.isOSDarwin()) in getReservedRegs()
556 - (TFI->hasFP(MF) || TT.isOSDarwin()) // FP in getRegPressureLimit()
DAArch64Subtarget.h407 bool isTargetDarwin() const { return TargetTriple.isOSDarwin(); } in isTargetDarwin()
DAArch64MCInstLower.cpp243 if (Printer.TM.getTargetTriple().isOSDarwin()) in LowerSymbolOperand()
DAArch64TargetMachine.cpp223 if (TT.isOSDarwin() || TT.isOSWindows()) in getEffectiveRelocModel()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMTargetMachine.cpp199 if (*RM == Reloc::DynamicNoPIC && !TT.isOSDarwin()) in getEffectiveRelocModel()
235 !(TargetTriple.isOSWindows() || TargetTriple.isOSDarwin())) in ARMBaseTargetMachine()
DARMSubtarget.h700 bool isTargetDarwin() const { return TargetTriple.isOSDarwin(); } in isTargetDarwin()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAArch64TargetParser.cpp183 return TT.isAndroid() || TT.isOSDarwin() || TT.isOSFuchsia() || in isX18ReservedByDefault()
DTriple.cpp662 if (T.isOSDarwin()) in getDefaultFormat()
713 if (T.isOSDarwin()) in getDefaultFormat()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCObjectFileInfo.cpp27 if (!T.isOSDarwin()) in useCompactUnwind()
59 if (T.isOSDarwin() && in initMachOMCObjectFileInfo()
DMCStreamer.cpp1131 if (!Target.isOSBinFormatMachO() || !Target.isOSDarwin()) in EmitVersionForTarget()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DStackProtector.cpp128 if (!Strong && (InStruct || !Trip.isOSDarwin())) in ContainsProtectableArray()
DTailDuplicator.cpp607 (TailBB.getParent()->getTarget().getTargetTriple().isOSDarwin() || in shouldTailDuplicate()
DTargetLoweringBase.cpp100 assert(TT.isOSDarwin() && "should be called with darwin triple"); in darwinHasSinCos()
162 if (TT.isOSDarwin()) { in InitLibcalls()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DTriple.h482 bool isOSDarwin() const { in isOSDarwin() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOCodeGenerator.cpp363 if (MCpu.empty() && Triple.isOSDarwin()) { in determineTarget()
DLTOModule.cpp218 if (Triple.isOSDarwin()) { in makeLTOModule()
DThinLTOCodeGenerator.cpp495 if (TMBuilder.MCpu.empty() && TheTriple.isOSDarwin()) { in initTMBuilder()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp722 if (TT.isOSDarwin()) in needsRuntimeRegistrationOfSectionRange()

12