HomeSort by relevance Sort by last modified time
    Searched refs:unify (Results 1 - 14 of 14) sorted by null

  /external/llvm/include/llvm/CodeGen/
LiveIntervalUnion.h 87 void unify(LiveInterval &VirtReg);
  /external/llvm/tools/llvm-diff/
DifferenceEngine.cpp 152 /// Try to unify the given two blocks. Enqueues them for processing
175 void unify(Instruction *L, Instruction *R) { function in class:__anon10097::FunctionDifferenceEngine
209 // Otherwise, tentatively unify them.
217 // Unify everything in the block, non-tentatively this time.
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/lib/CodeGen/
LiveIntervalUnion.cpp 29 void LiveIntervalUnion::unify(LiveInterval &VirtReg) { function in class:LiveIntervalUnion
LiveRegMatrix.cpp 83 Matrix[*Units].unify(VirtReg);
  /external/chromium_org/third_party/mesa/src/src/glsl/
lower_jumps.cpp 568 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
    [all...]
  /external/mesa3d/src/glsl/
lower_jumps.cpp 568 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
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_util.cpp 195 void Interval::unify(Interval &that) function in class:nv50_ir::Interval
nv50_ir_util.h 427 void unify(Interval&); // clears source interval
nv50_ir_ra.cpp 811 nRep->livei.unify(nVal->livei);
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_util.cpp 195 void Interval::unify(Interval &that) function in class:nv50_ir::Interval
nv50_ir_util.h 427 void unify(Interval&); // clears source interval
nv50_ir_ra.cpp 811 nRep->livei.unify(nVal->livei);
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
id3_parser.js 371 * 'description' used to unify different parsers and make
  /external/chromium_org/third_party/polymer/components-chromium/core-component-page/
core-component-page-extracted.js     [all...]

Completed in 289 milliseconds