Searched refs:dominated (Results 1 – 25 of 96) sorted by relevance
1234
/external/llvm-project/llvm/test/Transforms/AggressiveInstCombine/ |
D | trunc_multi_uses.ll | 14 ;; These tests check cases where expression dag post-dominated by TruncInst 32 ; make sure zext have another use that is not post-dominated by the TruncInst. 51 ; make sure zext have another use that is not post-dominated by the TruncInst. 70 ; make sure zext have another use that is not post-dominated by the TruncInst. 89 ; make sure zext have another use that is not post-dominated by the TruncInst. 111 ; make sure zext have another use that is not post-dominated by the TruncInst. 131 ; make sure zext have another use that is not post-dominated by the TruncInst. 150 ; make sure zext have another use that is not post-dominated by the TruncInst. 169 ; make sure zext have another use that is not post-dominated by the TruncInst. 188 ; make sure zext have another use that is not post-dominated by the TruncInst. [all …]
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | global_smrd.ll | 55 ; uniform load dominated by no-alias store - scalarize 69 ; uniform load dominated by alias store - vector 101 ; uniform load from global array dominated by alias store
|
/external/llvm-project/llvm/test/Transforms/EarlyCSE/ |
D | conditional.ll | 77 ; Not legal to replace use given it's not dominated by edge 96 ; Another single predecessor test, but for dominated use
|
/external/llvm/test/Transforms/EarlyCSE/ |
D | conditional.ll | 76 ; Not legal to replace use given it's not dominated by edge 95 ; Another single predecessor test, but for dominated use
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | invalid-liveness.mir | 13 # CHECK: ERROR: Use not jointly dominated by defs.
|
D | tls-local-dynamic.ll | 49 ; This accesses TLS, but is dominated by the previous block,
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | PhiBlockMerge2.ll | 3 ; dominated by the block-to-be-eliminated
|
/external/llvm-project/llvm/test/Transforms/Mem2Reg/ |
D | 2003-10-05-DeadPHIInsertion.ll | 2 ; node in L3, even though there is no load of %A in anything dominated by L3.
|
/external/llvm/test/Transforms/Mem2Reg/ |
D | 2003-10-05-DeadPHIInsertion.ll | 2 ; node in L3, even though there is no load of %A in anything dominated by L3.
|
/external/llvm-project/llvm/test/Transforms/SimplifyCFG/ |
D | PhiBlockMerge2.ll | 3 ; dominated by the block-to-be-eliminated
|
/external/llvm-project/llvm/test/Transforms/JumpThreading/ |
D | combine-metadata.ll | 8 ; Check that we propagate nonnull to dominated loads, when we find an available 48 ; Check that we propagate nonnull to dominated loads, when we find an available
|
/external/llvm/test/Transforms/CodeExtractor/ |
D | 2004-03-14-DominanceProblem.ll | 3 ; are dominated by all of the live-outs.
|
/external/llvm-project/llvm/test/Transforms/CodeExtractor/ |
D | 2004-03-14-DominanceProblem.ll | 3 ; are dominated by all of the live-outs.
|
/external/llvm-project/llvm/test/Transforms/LCSSA/ |
D | unused-phis.ll | 11 ; only inserted by LCSSA when there is a use dominated by a given exit
|
/external/llvm/test/Transforms/LCSSA/ |
D | unused-phis.ll | 11 ; only inserted by LCSSA when there is a use dominated by a given exit
|
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | load-combine-metadata-dominance.ll | 24 ; Check that nonnull from the dominated load does not get propagated.
|
/external/llvm-project/polly/test/Isl/CodeGen/ |
D | non-affine-region-exit-phi-incoming-synthesize.ll | 7 ; is not dominated by subregion_if.
|
D | region_exiting-domtree.ll | 5 ; subregion. In particulat, it must be dominated by %polly.stmt.subregion.enter,
|
/external/llvm/test/CodeGen/PowerPC/ |
D | lsr-postinc-pos.ll | 4 ; scevgep needs to be inserted in %bb so that it is dominated by %t.
|
/external/llvm/test/Transforms/LoopVectorize/ |
D | undef-inst-bug.ll | 7 ; We would use the index from the original loop resulting in a use not dominated
|
/external/llvm-project/llvm/test/Transforms/LoopVectorize/ |
D | undef-inst-bug.ll | 7 ; We would use the index from the original loop resulting in a use not dominated
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | lsr-postinc-pos.ll | 4 ; scevgep needs to be inserted in %bb so that it is dominated by %t.
|
/external/llvm-project/llvm/test/Transforms/LoopStrengthReduce/X86/ |
D | pr28719.ll | 10 ; Just make sure we don't generate code with uses not dominated by defs.
|
/external/llvm/test/CodeGen/X86/ |
D | tls-local-dynamic.ll | 49 ; This accesses TLS, but is dominated by the previous block,
|
/external/llvm-project/llvm/test/Transforms/CorrelatedValuePropagation/ |
D | pr35807.ll | 46 ; dominance in LLVM where uses in unreachable blocks are dominated
|
1234