Searched refs:unify (Results 1 - 12 of 12) sorted by last modified time

/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ra.cpp811 nRep->livei.unify(nVal->livei);
H A Dnv50_ir_util.cpp195 void Interval::unify(Interval &that) function in class:nv50_ir::Interval
H A Dnv50_ir_util.h427 void unify(Interval&); // clears source interval
/external/mesa3d/src/glsl/
H A Dlower_jumps.cpp568 bool unify = true; local
573 /* FINISHME: unify returns with identical expressions */
577 unify = false;
579 if(unify) {
602 * we might later unify the lowered version with the other one
/external/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp152 /// Try to unify the given two blocks. Enqueues them for processing
175 void unify(Instruction *L, Instruction *R) { function in class:__anon26399::FunctionDifferenceEngine
209 // Otherwise, tentatively unify them.
220 unify(&*LI, &*RI);
557 unify(&*LI, &*RI);
567 unify(L, R);
591 unify(&*LI, &*RI);
596 // other is an unconditional branch immediately following a call, unify
/external/llvm/include/llvm/CodeGen/
H A DLiveIntervalUnion.h87 void unify(LiveInterval &VirtReg);
/external/llvm/lib/CodeGen/
H A DLiveIntervalUnion.cpp29 void LiveIntervalUnion::unify(LiveInterval &VirtReg) { function in class:LiveIntervalUnion
H A DLiveRegMatrix.cpp83 Matrix[*Units].unify(VirtReg);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ra.cpp811 nRep->livei.unify(nVal->livei);
H A Dnv50_ir_util.cpp195 void Interval::unify(Interval &that) function in class:nv50_ir::Interval
H A Dnv50_ir_util.h427 void unify(Interval&); // clears source interval
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlower_jumps.cpp568 bool unify = true; local
573 /* FINISHME: unify returns with identical expressions */
577 unify = false;
579 if(unify) {
602 * we might later unify the lowered version with the other one

Completed in 625 milliseconds