Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-diff/
DDifferenceEngine.cpp175 void unify(Instruction *L, Instruction *R) { in unify() function in __anon61d229b40111::FunctionDifferenceEngine
220 unify(&*LI, &*RI); in diff()
557 unify(&*LI, &*RI); in runBlockDiff()
567 unify(L, R); in runBlockDiff()
591 unify(&*LI, &*RI); in runBlockDiff()
/external/chromium_org/tools/memory_inspector/
DREADME2 The goal of this project is to unify the wide variety of tools/scripts/hacks
/external/chromium_org/components/nacl/
Dnacl_defines.gypi48 # we should figure out a way to unify the settings.
/external/chromium_org/third_party/mesa/src/src/glsl/
Dlower_jumps.cpp568 bool unify = true; in visit() local
577 unify = false; in visit()
579 if(unify) { in visit()
/external/mesa3d/src/glsl/
Dlower_jumps.cpp568 bool unify = true; in visit() local
577 unify = false; in visit()
579 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/llvm/include/llvm/CodeGen/
DLiveIntervalUnion.h87 void unify(LiveInterval &VirtReg);
/external/llvm/test/Analysis/BranchProbabilityInfo/
Dnoreturn.ll54 ; Make sure we unify across multiple conditional branches.
/external/llvm/lib/CodeGen/
DLiveRegMatrix.cpp83 Matrix[*Units].unify(VirtReg); in assign()
DLiveIntervalUnion.cpp29 void LiveIntervalUnion::unify(LiveInterval &VirtReg) { in unify() function in LiveIntervalUnion
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_util.cpp195 void Interval::unify(Interval &that) in unify() function in nv50_ir::Interval
Dnv50_ir_util.h427 void unify(Interval&); // clears source interval
Dnv50_ir_ra.cpp811 nRep->livei.unify(nVal->livei); in coalesceValues()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
Dnv50_ir_util.cpp195 void Interval::unify(Interval &that) in unify() function in nv50_ir::Interval
Dnv50_ir_util.h427 void unify(Interval&); // clears source interval
Dnv50_ir_ra.cpp811 nRep->livei.unify(nVal->livei); in coalesceValues()
/external/chromium_org/third_party/webrtc/modules/video_render/ios/
Dopen_gles20.mm18 // TODO(sjlee): unify this copy with the android one.
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
Dautocomplete_text_field_unittest.mm64 // TODO(groby): This is very similar to cocoa_testing_utils - unify.
/external/eigen/doc/
DInsideEigenExample.dox136 …nce of vectors" and "coefficient-wise product of vectors" expressions, we unify them all as "coeff…
/external/tcpdump/
DCHANGES528 - unify RCSID strings
/external/chromium_org/build/
Dcommon.gypi629 # Temporary hack to allow us to unify blink's definitions of load
/external/chromium_org/v8/
DChangeLog7212 Added a new profiler control API to unify controlling various aspects
/external/libpng/
DCHANGES4461 Use PNG_LIB_TARGETS to unify a code path.