Home
last modified time | relevance | path

Searched refs:assumptions (Results 1 – 25 of 152) sorted by relevance

1234567

/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstSimplify/
Dassume.ll6 ; CHECK: remark: /tmp/s.c:1:13: Detected conflicting code assumptions.
7 ; CHECK: remark: /tmp/s.c:4:10: Detected conflicting code assumptions.
8 ; CHECK: remark: /tmp/s.c:5:50: Detected conflicting code assumptions.
54 ; Another case of conflicting assumptions. This would crash because we'd
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/AssumptionCache/
Dbasic.ll1 ; RUN: opt < %s -disable-output -passes='print<assumptions>' 2>&1 | FileCheck %s
8 ; CHECK-LABEL: Cached assumptions for function: test1
/external/llvm/test/Analysis/AssumptionCache/
Dbasic.ll1 ; RUN: opt < %s -disable-output -passes='print<assumptions>' 2>&1 | FileCheck %s
8 ; CHECK-LABEL: Cached assumptions for function: test1
/external/llvm/lib/Analysis/
DAssumptionCache.cpp84 for (auto &VH : AC.assumptions()) in run()
119 for (auto &VH : I.second->assumptions()) in verifyAnalysis()
DCodeMetrics.cpp69 for (auto &AssumeVH : AC->assumptions()) { in collectEphemeralValues()
91 for (auto &AssumeVH : AC->assumptions()) { in collectEphemeralValues()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DCodeMetrics.cpp78 for (auto &AssumeVH : AC->assumptions()) { in collectEphemeralValues()
102 for (auto &AssumeVH : AC->assumptions()) { in collectEphemeralValues()
DAssumptionCache.cpp213 for (auto &VH : AC.assumptions()) in run()
254 for (auto &VH : I.second->assumptions()) in verifyAnalysis()
/external/llvm/lib/Passes/
DPassRegistry.def90 FUNCTION_ANALYSIS("assumptions", AssumptionAnalysis())
129 FUNCTION_PASS("alignment-from-assumptions", AlignmentFromAssumptionsPass())
154 FUNCTION_PASS("print<assumptions>", AssumptionPrinterPass(dbgs()))
/external/android-clat/
DBUGS1 known problems/assumptions:
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Passes/
DPassRegistry.def103 FUNCTION_ANALYSIS("assumptions", AssumptionAnalysis())
145 FUNCTION_PASS("alignment-from-assumptions", AlignmentFromAssumptionsPass())
190 FUNCTION_PASS("print<assumptions>", AssumptionPrinterPass(dbgs()))
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/CostModel/
Dno_info.ll4 ; assumptions.
/external/llvm/test/Analysis/CostModel/
Dno_info.ll4 ; assumptions.
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/kill/
Dcoverage.txt5 2 DONE - Open questions on assumptions
/external/llvm/include/llvm/Analysis/
DAssumptionCache.h85 MutableArrayRef<WeakVH> assumptions() { in assumptions() function
/external/llvm/test/Analysis/LoopAccessAnalysis/
Dwrapping-pointer-versioning.ll26 ; LAA: SCEV assumptions:
110 ; (and implictly not affine). However, we are able to make assumptions
123 ; LAA: SCEV assumptions:
203 ; LAA: SCEV assumptions:
279 ; LAA: SCEV assumptions:
363 ; LAA: SCEV assumptions:
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/LoopAccessAnalysis/
Dwrapping-pointer-versioning.ll26 ; LAA: SCEV assumptions:
110 ; (and implictly not affine). However, we are able to make assumptions
123 ; LAA: SCEV assumptions:
203 ; LAA: SCEV assumptions:
279 ; LAA: SCEV assumptions:
363 ; LAA: SCEV assumptions:
Dmemcheck-wrapping-pointers.ll43 ; CHECK-NEXT: SCEV assumptions:
86 ; CHECK: SCEV assumptions:
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86SchedPredicates.td17 // input registers are the same. This predicate doesn't make any assumptions on
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/AlignmentFromAssumptions/
Dstart-unk.ll1 ; RUN: opt -alignment-from-assumptions -S < %s | FileCheck %s
2 ; RUN: opt -passes=alignment-from-assumptions -S < %s | FileCheck %s
/external/llvm/test/Transforms/AlignmentFromAssumptions/
Dstart-unk.ll1 ; RUN: opt -alignment-from-assumptions -S < %s | FileCheck %s
2 ; RUN: opt -passes=alignment-from-assumptions -S < %s | FileCheck %s
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Dmachine_cse.ll3 ; assumptions of the test case as written (specifically, it creates an
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DAssumptionCache.h128 MutableArrayRef<WeakTrackingVH> assumptions() { in assumptions() function
/external/llvm/test/Transforms/Inline/
Dlocal-as-metadata-undominated-use.ll22 ; "correct" SSA value since its assumptions have been violated.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/
Dlocal-as-metadata-undominated-use.ll23 ; "correct" SSA value since its assumptions have been violated.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopRotate/
Dbasic.ll2 ; RUN: opt -S -passes='require<targetir>,require<assumptions>,loop(rotate)' < %s | FileCheck %s

1234567