Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DTriple.h477 bool isGNUEnvironment() const { in isGNUEnvironment() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DTriple.h489 bool isGNUEnvironment() const { in isGNUEnvironment() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DTriple.h506 bool isGNUEnvironment() const { in isGNUEnvironment() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DTargetLibraryInfo.cpp484 if ((T.isOSLinux() && T.isGNUEnvironment()) || in initialize()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp164 if (TT.isGNUEnvironment() || TT.isOSFuchsia()) { in InitLibcalls()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp476 if (TT.isGNUEnvironment()) { in InitLibcallNames()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp2173 if (TM.getTargetTriple().isGNUEnvironment() && !TM.Options.UnsafeFPMath) in canCombineSinCosLibcall()