Searched refs:Propagate (Results 1 – 13 of 13) sorted by relevance
| /llvm-project-15.0.7/polly/test/Unit/ |
| H A D | lit.cfg | 28 # Propagate the temp directory. Windows requires this because it uses \Windows\ 35 # Propagate sanitizer options.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | uniform-work-group-propagate-attribute.ll | 6 ; Propagate the uniform-work-group-attribute from the kernel to callee if it doesn't have it
|
| H A D | propagate-attributes-function-pointer-argument.ll | 1 ; This is a regression test for a bug in the AMDGPU Propagate Attributes pass
|
| /llvm-project-15.0.7/llvm/test/Instrumentation/MemorySanitizer/AArch64/ |
| H A D | vararg.ll | 30 ; Propagate the GR shadow values on for the va_list::__gp_top, adjust the 37 ; Propagate the VR shadow values on for the va_list::__vr_top, adjust the
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | psadbw.ll | 16 ; Propagate the demanded result elements to the 8 aliasing source elements.
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Tosa/Transforms/ |
| H A D | Passes.td | 28 let summary = "Propagate shapes across TOSA operations";
|
| /llvm-project-15.0.7/llvm/cmake/modules/ |
| H A D | CrossCompile.cmake | 38 # Propagate LLVM_EXTERNAL_CLANG_SOURCE_DIR so that clang-tblgen can be built
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | LowerMatrixIntrinsics.cpp | 564 bool Propagate = false; in propagateShapeForward() local 574 Propagate = setShapeInfo(Inst, {M, K}); in propagateShapeForward() 578 Propagate = setShapeInfo(Inst, {N, M}); in propagateShapeForward() 582 Propagate = setShapeInfo(Inst, {N, M}); in propagateShapeForward() 586 Propagate = setShapeInfo(Inst, {M, N}); in propagateShapeForward() 597 Propagate |= setShapeInfo(Inst, OpShape->second); in propagateShapeForward() 603 if (Propagate) { in propagateShapeForward()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | FunctionImport.cpp | 1054 auto FinalizeInModule = [&](GlobalValue &GV, bool Propagate = false) { in thinLTOFinalizeInModule() argument 1060 if (Propagate) in thinLTOFinalizeInModule()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | ValueTracking.cpp | 5681 auto Propagate = [&](const User *User) { in programUndefinedIfUndefOrPoison() local 5685 for_each(V->users(), Propagate); in programUndefinedIfUndefOrPoison() 5701 for_each(I.users(), Propagate); in programUndefinedIfUndefOrPoison()
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | shuffle_select-inseltpoison.ll | 17 ; Propagate flags when possible. 360 ; Propagate any FMF.
|
| H A D | shuffle_select.ll | 17 ; Propagate flags when possible. 360 ; Propagate any FMF.
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | SVEInstrFormats.td | 7928 // SVE Propagate Break Group
|