Home
last modified time | relevance | path

Searched refs:isOSVersionLT (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DTriple.h415 bool isOSVersionLT(unsigned Major, unsigned Minor = 0,
430 bool isOSVersionLT(const Triple &Other) const { in isOSVersionLT() function
433 return isOSVersionLT(RHS[0], RHS[1], RHS[2]); in isOSVersionLT()
445 return isOSVersionLT(Major, Minor, Micro);
449 return isOSVersionLT(Minor + 4, Micro, 0);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetLibraryInfo.cpp50 if (T.isiOS() && T.isOSVersionLT(7, 0)) in hasSinCosPiStret()
134 if (T.isOSVersionLT(3, 0)) in initialize()
383 (T.isOSVersionLT(7, 0) || (T.isOSVersionLT(9, 0) && T.isX86()))) { in initialize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMSubtarget.cpp235 if (isTargetMachO() && isTargetIOS() && getTargetTriple().isOSVersionLT(5, 0)) in initSubtargetFeatures()
DARMISelLowering.cpp663 Subtarget->getTargetTriple().isOSVersionLT(5, 0))) { in ARMTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DTriple.cpp1599 if (Other.isOSVersionLT(*this)) in merge()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1928 if (TargetTriple.isiOS() /* or tvOS */ && !TargetTriple.isOSVersionLT(9)) in ShouldUseMachOGlobalsSection()
1930 if (TargetTriple.isWatchOS() && !TargetTriple.isOSVersionLT(2)) in ShouldUseMachOGlobalsSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp109 return !TT.isOSVersionLT(7, 0); in darwinHasSinCos()