Home
last modified time | relevance | path

Searched defs:Safe (Results 1 – 22 of 22) sorted by relevance

/external/llvm-project/clang/test/SemaCXX/
Dwarn-float-conversion.cpp127 constexpr bool Check<char>::Safe() { return false; } in Safe() function in Check
130 constexpr bool Check<float>::Safe() { return true; } in Safe() function in Check
/external/llvm/tools/bugpoint/
DMiscompilation.cpp695 std::unique_ptr<Module> Safe, std::string &Error) { in TestOptimizer()
767 Module *Safe) { in CleanupAndPrepareModules()
930 std::unique_ptr<Module> Safe, in TestCodeGenerator()
/external/llvm-project/llvm/tools/bugpoint/
DMiscompilation.cpp702 std::unique_ptr<Module> Safe) { in TestOptimizer()
783 Module *Safe) { in CleanupAndPrepareModules()
947 std::unique_ptr<Module> Safe) { in TestCodeGenerator()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h105 Safe, enumerator
/external/llvm-project/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h100 Safe, enumerator
/external/llvm-project/llvm/lib/Transforms/Scalar/
DGVNHoist.cpp817 SmallVectorImpl<CHIArg> &Safe) { in checkSafety()
905 SmallVector<CHIArg, 2> Safe; in findHoistableCandidates() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGVNHoist.cpp598 SmallVectorImpl<CHIArg> &Safe) { in checkSafety()
715 SmallVector<CHIArg, 2> Safe; in findHoistableCandidates() local
/external/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp423 std::set<IndicesVector> &Safe) { in MarkIndicesSafe()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSafeStack.cpp243 bool Safe = AllocaRange.contains(AccessRange); in IsAccessSafe() local
DMachineLICM.cpp587 bool Safe = true; in HoistRegionPostRA() local
/external/llvm-project/llvm/lib/CodeGen/
DSafeStack.cpp245 bool Safe = AllocaRange.contains(AccessRange); in IsAccessSafe() local
DMachineLICM.cpp586 bool Safe = true; in HoistRegionPostRA() local
/external/llvm/lib/CodeGen/
DSafeStack.cpp236 bool Safe = AllocaRange.contains(AccessRange); in IsAccessSafe() local
DMachineLICM.cpp502 bool Safe = true; in HoistRegionPostRA() local
/external/llvm-project/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp530 std::set<IndicesVector> &Safe) { in markIndicesSafe()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp536 std::set<IndicesVector> &Safe) { in markIndicesSafe()
/external/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp304 bool Safe = false; in isConsecutiveAccess() local
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp432 bool Safe = false; in lookThroughComplexAddresses() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp449 bool Safe = false; in lookThroughComplexAddresses() local
/external/llvm-project/lld/ELF/
DConfig.h47 enum class ICFLevel { None, Safe, All }; enumerator
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.cpp3990 SafeBoolChain Safe = lowerInt1(T_Lo, Src0); in lowerCast() local
4007 SafeBoolChain Safe = lowerInt1(T, Src0); in lowerCast() local
6801 SafeBoolChain Safe = SBC_Yes; in lowerInt1() local
/external/llvm-project/llvm/lib/Analysis/
DValueTracking.cpp4742 bool Safe = llvm::all_of(ShiftAmounts, [](Constant *C) { in canCreateUndefOrPoison() local