Home
last modified time | relevance | path

Searched refs:Ensure (Results 1 – 25 of 654) sorted by relevance

12345678910>>...27

/external/llvm/test/Transforms/InstCombine/
Dloadstore-metadata.ll6 ; Ensure (cast (load (...))) -> (load (cast (...))) preserves TBAA.
16 ; Ensure (cast (load (...))) -> (load (cast (...))) preserves no-alias metadata.
26 ; Ensure (cast (load (...))) -> (load (cast (...))) drops range metadata. It
40 ; Ensure (cast (load (...))) -> (load (cast (...))) preserves invariant metadata.
50 ; Ensure (cast (load (...))) -> (load (cast (...))) preserves nontemporal
61 ; Ensure (cast (load (...))) -> (load (cast (...))) preserves align
72 ; Ensure (cast (load (...))) -> (load (cast (...))) preserves dereferenceable
83 ; Ensure (cast (load (...))) -> (load (cast (...))) preserves
94 ; Ensure (cast (load (...))) -> (load (cast (...))) preserves loop access
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dloadstore-metadata.ll6 ; Ensure (cast (load (...))) -> (load (cast (...))) preserves TBAA.
16 ; Ensure (cast (load (...))) -> (load (cast (...))) preserves no-alias metadata.
26 ; Ensure (cast (load (...))) -> (load (cast (...))) drops range metadata. It
40 ; Ensure (cast (load (...))) -> (load (cast (...))) preserves invariant metadata.
50 ; Ensure (cast (load (...))) -> (load (cast (...))) preserves nontemporal
61 ; Ensure (cast (load (...))) -> (load (cast (...))) preserves align
72 ; Ensure (cast (load (...))) -> (load (cast (...))) preserves dereferenceable
83 ; Ensure (cast (load (...))) -> (load (cast (...))) preserves
94 ; Ensure (cast (load (...))) -> (load (cast (...))) preserves loop access
/external/llvm/test/Linker/
Dfuncimport.ll13 ; Ensure statics are promoted/renamed correctly from this file (all but
22 ; Ensure that both weak alias to an imported function and strong alias to a
35 ; Ensure that weak alias to a non-imported function is correctly
44 ; Ensure that strong alias imported in second pass of importing ends up
52 ; Ensure that strong alias imported in first pass of importing ends up
67 ; Ensure that imported static variable and function references are correctly
77 ; Ensure that imported global (external) function and variable references
85 ; Ensure that common variable correctly imported as common defition.
90 ; Ensure that imported static function pointer correctly promoted and renamed.
96 ; Ensure that imported weak function reference/definition handled properly.
Dfuncimport_comdat.ll6 ; Ensure linking of comdat containing external linkage global and function
12 ; Ensure linking of comdat containing internal linkage function with alias
/external/swiftshader/third_party/llvm-7.0/llvm/test/Linker/
Dfuncimport.ll13 ; Ensure statics are promoted/renamed correctly from this file (all but
23 ; Ensure that both weak alias to an imported function and strong alias to a
36 ; Ensure that weak alias to a non-imported function is correctly
45 ; Ensure that strong alias imported in second pass of importing ends up
53 ; Ensure that strong alias imported in first pass of importing ends up
67 ; Ensure that imported static variable and function references are correctly
78 ; Ensure that imported global (external) function and variable references
86 ; Ensure that common variable correctly imported as common defition.
91 ; Ensure that imported static function pointer correctly promoted and renamed.
97 ; Ensure that imported weak function reference/definition handled properly.
Dfuncimport_comdat.ll6 ; Ensure linking of comdat containing external linkage global and function
12 ; Ensure linking of comdat containing internal linkage function with alias
/external/tensorflow/tensorflow/core/graph/
Dcostmodel.cc61 Ensure(global_id, num_slots); in MergeFromLocal()
85 Ensure(i, num_slots); in MergeFromGlobal()
109 Ensure(global_id, ns.output_size()); in MergeFromStats()
125 void CostModel::Ensure(int id, int num_outputs) { in Ensure() function in tensorflow::CostModel
158 Ensure(id, 0); in SetNumOutputs()
164 Ensure(id, num_outputs); in SetNumOutputs()
213 Ensure(id, node->num_outputs()); in RecordTime()
261 Ensure(id, node->num_outputs()); in RecordMaxMemorySize()
337 Ensure(id, node->num_outputs()); in RecordMaxExecutionTime()
353 Ensure(id, node->num_outputs()); in RecordAllocationId()
/external/glide/third_party/disklrucache/
DCHANGELOG.md23 * Fix: Ensure file handles are not held when a file is not found.
25 * Fix: Ensure file writer uses the appropriate encoding.
46 * Fix: Ensure library references Java 5-compatible version of
/external/clang/test/CodeGen/
Dthinlto_backend.ll7 ; Ensure clang -cc1 give expected error for incorrect input type
11 ; Ensure we get expected error for missing index file
15 ; Ensure f2 was imported
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/GlobalsModRef/
Dnonescaping-noalias.ll11 ; Ensure that we can fold a store to a load of a global across a store to
28 ; Ensure that we can fold a store to a load of a global across a store to
47 ; Ensure that we can fold a store to a load of a global across a store to
68 ; Ensure that we can fold a store to a load of a global across a store to
102 ; Ensure that we can fold a store to a load of a global across a store to
/external/llvm/test/Analysis/GlobalsModRef/
Dnonescaping-noalias.ll11 ; Ensure that we can fold a store to a load of a global across a store to
28 ; Ensure that we can fold a store to a load of a global across a store to
47 ; Ensure that we can fold a store to a load of a global across a store to
68 ; Ensure that we can fold a store to a load of a global across a store to
102 ; Ensure that we can fold a store to a load of a global across a store to
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dspill-offset-calculation.ll70 ; Ensure the alloca sticks around.
74 ; Ensure the spill is of the full super-reg.
101 ; Ensure the alloca sticks around.
105 ; Ensure the spill is of the full super-reg.
174 ; Ensure the alloca sticks around.
178 ; Ensure the spill is of the full super-reg.
205 ; Ensure the alloca sticks around.
209 ; Ensure the spill is of the full super-reg.
Dmultilevel-break.ll13 ; Ensure two else.break calls, for both the inner and outer loops
31 ; Ensure extra or eliminated
42 ; Ensure copy is eliminated
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dstack-probe-red-zone.ll3 ; Ensure that red zone usage occurs.
12 ; Ensure stack probes do not result in red zone usage.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SimpleLoopUnswitch/
Dupdate-scev.ll26 ; Ensure the outer loop didn't get unswitched.
35 ; Ensure the inner loop got unswitched into the outer loop.
84 ; Ensure the outer loop didn't get unswitched.
93 ; Ensure the inner loop got unswitched into the outer loop.
146 ; Ensure the outer loop didn't get unswitched.
155 ; Ensure the inner loop got unswitched into the outer loop.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bitcode/
Dthinlto-deadstrip-flag.ll4 ; Ensure dead stripping performed flag is set on distributed index
10 ; Ensure dead stripping performed flag is not set on distributed index
/external/llvm/test/tools/gold/X86/
Dthinlto_linkonceresolution.ll4 ; Ensure the plugin ensures that for ThinLTO the prevailing copy of a
20 ; Ensure that f() is defined in resulting object file, and also
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/gold/X86/
Dthinlto_linkonceresolution.ll4 ; Ensure the plugin ensures that for ThinLTO the prevailing copy of a
20 ; Ensure that f() is defined in resulting object file, and also
/external/swiftshader/third_party/llvm-7.0/llvm/test/TableGen/
DMultiClassDefName.td18 // Ensure that the same anonymous name is used as the prefix for all defs in an
36 // Ensure that we've correctly captured the reference to name from the implicit
/external/llvm/test/TableGen/
DMultiClassDefName.td18 // Ensure that the same anonymous name is used as the prefix for all defs in an
36 // Ensure that we've correctly captured the reference to name from the implicit
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/RISCV/
Dfloat-convert.ll33 ; Ensure fmv.x.w is generated even for a soft float calling convention
67 ; Ensure fmv.w.x is generated even for a soft float calling convention
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/MemCpyOpt/
Dload-store-to-memcpy.ll6 ; Ensure load-store forwarding of an aggregate is interpreted as
20 ; Ensure load-store forwarding of an aggregate is interpreted as
/external/python/cpython2/Misc/NEWS.d/next/Library/
D2018-09-12-14-46-51.bpo-34652.Rt1m1b.rst1 Ensure :func:`os.lchmod` is never defined on Linux.
/external/swiftshader/third_party/LLVM/test/Transforms/Inline/
D2008-11-04-AlwaysInline.ll2 ; Ensure that foo is not removed by always inliner
/external/swiftshader/third_party/llvm-7.0/llvm/test/Verifier/
Dcomdat3.ll1 ; This used to be invalid, but now it's valid. Ensure the verifier

12345678910>>...27