/external/llvm/include/llvm/CodeGen/ |
D | LiveIntervalUnion.h | 87 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/ |
D | DifferenceEngine.cpp | 177 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/ |
D | DifferenceEngine.cpp | 174 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/ |
D | DifferenceEngine.cpp | 174 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/ |
D | unify-metadata.ll | 1 ; RUN: opt -mtriple=amdgcn--amdhsa -amdgpu-unify-metadata -S < %s | FileCheck -check-prefix=ALL %s
|
D | infinite-loop.ll | 2 ; RUN: opt -mtriple=amdgcn-- -S -amdgpu-unify-divergent-exit-nodes -verify %s | FileCheck -check-pr…
|
/external/mesa3d/src/compiler/glsl/ |
D | lower_jumps.cpp | 574 bool unify = true; in visit() local 583 unify = false; in visit() 585 if(unify) { in visit()
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | UncondBranchToReturn.ll | 1 ; The unify-function-exit-nodes pass often makes basic blocks that just contain
|
/external/swiftshader/third_party/LLVM/test/Transforms/SimplifyCFG/ |
D | UncondBranchToReturn.ll | 1 ; The unify-function-exit-nodes pass often makes basic blocks that just contain
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SimplifyCFG/ |
D | UncondBranchToReturn.ll | 1 ; The unify-function-exit-nodes pass often makes basic blocks that just contain
|
/external/epid-sdk/epid/common/ |
D | tinycommon.parts | 20 depending on headers. Eventually should unify this into single header.
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | LiveIntervalUnion.h | 92 void unify(LiveInterval &VirtReg);
|
D | LiveIntervalUnion.cpp | 28 void LiveIntervalUnion::unify(LiveInterval &VirtReg) { in unify() function in LiveIntervalUnion
|
D | RegAllocBasic.cpp | 270 PhysReg2LiveUnion[RegNum].unify(VirtReg); in seedLiveRegs() 282 PhysReg2LiveUnion[PhysReg].unify(VirtReg); in assign()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | LiveIntervalUnion.h | 91 void unify(LiveInterval &VirtReg, const LiveRange &Range);
|
/external/kmod/ |
D | TODO | 27 * review API, maybe unify all of these getters:
|
/external/llvm/lib/CodeGen/ |
D | LiveIntervalUnion.cpp | 29 void LiveIntervalUnion::unify(LiveInterval &VirtReg, const LiveRange &Range) { in unify() function in LiveIntervalUnion
|
D | LiveRegMatrix.cpp | 106 Matrix[Unit].unify(VirtReg, Range); in assign()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | LiveIntervalUnion.cpp | 30 void LiveIntervalUnion::unify(LiveInterval &VirtReg, const LiveRange &Range) { in unify() function in LiveIntervalUnion
|
D | LiveRegMatrix.cpp | 113 Matrix[Unit].unify(VirtReg, Range); in assign()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/BranchProbabilityInfo/ |
D | noreturn.ll | 55 ; Make sure we unify across multiple conditional branches.
|
/external/u-boot/doc/ |
D | README.SPL | 7 To unify all existing implementations for a secondary program loader (SPL)
|
/external/llvm/test/Analysis/BranchProbabilityInfo/ |
D | noreturn.ll | 55 ; Make sure we unify across multiple conditional branches.
|
/external/u-boot/test/ |
D | README | 32 but provides the ability to unify lots of tests and summarise their results.
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_util.cpp | 195 void Interval::unify(Interval &that) in unify() function in nv50_ir::Interval
|