Home
last modified time | relevance | path

Searched refs:elide (Results 1 – 25 of 42) sorted by relevance

12

/external/llvm-project/llvm/test/Transforms/Coroutines/
Dsmoketest.ll10 ; 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
Dcoro-elide.ll3 ; 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)))' \
Dcoro-heap-elide.ll4 ; 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/
Dpretty-attributes.mlir1 // 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/
Darg-copy-elide.ll45 ; 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.
Darg-copy-elide-win64.ll4 ; Make sure we don't try to copy elide these arguments since they will be
Dpeephole-na-phys-copy-folding.ll5 ; The peephole optimizer can elide some physical register copies such as
/external/llvm-project/clang/test/Analysis/
Dcfg-rich-constructors.mm5 …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/
Dml-test-release-mode.ll1 ; The default inliner doesn't elide @adder, it believes it's too costly to inline
Dml-test-development-mode.ll1 ; The default inliner doesn't elide @adder, it believes it's too costly to inline
/external/llvm-project/lld/test/COFF/
Dlto-comdat.ll24 ; 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/
Ddse.ll33 ; legal to elide the final store that location.
/external/llvm-project/llvm/test/Feature/OperandBundles/
Ddse.ll33 ; legal to elide the final store that location.
/external/llvm/test/Analysis/ScalarEvolution/
Dguards.ll6 ; tests directly testing e.g. if SCEV can elide a sext should go
/external/llvm-project/llvm/test/Analysis/ScalarEvolution/
Dguards.ll6 ; tests directly testing e.g. if SCEV can elide a sext should go
/external/llvm-project/clang/test/CodeGenObjC/
Dexceptions.m56 // Landing pad. Note that we elide the re-enter.
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/GlobalISel/
DCombine.td64 /// TODO: The plan is to elide `root` definitions and determine it from the DAG
/external/clang/test/CodeGenObjC/
Dexceptions.m64 // Landing pad. Note that we elide the re-enter.
/external/llvm/test/CodeGen/X86/
Dpeephole-na-phys-copy-folding.ll7 ; The peephole optimizer can elide some physical register copies such as
/external/llvm-project/llvm/docs/
DInAlloca.rst121 In this case, we want to be able to elide copies into ``bar``'s argument
/external/llvm/docs/
DInAlloca.rst121 In this case, we want to be able to elide copies into ``bar``'s argument
/external/llvm-project/llvm/lib/Passes/
DPassRegistry.def212 FUNCTION_PASS("coro-elide", CoroElidePass())
/external/llvm-project/mlir/test/lib/Dialect/Test/
DTestOps.td1399 // 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/
DDiagnostics.md101 // We can also elide the return value completely, in which the engine assumes
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/end2end/
Dback2back_fake_quant.pbtxt1 # RUN: tf_tfl_translate --mlir-elide-elementsattrs-if-larger=10 --emit-builtin-tflite-ops \

12