/external/llvm/include/llvm/CodeGen/ |
LiveIntervalUnion.h | 87 void unify(LiveInterval &VirtReg, const LiveRange &Range); 88 void unify(LiveInterval &VirtReg) { function in class:llvm::LiveIntervalUnion 89 unify(VirtReg, 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:__anon18759::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, const LiveRange &Range) { function in class:LiveIntervalUnion
|
LiveRegMatrix.cpp | 106 Matrix[Unit].unify(VirtReg, Range);
|
/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/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...] |
/prebuilts/tools/common/fest/ |
fest-swing-1.2.1.jar | |