Home
last modified time | relevance | path

Searched refs:terminators (Results 1 – 25 of 123) sorted by relevance

12345

/external/mesa3d/src/compiler/glsl/
Dloop_unroll.cpp186 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()
Dloop_analysis.h87 exec_list terminators; variable
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIOptimizeExecMaskingPreRA.cpp126 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/
DXRayInstrumentation.cpp95 for (auto &T : MBB.terminators()) { in replaceRetWithPatchableRet()
128 for (auto &T : MBB.terminators()) { in prependRetWithPatchableExit()
/external/llvm-project/llvm/lib/CodeGen/
DXRayInstrumentation.cpp95 for (auto &T : MBB.terminators()) { in replaceRetWithPatchableRet()
128 for (auto &T : MBB.terminators()) { in prependRetWithPatchableExit()
/external/llvm-project/mlir/include/mlir/Dialect/StandardOps/Transforms/
DPasses.td40 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/
Ddynstr-no-rosegment.s2 # Verify that a .dynstr in the .text segment has null byte terminators
/external/llvm-project/mlir/test/Dialect/LLVMIR/
Dterminator.mlir2 // verify that terminators survive the canonicalizer
/external/llvm-project/llvm/test/Transforms/HotColdSplit/
Dapply-noreturn-bonus.ll11 ; CHECK: Applying bonus for: 4 non-returning terminators
/external/llvm/lib/CodeGen/
DXRayInstrumentation.cpp71 for (auto &T : MBB.terminators()) { in runOnMachineFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCBranchCoalescing.cpp245 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/
DPPCBranchCoalescing.cpp245 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/
Ddocs.rst10 of null terminators or buffer sizes can result in serious bugs.
16 terminators.
/external/llvm/test/CodeGen/Mips/
D2011-05-26-BranchKillsVreg.ll5 ; This requires updating the BNE-J terminators to a BEQ. The BNE instruction
/external/llvm-project/llvm/test/CodeGen/Mips/
D2011-05-26-BranchKillsVreg.ll5 ; This requires updating the BNE-J terminators to a BEQ. The BNE instruction
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Doptimize-exec-copies-extra-insts-after-copy.mir5 # additional terminators after the exec write. This can happen with
/external/llvm-project/llvm/docs/CommandGuide/
Dllvm-diff.rst28 beginning with the entry blocks. If the terminators seem to match,
/external/llvm/docs/CommandGuide/
Dllvm-diff.rst30 beginning with the entry blocks. If the terminators seem to match,
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrInfo.cpp101 for (MachineInstr &MI : MBB.terminators()) { in analyzeBranch()
DWebAssemblyCFGStackify.cpp88 for (const MachineInstr &Term : MBB->terminators()) { in MaybeUpdateTerminator()
290 for (MachineInstr &MI : Pred->terminators()) in ExplicitlyBranchesTo()
/external/llvm-project/mlir/test/Dialect/Standard/
Dfunc-bufferize.mlir60 // update all terminators and issue an error if that is not possible.
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIOptimizeExecMaskingPreRA.cpp201 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/
DCHANGES10 *) Handle line terminators before and after regex literals more sensible
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrInfo.cpp115 for (MachineInstr &MI : MBB.terminators()) { in analyzeBranch()
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrInfo.cpp119 for (MachineInstr &MI : MBB.terminators()) { in analyzeBranch()

12345