Home
last modified time | relevance | path

Searched refs:inserts (Results 1 – 25 of 85) sorted by relevance

1234

/llvm-project-15.0.7/mlir/test/lib/IR/
H A DTestFunc.cpp29 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 Dargparse.py420 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 Dcfi-inserter-callee-save-register.mir3 # Test that CFI inserter inserts .cfi_restore properly for
H A Dcfi-inserter-callee-save-register-2.mir3 # Test that CFI inserter inserts .cfi_offset/.cfi_register/.cfi_rel_offset
/llvm-project-15.0.7/llvm/test/tools/llvm-reduce/
H A Dremove-bbs-ret-nonvoid.ll1 ; Test that llvm-reduce inserts valid return instructions for functions with
/llvm-project-15.0.7/llvm/test/Transforms/Mem2Reg/
H A D2003-10-05-DeadPHIInsertion.ll1 ; 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 Dkryo-inseltpoison.ll17 ; Vector inserts - inserting the first element should have a zero cost; all
H A Dkryo.ll17 ; Vector inserts - inserting the first element should have a zero cost; all
/llvm-project-15.0.7/llvm/test/CodeGen/Generic/
H A Dundef-phi.ll4 ; inserts an IMPLICIT_DEF instruction in the predecessor so all paths to the use
/llvm-project-15.0.7/bolt/test/X86/
H A Davx512-trap.test1 # 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 Difcvt_triangleWoCvtToNextEdge.mir7 # inserts a predicated copy of bb.2 in bb.1.
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/Transforms/
H A DPasses.td30 def SPIRVRewriteInsertsPass : Pass<"spirv-rewrite-inserts", "spirv::ModuleOp"> {
/llvm-project-15.0.7/llvm/test/Transforms/SROA/
H A Ddbg-single-piece.ll17 ; 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 Drewrite-inserts.mlir1 // 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 Dfp32_to_uint32-cost-model.ll9 ; If we need to scalarize the fptoui and then use inserts to build up the
H A Dfp64_to_uint32-cost-model.ll10 ; 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 Dcheck-constant-shadow.ll9 ; main() is special: it inserts check for the return value
/llvm-project-15.0.7/llvm/test/Transforms/Scalarizer/
H A Dconstant-insertelement.ll6 ; Test that constant inserts are nicely scalarized
/llvm-project-15.0.7/llvm/test/Transforms/LoopSimplify/
H A Dunreachable-loop-pred.ll4 ; 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 DPasses.td19 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 Dpro-type-member-init.rst14 older versions it inserts the field initializers into the constructor
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dinsert-val-extract-elem.ll18 ; Test with two inserts to the same index
/llvm-project-15.0.7/llvm/test/CodeGen/AVR/
H A Davr-rust-issue-123.ll4 ; pass inserts an unconditional branch to the previous adjacent
/llvm-project-15.0.7/llvm/test/Transforms/NewGVN/
H A Dcondprop-xfail.ll59 ;; The icmp ne requires an equality table that inserts the inequalities for each
/llvm-project-15.0.7/polly/test/ScopDetect/
H A Dsequential_loops.ll46 ; the -loop-simplify pass always inserts a preheader as in the test case below.

1234