Searched refs:elide (Results 1 – 25 of 42) sorted by relevance
12
/external/llvm-project/llvm/test/Transforms/Coroutines/ |
D | smoketest.ll | 10 ; RUN: -coro-early -coro-split -coro-elide -coro-cleanup -enable-new-pm=0 2>&1 | FileCheck %s 23 ; RUN: -passes='function(coro-early),cgscc(coro-split),function(coro-elide,coro-cleanup)' 2>&1 \ 28 ; CHECK: coro-elide 33 ; NOCORO-NOT: coro-elide
|
D | coro-elide.ll | 3 ; RUN: opt < %s -S -inline -coro-elide -dce -enable-new-pm=0 | FileCheck %s 5 ; RUN: -passes='cgscc(repeat<2>(inline,function(coro-elide,dce)))' \
|
D | coro-heap-elide.ll | 4 ; RUN: opt < %s -S -inline -coro-elide -instsimplify -simplifycfg | FileCheck %s 6 ; RUN: -passes='cgscc(inline,function(coro-elide,instsimplify,simplify-cfg))' \ 321 ; a coroutine start function (cannot elide heap alloc, due to second argument to
|
/external/llvm-project/mlir/test/IR/ |
D | pretty-attributes.mlir | 1 // RUN: mlir-opt %s -mlir-elide-elementsattrs-if-larger=2 | FileCheck %s 6 // RUN: mlir-opt %s -mlir-elide-elementsattrs-if-larger=2 | mlir-opt
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | arg-copy-elide.ll | 45 ; We won't copy elide for types needing legalization such as i64 or i1. 88 ; We can't copy elide when an i64 is split between registers and memory in a 110 ; We can't copy elide when it would reduce the user requested alignment. 130 ; We can't copy elide when it would reduce the ABI required alignment. 263 ; Don't elide the copy when the alloca is escaped with a store.
|
D | arg-copy-elide-win64.ll | 4 ; Make sure we don't try to copy elide these arguments since they will be
|
D | peephole-na-phys-copy-folding.ll | 5 ; The peephole optimizer can elide some physical register copies such as
|
/external/llvm-project/clang/test/Analysis/ |
D | cfg-rich-constructors.mm | 5 …ebug.DumpCFG -triple x86_64-apple-darwin12 -std=c++11 -w -analyzer-config elide-constructors=false… 7 …ebug.DumpCFG -triple x86_64-apple-darwin12 -std=c++17 -w -analyzer-config elide-constructors=false…
|
/external/llvm-project/llvm/test/Transforms/Inline/ML/ |
D | ml-test-release-mode.ll | 1 ; The default inliner doesn't elide @adder, it believes it's too costly to inline
|
D | ml-test-development-mode.ll | 1 ; The default inliner doesn't elide @adder, it believes it's too costly to inline
|
/external/llvm-project/lld/test/COFF/ |
D | lto-comdat.ll | 24 ; implementation in LTO, elide calls to it from inside LTO, and retain the 34 ; implementation in LTO, elide the call to it from inside LTO, and keep the
|
/external/llvm/test/Feature/OperandBundles/ |
D | dse.ll | 33 ; legal to elide the final store that location.
|
/external/llvm-project/llvm/test/Feature/OperandBundles/ |
D | dse.ll | 33 ; legal to elide the final store that location.
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | guards.ll | 6 ; tests directly testing e.g. if SCEV can elide a sext should go
|
/external/llvm-project/llvm/test/Analysis/ScalarEvolution/ |
D | guards.ll | 6 ; tests directly testing e.g. if SCEV can elide a sext should go
|
/external/llvm-project/clang/test/CodeGenObjC/ |
D | exceptions.m | 56 // Landing pad. Note that we elide the re-enter.
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/GlobalISel/ |
D | Combine.td | 64 /// TODO: The plan is to elide `root` definitions and determine it from the DAG
|
/external/clang/test/CodeGenObjC/ |
D | exceptions.m | 64 // Landing pad. Note that we elide the re-enter.
|
/external/llvm/test/CodeGen/X86/ |
D | peephole-na-phys-copy-folding.ll | 7 ; The peephole optimizer can elide some physical register copies such as
|
/external/llvm-project/llvm/docs/ |
D | InAlloca.rst | 121 In this case, we want to be able to elide copies into ``bar``'s argument
|
/external/llvm/docs/ |
D | InAlloca.rst | 121 In this case, we want to be able to elide copies into ``bar``'s argument
|
/external/llvm-project/llvm/lib/Passes/ |
D | PassRegistry.def | 212 FUNCTION_PASS("coro-elide", CoroElidePass())
|
/external/llvm-project/mlir/test/lib/Dialect/Test/ |
D | TestOps.td | 1399 // Test that we elide attributes that are within the syntax. 1405 // Test that we elide optional attributes that are within the syntax. 1427 // Test that we elide attributes that are within the syntax.
|
/external/llvm-project/mlir/docs/ |
D | Diagnostics.md | 101 // We can also elide the return value completely, in which the engine assumes
|
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/end2end/ |
D | back2back_fake_quant.pbtxt | 1 # RUN: tf_tfl_translate --mlir-elide-elementsattrs-if-larger=10 --emit-builtin-tflite-ops \
|
12