/external/mesa3d/src/compiler/glsl/ |
D | loop_unroll.cpp | 186 assert(!ls->terminators.is_empty() || iterations == 1); in simple_unroll() 229 if (!ls->terminators.is_empty() && in simple_unroll() 405 foreach_in_list_safe(loop_terminator, t, &ls->terminators) { in visit_leave() 521 if (ls->num_loop_jumps != 2 || ls->terminators.length() != 2) in visit_leave() 529 foreach_in_list(loop_terminator, t, &ls->terminators) { in visit_leave()
|
D | loop_analysis.h | 87 exec_list terminators; variable
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | SIOptimizeExecMaskingPreRA.cpp | 126 auto I = llvm::find_if(MBB.terminators(), [](const MachineInstr &MI) { in optimizeVcndVcmpPair() 130 if (I == MBB.terminators().end()) in optimizeVcndVcmpPair() 254 auto I = llvm::find_if(MBB.terminators(), [this](const MachineInstr &MI) { in optimizeElseBranch() 257 if (I == MBB.terminators().end()) in optimizeElseBranch()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | XRayInstrumentation.cpp | 95 for (auto &T : MBB.terminators()) { in replaceRetWithPatchableRet() 128 for (auto &T : MBB.terminators()) { in prependRetWithPatchableExit()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | XRayInstrumentation.cpp | 95 for (auto &T : MBB.terminators()) { in replaceRetWithPatchableRet() 128 for (auto &T : MBB.terminators()) { in prependRetWithPatchableExit()
|
/external/llvm-project/mlir/include/mlir/Dialect/StandardOps/Transforms/ |
D | Passes.td | 40 rewriting terminators based on the information provided by the 46 Finally, this pass fails for unknown terminators, as we cannot decide
|
/external/llvm-project/lld/test/ELF/ |
D | dynstr-no-rosegment.s | 2 # Verify that a .dynstr in the .text segment has null byte terminators
|
/external/llvm-project/mlir/test/Dialect/LLVMIR/ |
D | terminator.mlir | 2 // verify that terminators survive the canonicalizer
|
/external/llvm-project/llvm/test/Transforms/HotColdSplit/ |
D | apply-noreturn-bonus.ll | 11 ; CHECK: Applying bonus for: 4 non-returning terminators
|
/external/llvm/lib/CodeGen/ |
D | XRayInstrumentation.cpp | 71 for (auto &T : MBB.terminators()) { in runOnMachineFunction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCBranchCoalescing.cpp | 245 for (auto &I : Cand.BranchBlock->terminators()) { in canCoalesceBranch() 684 SourceRegion.BranchBlock->terminators().begin(); in mergeCandidates() 685 while (I != SourceRegion.BranchBlock->terminators().end()) { in mergeCandidates()
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCBranchCoalescing.cpp | 245 for (auto &I : Cand.BranchBlock->terminators()) { in canCoalesceBranch() 689 SourceRegion.BranchBlock->terminators().begin(); in mergeCandidates() 690 while (I != SourceRegion.BranchBlock->terminators().end()) { in mergeCandidates()
|
/external/pigweed/pw_string/ |
D | docs.rst | 10 of null terminators or buffer sizes can result in serious bugs. 16 terminators.
|
/external/llvm/test/CodeGen/Mips/ |
D | 2011-05-26-BranchKillsVreg.ll | 5 ; This requires updating the BNE-J terminators to a BEQ. The BNE instruction
|
/external/llvm-project/llvm/test/CodeGen/Mips/ |
D | 2011-05-26-BranchKillsVreg.ll | 5 ; This requires updating the BNE-J terminators to a BEQ. The BNE instruction
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | optimize-exec-copies-extra-insts-after-copy.mir | 5 # additional terminators after the exec write. This can happen with
|
/external/llvm-project/llvm/docs/CommandGuide/ |
D | llvm-diff.rst | 28 beginning with the entry blocks. If the terminators seem to match,
|
/external/llvm/docs/CommandGuide/ |
D | llvm-diff.rst | 30 beginning with the entry blocks. If the terminators seem to match,
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrInfo.cpp | 101 for (MachineInstr &MI : MBB.terminators()) { in analyzeBranch()
|
D | WebAssemblyCFGStackify.cpp | 88 for (const MachineInstr &Term : MBB->terminators()) { in MaybeUpdateTerminator() 290 for (MachineInstr &MI : Pred->terminators()) in ExplicitlyBranchesTo()
|
/external/llvm-project/mlir/test/Dialect/Standard/ |
D | func-bufferize.mlir | 60 // update all terminators and issue an error if that is not possible.
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIOptimizeExecMaskingPreRA.cpp | 201 auto I = llvm::find_if(MBB.terminators(), [](const MachineInstr &MI) { in optimizeVcndVcmpPair() 205 if (I == MBB.terminators().end()) in optimizeVcndVcmpPair()
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/docs/ |
D | CHANGES | 10 *) Handle line terminators before and after regex literals more sensible
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrInfo.cpp | 115 for (MachineInstr &MI : MBB.terminators()) { in analyzeBranch()
|
/external/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrInfo.cpp | 119 for (MachineInstr &MI : MBB.terminators()) { in analyzeBranch()
|