Home
last modified time | relevance | path

Searched refs:unify (Results 1 – 25 of 80) sorted by relevance

1234

/external/llvm/include/llvm/CodeGen/
DLiveIntervalUnion.h87 void unify(LiveInterval &VirtReg, const LiveRange &Range);
88 void unify(LiveInterval &VirtReg) { in unify() function
89 unify(VirtReg, VirtReg); in unify()
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dupdate-phi.ll2 ; RUN: opt -mtriple=amdgcn-- -S -amdgpu-unify-divergent-exit-nodes -verify %s | FileCheck -check-pr…
4 ; Make sure that the phi in n28 is updated when the block is split by unify
Dunify-metadata.ll1 ; RUN: opt -mtriple=amdgcn--amdhsa -amdgpu-unify-metadata -S < %s | FileCheck -check-prefix=ALL %s
/external/llvm-project/llvm/test/Transforms/UnifyLoopExits/
Dswitch.ll2 ; RUN: opt < %s -unify-loop-exits -enable-new-pm=0 -S | FileCheck %s
3 ; RUN: opt < %s -passes='lowerswitch,unify-loop-exits' -S | FileCheck %s
Dnested.ll2 ; RUN: opt < %s -unify-loop-exits -enable-new-pm=0 -S | FileCheck %s
3 ; RUN: opt < %s -passes='lowerswitch,unify-loop-exits' -S | FileCheck %s
Dbasic.ll2 ; RUN: opt < %s -unify-loop-exits -enable-new-pm=0 -S | FileCheck %s
3 ; RUN: opt < %s -passes='lowerswitch,unify-loop-exits' -S | FileCheck %s
Drestore-ssa.ll2 ; RUN: opt < %s -unify-loop-exits -enable-new-pm=0 -S | FileCheck %s
3 ; RUN: opt < %s -passes='lowerswitch,unify-loop-exits' -S | FileCheck %s
/external/llvm/tools/llvm-diff/
DDifferenceEngine.cpp174 void unify(Instruction *L, Instruction *R) { in unify() function in __anon6bb4de1d0111::FunctionDifferenceEngine
220 unify(&*LI, &*RI); in diff()
557 unify(&*LI, &*RI); in runBlockDiff()
569 unify(L, R); in runBlockDiff()
593 unify(&*LI, &*RI); in runBlockDiff()
/external/llvm-project/llvm/tools/llvm-diff/
DDifferenceEngine.cpp173 void unify(Instruction *L, Instruction *R) { in unify() function in __anone2079f2b0111::FunctionDifferenceEngine
219 unify(&*LI, &*RI); in diff()
587 unify(&*LI, &*RI); in runBlockDiff()
599 unify(L, R); in runBlockDiff()
623 unify(&*LI, &*RI); in runBlockDiff()
/external/mesa3d/src/compiler/glsl/
Dlower_jumps.cpp576 bool unify = true; in visit() local
585 unify = false; in visit()
587 if(unify) { in visit()
/external/llvm-project/llvm/test/Transforms/SimplifyCFG/
DUncondBranchToReturn.ll1 ; The unify-function-exit-nodes pass often makes basic blocks that just contain
/external/llvm/test/Transforms/SimplifyCFG/
DUncondBranchToReturn.ll1 ; The unify-function-exit-nodes pass often makes basic blocks that just contain
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLiveIntervalUnion.h91 void unify(LiveInterval &VirtReg, const LiveRange &Range);
/external/llvm-project/llvm/include/llvm/CodeGen/
DLiveIntervalUnion.h91 void unify(LiveInterval &VirtReg, const LiveRange &Range);
/external/kmod/
DTODO27 * review API, maybe unify all of these getters:
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveIntervalUnion.cpp29 void LiveIntervalUnion::unify(LiveInterval &VirtReg, const LiveRange &Range) { in unify() function in LiveIntervalUnion
DLiveRegMatrix.cpp113 Matrix[Unit].unify(VirtReg, Range); in assign()
/external/llvm/lib/CodeGen/
DLiveIntervalUnion.cpp29 void LiveIntervalUnion::unify(LiveInterval &VirtReg, const LiveRange &Range) { in unify() function in LiveIntervalUnion
DLiveRegMatrix.cpp106 Matrix[Unit].unify(VirtReg, Range); in assign()
/external/llvm-project/llvm/lib/CodeGen/
DLiveIntervalUnion.cpp29 void LiveIntervalUnion::unify(LiveInterval &VirtReg, const LiveRange &Range) { in unify() function in LiveIntervalUnion
DLiveRegMatrix.cpp113 Matrix[Unit].unify(VirtReg, Range); in assign()
/external/llvm-project/llvm/test/Transforms/StructurizeCFG/workarounds/
Dneeds-unified-loop-exits.ll2 ; RUN: opt < %s -unify-loop-exits -structurizecfg -enable-new-pm=0 -S | FileCheck %s
10 ; The workaround for this is to unify loop exits. Each loop now
/external/mesa3d/docs/relnotes/
D12.0.5.rst81 - gallium/radeon: unify viewport emission code
/external/llvm/test/Analysis/BranchProbabilityInfo/
Dnoreturn.ll55 ; Make sure we unify across multiple conditional branches.
/external/rust/crates/nix/
DREADME.md9 ...). The goal is to not provide a 100% unified interface, but to unify

1234