/aosp_15_r20/external/llvm/tools/bugpoint/ |
H A D | Miscompilation.cpp | 695 std::unique_ptr<Module> Safe, std::string &Error) { in TestOptimizer() 767 Module *Safe) { in CleanupAndPrepareModules() 930 std::unique_ptr<Module> Safe, in TestCodeGenerator()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | StackSafetyAnalysis.cpp | 419 bool Safe = isSafeAccess(UI, AI, TypeSize); in analyzeAllUses() local 439 bool Safe = isSafeAccess(UI, AI, TypeSize); in analyzeAllUses() local 462 bool Safe = false; in analyzeAllUses() local 489 bool Safe = isSafeAccess(UI, AI, TypeSize); in analyzeAllUses() local
|
H A D | ValueTracking.cpp | 5224 bool Safe = llvm::all_of(ShiftAmounts, [](const Constant *C) { in shiftAmountKnownInRange() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | GVNHoist.cpp | 598 SmallVectorImpl<CHIArg> &Safe) { in checkSafety() 715 SmallVector<CHIArg, 2> Safe; in findHoistableCandidates() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | GVNHoist.cpp | 809 SmallVectorImpl<CHIArg> &Safe) { in checkSafety() 898 SmallVector<CHIArg, 2> Safe; in findHoistableCandidates() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | LoopAccessAnalysis.h | 105 Safe, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/ |
D | LoopAccessAnalysis.h | 106 Safe, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/ |
D | LoopAccessAnalysis.h | 106 Safe, enumerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/ |
H A D | LoopAccessAnalysis.h | 100 Safe, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/ |
D | LoopAccessAnalysis.h | 106 Safe, enumerator
|
/aosp_15_r20/frameworks/compile/mclinker/include/mcld/ |
D | GeneralOptions.h | 48 Safe enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/ |
D | LoopAccessAnalysis.h | 106 Safe, enumerator
|
/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | SafeStack.cpp | 236 bool Safe = AllocaRange.contains(AccessRange); in IsAccessSafe() local
|
H A D | MachineLICM.cpp | 502 bool Safe = true; in HoistRegionPostRA() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | SafeStack.cpp | 239 bool Safe = AllocaRange.contains(AccessRange); in IsAccessSafe() local
|
H A D | MachineLICM.cpp | 576 bool Safe = true; in HoistRegionPostRA() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | SafeStack.cpp | 243 bool Safe = AllocaRange.contains(AccessRange); in IsAccessSafe() local
|
H A D | MachineLICM.cpp | 587 bool Safe = true; in HoistRegionPostRA() local
|
/aosp_15_r20/external/llvm/lib/Transforms/IPO/ |
H A D | ArgumentPromotion.cpp | 423 std::set<IndicesVector> &Safe) { in MarkIndicesSafe()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | ArgumentPromotion.cpp | 536 std::set<IndicesVector> &Safe) { in markIndicesSafe()
|
/aosp_15_r20/external/llvm/lib/Transforms/Vectorize/ |
H A D | LoadStoreVectorizer.cpp | 304 bool Safe = false; in isConsecutiveAccess() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
H A D | LoadStoreVectorizer.cpp | 449 bool Safe = false; in lookThroughComplexAddresses() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/ |
H A D | LoadStoreVectorizer.cpp | 517 bool Safe = false; in lookThroughComplexAddresses() local
|
H A D | VectorCombine.cpp | 964 enum class StatusTy { Unsafe, Safe, SafeWithFreeze }; enumerator
|
/aosp_15_r20/external/swiftshader/third_party/subzero/src/ |
H A D | IceTargetLoweringARM32.cpp | 3805 SafeBoolChain Safe = lowerInt1(T_Lo, Src0); in lowerCast() local 3822 SafeBoolChain Safe = lowerInt1(T, Src0); in lowerCast() local 6523 SafeBoolChain Safe = SBC_Yes; in lowerInt1() local
|