Home
last modified time | relevance | path

Searched refs:frozen (Results 1 – 23 of 23) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/commands/expression/formatters/
H A DTestFormatters.py214 frozen = frame.EvaluateExpression("$" + object_name + ".a_ptr")
216 a_data = frozen.GetPointeeData()
234 frozen = frame.EvaluateExpression("&numbers")
236 a_data = frozen.GetPointeeData(0, 1)
264 frozen = frame.EvaluateExpression("numbers")
266 a_data = frozen.GetData()
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dppcf128-freeze.mir6 %sel.frozen = freeze ppc_fp128 %a
7 %cmp = fcmp one ppc_fp128 %sel.frozen, 0xM00000000000000000000000000000000
H A Dselect-to-branch.mir28 ; CHECK: %sel.frozen = freeze i32 %a
29 ; CHECK: %cmp = icmp ne i32 %sel.frozen, 0
46 ; CHECK: %sel.frozen = freeze i32 %a
47 ; CHECK: %cmp = icmp ne i32 %sel.frozen, 0
/llvm-project-15.0.7/llvm/test/Transforms/CanonicalizeFreezeInLoops/
H A Dfunc_from_mcf_r.ll22 ; CHECK: %tmp3.frozen = freeze i64 %tmp3
28 ; CHECK: %tmp7 = phi i64 [ %tmp3.frozen, %bb2 ], [ %tmp12, %bb28 ]
/llvm-project-15.0.7/bolt/lib/Passes/
H A DPettisAndHansen.cpp161 if (C1->frozen() || C2->frozen()) in pettisAndHansen()
H A DHFSort.cpp164 if (Cluster->frozen()) in clusterize()
193 PredCluster->frozen()) in clusterize()
/llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/taco/tools/
H A Dmlir_pytaco.py94 @dataclasses.dataclass(frozen=True)
239 @dataclasses.dataclass(frozen=True)
271 @dataclasses.dataclass(frozen=True)
869 @dataclasses.dataclass(frozen=True)
959 @dataclasses.dataclass(frozen=True)
1569 @dataclasses.dataclass(frozen=True)
1621 @dataclasses.dataclass(frozen=True)
1709 @dataclasses.dataclass(frozen=True)
1766 @dataclasses.dataclass(frozen=True)
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_vertices.c675 for (i = 0; i < tab->n_con && tab->con[i].frozen; ++i) in add_chamber()
676 tab->con[i].frozen = 0; in add_chamber()
709 tab->con[i].frozen = 1; in add_chamber()
750 for (i = 0; i < tab->n_con && tab->con[i].frozen; ++i) in create_todo()
751 tab->con[i].frozen = 0; in create_todo()
779 tab->con[i].frozen = 1; in create_todo()
802 if (tab->con[i].frozen) in init_todo()
862 if (tab->con[i].frozen) in update_todo()
H A Disl_tab.c64 tab->var[i].frozen = 0; in isl_tab_alloc()
1015 if (var->frozen) in isl_tab_freeze_constraint()
1019 var->frozen = 1; in isl_tab_freeze_constraint()
1186 if (!isl_tab_var_from_row(tab, i)->frozen && in isl_tab_pivot()
1690 tab->con[r].frozen = 0; in isl_tab_allocate_con()
1776 tab->var[r].frozen = 0; in isl_tab_insert_var()
2711 tab->con[r].frozen = 0; in cut_to_hyperplane()
2984 var->marked = !var->frozen && var->is_nonneg && in isl_tab_detect_implicit_equalities()
2991 var->marked = !var->frozen && var->is_nonneg; in isl_tab_detect_implicit_equalities()
3276 var->marked = !var->frozen && var->is_nonneg; in isl_tab_detect_redundant()
[all …]
H A Disl_tab.h26 unsigned frozen : 1; member
H A Disl_tab_pip.c2058 tab->var[r].frozen = 1; in context_tab_insert_div()
2116 tab->var[r].frozen = 1; in add_div()
2338 tab->var[i].frozen = 1; in tab_for_lexmin()
/llvm-project-15.0.7/bolt/include/bolt/Passes/
H A DHFSort.h40 bool frozen() const { return Frozen; } in frozen() function
/llvm-project-15.0.7/libcxx/docs/DesignDocs/
H A DABIVersioning.rst14 frozen and new ABI-breaking changes will start being applied to version ``3``;
/llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/taco/
H A Dunit_test_tensor_utils.py32 @dataclasses.dataclass(frozen=True)
/llvm-project-15.0.7/llvm/test/Transforms/VectorCombine/
H A Dload-insert-store.ll284 %idx.frozen = freeze i32 %idx
285 %idx.clamped = and i32 %idx.frozen, 7
304 %idx.clamped.frozen = freeze i32 %idx.clamped
305 %vecins = insertelement <16 x i8> %0, i8 %s, i32 %idx.clamped.frozen
387 %idx.frozen = freeze i32 %idx
388 %idx.clamped = urem i32 %idx.frozen, 16
407 %idx.clamped.frozen = freeze i32 %idx.clamped
408 %vecins = insertelement <16 x i8> %0, i8 %s, i32 %idx.clamped.frozen
/llvm-project-15.0.7/mlir/lib/Conversion/SCFToOpenMP/
H A DSCFToOpenMP.cpp441 FrozenRewritePatternSet frozen(std::move(patterns)); in applyPatterns() local
442 return applyPartialConversion(module, target, frozen); in applyPatterns()
/llvm-project-15.0.7/bolt/docs/
H A DRuntimeLibrary.md11 …s awkward if we want to insert a lot of code, especially if this code is frozen and never changes.…
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dattr-amdgpu-num-sgpr.ll49 ; features when the number of registers is frozen), this ends up using
H A Dsoft-clause-exceeds-register-budget.ll36 %conv.frozen = freeze i32 %conv
37 %div = udiv i32 %conv.frozen, 49
/llvm-project-15.0.7/llvm/test/Transforms/JumpThreading/
H A Dfreeze-impliescond.ll82 ; be frozen to true. Therefore, we cannot look through the argument of freeze (%cond.fr0)
/llvm-project-15.0.7/llvm/docs/
H A DDebuggingJITedCode.rst35 Apple ships with Xcode has been frozen at 6.3 for a while.
H A DLangRef.rst4136 In case of switch instruction, the branch condition should be frozen, otherwise
11590 While ``undef`` and ``poison`` pointers can be frozen, the result is a
11593 If an aggregate value or vector is frozen, the operand is frozen element-wise.
11621 ; branching on frozen value
/llvm-project-15.0.7/libcxx/include/
H A Dstrstream59 static const strstate frozen; // exposition only