Home
last modified time | relevance | path

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

123

/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/swiftshader/third_party/LLVM/tools/llvm-diff/
DDifferenceEngine.cpp177 void unify(Instruction *L, Instruction *R) { in unify() function in __anonce6149d20111::FunctionDifferenceEngine
224 unify(&*LI, &*RI); in diff()
557 unify(&*LI, &*RI); in runBlockDiff()
567 unify(L, R); in runBlockDiff()
591 unify(&*LI, &*RI); in runBlockDiff()
/external/llvm/tools/llvm-diff/
DDifferenceEngine.cpp174 void unify(Instruction *L, Instruction *R) { in unify() function in __anon66aec1a60111::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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-diff/
DDifferenceEngine.cpp174 void unify(Instruction *L, Instruction *R) { in unify() function in __anon403bf0fe0111::FunctionDifferenceEngine
220 unify(&*LI, &*RI); in diff()
588 unify(&*LI, &*RI); in runBlockDiff()
600 unify(L, R); in runBlockDiff()
624 unify(&*LI, &*RI); in runBlockDiff()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dunify-metadata.ll1 ; RUN: opt -mtriple=amdgcn--amdhsa -amdgpu-unify-metadata -S < %s | FileCheck -check-prefix=ALL %s
Dinfinite-loop.ll2 ; RUN: opt -mtriple=amdgcn-- -S -amdgpu-unify-divergent-exit-nodes -verify %s | FileCheck -check-pr…
/external/mesa3d/src/compiler/glsl/
Dlower_jumps.cpp574 bool unify = true; in visit() local
583 unify = false; in visit()
585 if(unify) { in visit()
/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/test/Transforms/SimplifyCFG/
DUncondBranchToReturn.ll1 ; The unify-function-exit-nodes pass often makes basic blocks that just contain
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SimplifyCFG/
DUncondBranchToReturn.ll1 ; The unify-function-exit-nodes pass often makes basic blocks that just contain
/external/epid-sdk/epid/common/
Dtinycommon.parts20 depending on headers. Eventually should unify this into single header.
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLiveIntervalUnion.h92 void unify(LiveInterval &VirtReg);
DLiveIntervalUnion.cpp28 void LiveIntervalUnion::unify(LiveInterval &VirtReg) { in unify() function in LiveIntervalUnion
DRegAllocBasic.cpp270 PhysReg2LiveUnion[RegNum].unify(VirtReg); in seedLiveRegs()
282 PhysReg2LiveUnion[PhysReg].unify(VirtReg); in assign()
/external/swiftshader/third_party/llvm-7.0/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/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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLiveIntervalUnion.cpp30 void LiveIntervalUnion::unify(LiveInterval &VirtReg, const LiveRange &Range) { in unify() function in LiveIntervalUnion
DLiveRegMatrix.cpp113 Matrix[Unit].unify(VirtReg, Range); in assign()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/BranchProbabilityInfo/
Dnoreturn.ll55 ; Make sure we unify across multiple conditional branches.
/external/u-boot/doc/
DREADME.SPL7 To unify all existing implementations for a secondary program loader (SPL)
/external/llvm/test/Analysis/BranchProbabilityInfo/
Dnoreturn.ll55 ; Make sure we unify across multiple conditional branches.
/external/u-boot/test/
DREADME32 but provides the ability to unify lots of tests and summarise their results.
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_util.cpp195 void Interval::unify(Interval &that) in unify() function in nv50_ir::Interval

123