Searched defs:unify (Results 1 - 10 of 10) sorted by relevance

/external/annotation-tools/scene-lib/src/annotations/field/
H A DAnnotationFieldType.java65 * indirectly contain {@link ArrayAFT}s, so {@link AnnotationDef#unify} is
66 * called to unify the sub-definitions recursively.
68 public static final AnnotationFieldType unify(AnnotationFieldType aft1, AnnotationFieldType aft2) { method in class:AnnotationFieldType
80 AnnotationDef ud = AnnotationDef.unify(
/external/annotation-tools/scene-lib/src/annotations/el/
H A DAnnotationDef.java197 * {@linkplain AnnotationFieldType#unify unifies the field types}
201 public static AnnotationDef unify(AnnotationDef def1, method in class:AnnotationDef
219 AnnotationFieldType uaft = AnnotationFieldType.unify(aft1, aft2);
/external/llvm/lib/CodeGen/
H A DLiveIntervalUnion.cpp29 void LiveIntervalUnion::unify(LiveInterval &VirtReg, const LiveRange &Range) { function in class:LiveIntervalUnion
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DLiveIntervalUnion.cpp28 void LiveIntervalUnion::unify(LiveInterval &VirtReg) { function in class:LiveIntervalUnion
/external/llvm/include/llvm/CodeGen/
H A DLiveIntervalUnion.h87 void unify(LiveInterval &VirtReg, const LiveRange &Range);
88 void unify(LiveInterval &VirtReg) { function in class:llvm::LiveIntervalUnion
89 unify(VirtReg, VirtReg);
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_util.cpp195 void Interval::unify(Interval &that) function in class:nv50_ir::Interval
/external/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp151 /// Try to unify the given two blocks. Enqueues them for processing
174 void unify(Instruction *L, Instruction *R) { function in class:__anon14863::FunctionDifferenceEngine
208 // Otherwise, tentatively unify them.
220 unify(&*LI, &*RI);
557 unify(&*LI, &*RI);
569 unify(L, R);
593 unify(&*LI, &*RI);
599 // other is an unconditional branch immediately following a call, unify
/external/mesa3d/src/compiler/glsl/
H A Dlower_jumps.cpp575 bool unify = true; local
580 /* FINISHME: unify returns with identical expressions */
584 unify = false;
586 if(unify) {
609 * we might later unify the lowered version with the other one
/external/swiftshader/third_party/LLVM/tools/llvm-diff/
H A DDifferenceEngine.cpp154 /// Try to unify the given two blocks. Enqueues them for processing
177 void unify(Instruction *L, Instruction *R) { function in class:__anon23138::FunctionDifferenceEngine
213 // Otherwise, tentatively unify them.
224 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/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...

Completed in 332 milliseconds