Home
last modified time | relevance | path

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

12

/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/tools/llvm-diff/
DDifferenceEngine.cpp174 void unify(Instruction *L, Instruction *R) { in unify() function in __anon80c363dc0111::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/tools/llvm-diff/
DDifferenceEngine.cpp177 void unify(Instruction *L, Instruction *R) { in unify() function in __anon161d6e080111::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/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/mesa3d/src/compiler/glsl/
Dlower_jumps.cpp575 bool unify = true; in visit() local
584 unify = false; in visit()
586 if(unify) { in visit()
/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/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/llvm/test/Analysis/BranchProbabilityInfo/
Dnoreturn.ll55 ; Make sure we unify across multiple conditional branches.
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_util.cpp195 void Interval::unify(Interval &that) in unify() function in nv50_ir::Interval
Dnv50_ir_util.h431 void unify(Interval&); // clears source interval
Dnv50_ir_ra.cpp948 nRep->livei.unify(nVal->livei); in coalesceValues()
/external/webrtc/webrtc/modules/video_render/ios/
Dopen_gles20.mm18 // TODO(sjlee): unify this copy with the android one.
/external/lmfit/
DCHANGELOG15 - further unify code layout
/external/python/cpython2/Lib/idlelib/
DTODO.txt36 - unify class and path browsers
/external/libchrome/base/allocator/
DREADME.md96 a project aimed to unify the symbol definition and allocator routing logic in
/external/python/cpython2/Doc/howto/
Dsorting.rst215 simplify and unify the language, eliminating the conflict between rich
/external/eigen/doc/
DInsideEigenExample.dox136 …nce of vectors" and "coefficient-wise product of vectors" expressions, we unify them all as "coeff…
/external/python/cpython2/Modules/_ctypes/libffi/
DChangeLog373 Add ABIs to the test matrix; unify many bits of the testsuite
379 testsuite: Add ABIs to the test matrix; unify tests across ABIs
404 additional compiler options; unify the remaining bits.
/external/python/cpython2/Doc/library/
Dcodecs.rst1284 international domain names, and to unify similar characters. The nameprep
/external/tcpdump/
DCHANGES767 - unify RCSID strings

12