| /llvm-project-15.0.7/mlir/test/lib/IR/ |
| H A D | TestFunc.cpp | 29 auto inserts = func->getAttrOfType<ArrayAttr>("test.insert_args"); in runOnOperation() local 30 if (!inserts || inserts.empty()) in runOnOperation() 36 for (auto insert : inserts.getAsRange<ArrayAttr>()) { in runOnOperation() 67 auto inserts = func->getAttrOfType<ArrayAttr>("test.insert_results"); in runOnOperation() local 68 if (!inserts || inserts.empty()) in runOnOperation() 73 for (auto insert : inserts.getAsRange<ArrayAttr>()) { in runOnOperation()
|
| /llvm-project-15.0.7/polly/utils/ |
| H A D | argparse.py | 420 inserts = {} 432 inserts[start] = '[' 433 inserts[end] = ']' 435 inserts[start] = '(' 436 inserts[end] = ')' 438 inserts[i] = '|' 448 if inserts.get(i) == '|': 449 inserts.pop(i) 450 elif inserts.get(i + 1) == '|': 451 inserts.pop(i + 1) [all …]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | cfi-inserter-callee-save-register.mir | 3 # Test that CFI inserter inserts .cfi_restore properly for
|
| H A D | cfi-inserter-callee-save-register-2.mir | 3 # Test that CFI inserter inserts .cfi_offset/.cfi_register/.cfi_rel_offset
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-reduce/ |
| H A D | remove-bbs-ret-nonvoid.ll | 1 ; Test that llvm-reduce inserts valid return instructions for functions with
|
| /llvm-project-15.0.7/llvm/test/Transforms/Mem2Reg/ |
| H A D | 2003-10-05-DeadPHIInsertion.ll | 1 ; Mem2reg should not insert dead PHI nodes! The naive algorithm inserts a PHI
|
| /llvm-project-15.0.7/llvm/test/Analysis/CostModel/AArch64/ |
| H A D | kryo-inseltpoison.ll | 17 ; Vector inserts - inserting the first element should have a zero cost; all
|
| H A D | kryo.ll | 17 ; Vector inserts - inserting the first element should have a zero cost; all
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Generic/ |
| H A D | undef-phi.ll | 4 ; inserts an IMPLICIT_DEF instruction in the predecessor so all paths to the use
|
| /llvm-project-15.0.7/bolt/test/X86/ |
| H A D | avx512-trap.test | 1 # Check that BOLT inserts trap instruction at entry to functions that use AVX-512.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | ifcvt_triangleWoCvtToNextEdge.mir | 7 # inserts a predicated copy of bb.2 in bb.1.
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/Transforms/ |
| H A D | Passes.td | 30 def SPIRVRewriteInsertsPass : Pass<"spirv-rewrite-inserts", "spirv::ModuleOp"> {
|
| /llvm-project-15.0.7/llvm/test/Transforms/SROA/ |
| H A D | dbg-single-piece.ll | 17 ; Checks that SROA still inserts a bit_piece expression, even if it produces only one piece
|
| /llvm-project-15.0.7/mlir/test/Dialect/SPIRV/Transforms/ |
| H A D | rewrite-inserts.mlir | 1 // RUN: mlir-opt -spirv-rewrite-inserts -split-input-file -verify-diagnostics %s -o - | FileCheck %s
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/X86/ |
| H A D | fp32_to_uint32-cost-model.ll | 9 ; If we need to scalarize the fptoui and then use inserts to build up the
|
| H A D | fp64_to_uint32-cost-model.ll | 10 ; If we need to scalarize the fptoui and then use inserts to build up the
|
| /llvm-project-15.0.7/llvm/test/Instrumentation/MemorySanitizer/ |
| H A D | check-constant-shadow.ll | 9 ; main() is special: it inserts check for the return value
|
| /llvm-project-15.0.7/llvm/test/Transforms/Scalarizer/ |
| H A D | constant-insertelement.ll | 6 ; Test that constant inserts are nicely scalarized
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopSimplify/ |
| H A D | unreachable-loop-pred.ll | 4 ; When loopsimplify inserts a preheader for this loop, it should add the new
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Arithmetic/Transforms/ |
| H A D | Passes.td | 19 This pass needs to be a module pass because it inserts memref.global
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines/ |
| H A D | pro-type-member-init.rst | 14 older versions it inserts the field initializers into the constructor
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | insert-val-extract-elem.ll | 18 ; Test with two inserts to the same index
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AVR/ |
| H A D | avr-rust-issue-123.ll | 4 ; pass inserts an unconditional branch to the previous adjacent
|
| /llvm-project-15.0.7/llvm/test/Transforms/NewGVN/ |
| H A D | condprop-xfail.ll | 59 ;; The icmp ne requires an equality table that inserts the inequalities for each
|
| /llvm-project-15.0.7/polly/test/ScopDetect/ |
| H A D | sequential_loops.ll | 46 ; the -loop-simplify pass always inserts a preheader as in the test case below.
|