Home
last modified time | relevance | path

Searched refs:reg_degree (Results 1 – 25 of 30) sorted by relevance

12

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/opto/
H A DindexSet.cpp172 uint reg_degree = 0; in lrg_union() local
183 reg_degree += lrg1.compute_degree(lrg); in lrg_union()
184 if (reg_degree >= fail_degree) return reg_degree; in lrg_union()
203 reg_degree += lrg2.compute_degree(lrg); in lrg_union()
204 if (reg_degree >= fail_degree) return reg_degree; in lrg_union()
216 return reg_degree; in lrg_union()
H A Dcoalesce.cpp538 …de *dst_copy, Node *src_copy, Block *b, uint bindex, RegMask &rm, uint reg_degree, uint rm_size, u… in compute_separating_interferences() argument
578 if( reg_degree >= rm_size ) return max_juint; in compute_separating_interferences()
591 if( ++reg_degree >= rm_size ) in compute_separating_interferences()
598 return reg_degree; in compute_separating_interferences()
734 uint reg_degree = _ulr.lrg_union( lr1, lr2, rm_size, _phc._ifg, rm ); in copy_copy() local
736 if( reg_degree >= rm_size ) { in copy_copy()
747reg_degree = compute_separating_interferences(dst_copy, src_copy, b, bindex, rm, rm_size, reg_degr… in copy_copy()
748 if( reg_degree == max_juint ) { in copy_copy()
H A Dcoalesce.hpp112 …Node *src_copy, Block *b, uint bindex, RegMask &rm, uint rm_size, uint reg_degree, uint lr1, uint …
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/opto/
H A DindexSet.cpp172 uint reg_degree = 0; in lrg_union() local
183 reg_degree += lrg1.compute_degree(lrg); in lrg_union()
184 if (reg_degree >= fail_degree) return reg_degree; in lrg_union()
203 reg_degree += lrg2.compute_degree(lrg); in lrg_union()
204 if (reg_degree >= fail_degree) return reg_degree; in lrg_union()
216 return reg_degree; in lrg_union()
H A Dcoalesce.cpp538 …Node *src_copy, Block *b, uint bindex, RegMask &rm, uint rm_size, uint reg_degree, uint lr1, uint … in compute_separating_interferences() argument
578 if( reg_degree >= rm_size ) return max_juint; in compute_separating_interferences()
591 if( ++reg_degree >= rm_size ) in compute_separating_interferences()
598 return reg_degree; in compute_separating_interferences()
734 uint reg_degree = _ulr.lrg_union( lr1, lr2, rm_size, _phc._ifg, rm ); in copy_copy() local
736 if( reg_degree >= rm_size ) { in copy_copy()
747reg_degree = compute_separating_interferences(dst_copy, src_copy, b, bindex, rm, rm_size, reg_degr… in copy_copy()
748 if( reg_degree == max_juint ) { in copy_copy()
H A Dcoalesce.hpp112 …Node *src_copy, Block *b, uint bindex, RegMask &rm, uint rm_size, uint reg_degree, uint lr1, uint …
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/opto/
H A DindexSet.cpp172 uint reg_degree = 0; in lrg_union() local
183 reg_degree += lrg1.compute_degree(lrg); in lrg_union()
184 if (reg_degree >= fail_degree) return reg_degree; in lrg_union()
203 reg_degree += lrg2.compute_degree(lrg); in lrg_union()
204 if (reg_degree >= fail_degree) return reg_degree; in lrg_union()
216 return reg_degree; in lrg_union()
H A Dcoalesce.cpp538 …de *dst_copy, Node *src_copy, Block *b, uint bindex, RegMask &rm, uint reg_degree, uint rm_size, u… in compute_separating_interferences() argument
578 if( reg_degree >= rm_size ) return max_juint; in compute_separating_interferences()
591 if( ++reg_degree >= rm_size ) in compute_separating_interferences()
598 return reg_degree; in compute_separating_interferences()
734 uint reg_degree = _ulr.lrg_union( lr1, lr2, rm_size, _phc._ifg, rm ); in copy_copy() local
736 if( reg_degree >= rm_size ) { in copy_copy()
747reg_degree = compute_separating_interferences(dst_copy, src_copy, b, bindex, rm, rm_size, reg_degr… in copy_copy()
748 if( reg_degree == max_juint ) { in copy_copy()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/opto/
H A DindexSet.cpp172 uint reg_degree = 0; in lrg_union() local
183 reg_degree += lrg1.compute_degree(lrg); in lrg_union()
184 if (reg_degree >= fail_degree) return reg_degree; in lrg_union()
203 reg_degree += lrg2.compute_degree(lrg); in lrg_union()
204 if (reg_degree >= fail_degree) return reg_degree; in lrg_union()
216 return reg_degree; in lrg_union()
H A Dcoalesce.cpp538 …de *dst_copy, Node *src_copy, Block *b, uint bindex, RegMask &rm, uint reg_degree, uint rm_size, u… in compute_separating_interferences() argument
578 if( reg_degree >= rm_size ) return max_juint; in compute_separating_interferences()
591 if( ++reg_degree >= rm_size ) in compute_separating_interferences()
598 return reg_degree; in compute_separating_interferences()
734 uint reg_degree = _ulr.lrg_union( lr1, lr2, rm_size, _phc._ifg, rm ); in copy_copy() local
736 if( reg_degree >= rm_size ) { in copy_copy()
747reg_degree = compute_separating_interferences(dst_copy, src_copy, b, bindex, rm, rm_size, reg_degr… in copy_copy()
748 if( reg_degree == max_juint ) { in copy_copy()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A DindexSet.cpp235 uint reg_degree = 0; in lrg_union() local
245 reg_degree += lrg1.compute_degree(lrg); in lrg_union()
246 if( reg_degree >= fail_degree ) return reg_degree; in lrg_union()
262 reg_degree += lrg2.compute_degree(lrg); in lrg_union()
263 if( reg_degree >= fail_degree ) return reg_degree; in lrg_union()
274 return reg_degree; in lrg_union()
H A Dcoalesce.cpp538 …de *dst_copy, Node *src_copy, Block *b, uint bindex, RegMask &rm, uint reg_degree, uint rm_size, u… in compute_separating_interferences() argument
578 if( reg_degree >= rm_size ) return max_juint; in compute_separating_interferences()
591 if( ++reg_degree >= rm_size ) in compute_separating_interferences()
598 return reg_degree; in compute_separating_interferences()
721 uint reg_degree = _ulr.lrg_union( lr1, lr2, rm_size, _phc._ifg, rm ); in copy_copy() local
723 if( reg_degree >= rm_size ) { in copy_copy()
734reg_degree = compute_separating_interferences(dst_copy, src_copy, b, bindex, rm, rm_size, reg_degr… in copy_copy()
735 if( reg_degree == max_juint ) { in copy_copy()
H A Dcoalesce.hpp112 …Node *src_copy, Block *b, uint bindex, RegMask &rm, uint rm_size, uint reg_degree, uint lr1, uint …
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A DindexSet.cpp235 uint reg_degree = 0; in lrg_union() local
245 reg_degree += lrg1.compute_degree(lrg); in lrg_union()
246 if( reg_degree >= fail_degree ) return reg_degree; in lrg_union()
262 reg_degree += lrg2.compute_degree(lrg); in lrg_union()
263 if( reg_degree >= fail_degree ) return reg_degree; in lrg_union()
274 return reg_degree; in lrg_union()
H A Dcoalesce.cpp538 …de *dst_copy, Node *src_copy, Block *b, uint bindex, RegMask &rm, uint reg_degree, uint rm_size, u… in compute_separating_interferences() argument
578 if( reg_degree >= rm_size ) return max_juint; in compute_separating_interferences()
591 if( ++reg_degree >= rm_size ) in compute_separating_interferences()
598 return reg_degree; in compute_separating_interferences()
721 uint reg_degree = _ulr.lrg_union( lr1, lr2, rm_size, _phc._ifg, rm ); in copy_copy() local
723 if( reg_degree >= rm_size ) { in copy_copy()
734reg_degree = compute_separating_interferences(dst_copy, src_copy, b, bindex, rm, rm_size, reg_degr… in copy_copy()
735 if( reg_degree == max_juint ) { in copy_copy()
H A Dcoalesce.hpp112 …Node *src_copy, Block *b, uint bindex, RegMask &rm, uint rm_size, uint reg_degree, uint lr1, uint …
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/opto/
H A DindexSet.cpp169 uint reg_degree = 0; in lrg_union() local
179 reg_degree += lrg1.compute_degree(lrg); in lrg_union()
180 if( reg_degree >= fail_degree ) return reg_degree; in lrg_union()
196 reg_degree += lrg2.compute_degree(lrg); in lrg_union()
197 if( reg_degree >= fail_degree ) return reg_degree; in lrg_union()
208 return reg_degree; in lrg_union()
H A Dcoalesce.cpp538 …de *dst_copy, Node *src_copy, Block *b, uint bindex, RegMask &rm, uint reg_degree, uint rm_size, u… in compute_separating_interferences() argument
578 if( reg_degree >= rm_size ) return max_juint; in compute_separating_interferences()
591 if( ++reg_degree >= rm_size ) in compute_separating_interferences()
598 return reg_degree; in compute_separating_interferences()
721 uint reg_degree = _ulr.lrg_union( lr1, lr2, rm_size, _phc._ifg, rm ); in copy_copy() local
723 if( reg_degree >= rm_size ) { in copy_copy()
734reg_degree = compute_separating_interferences(dst_copy, src_copy, b, bindex, rm, rm_size, reg_degr… in copy_copy()
735 if( reg_degree == max_juint ) { in copy_copy()
H A Dcoalesce.hpp112 …Node *src_copy, Block *b, uint bindex, RegMask &rm, uint rm_size, uint reg_degree, uint lr1, uint …
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/opto/
H A DindexSet.cpp235 uint reg_degree = 0; in lrg_union() local
245 reg_degree += lrg1.compute_degree(lrg); in lrg_union()
246 if( reg_degree >= fail_degree ) return reg_degree; in lrg_union()
262 reg_degree += lrg2.compute_degree(lrg); in lrg_union()
263 if( reg_degree >= fail_degree ) return reg_degree; in lrg_union()
274 return reg_degree; in lrg_union()
H A Dcoalesce.cpp538 …de *dst_copy, Node *src_copy, Block *b, uint bindex, RegMask &rm, uint reg_degree, uint rm_size, u… in compute_separating_interferences() argument
578 if( reg_degree >= rm_size ) return max_juint; in compute_separating_interferences()
591 if( ++reg_degree >= rm_size ) in compute_separating_interferences()
598 return reg_degree; in compute_separating_interferences()
721 uint reg_degree = _ulr.lrg_union( lr1, lr2, rm_size, _phc._ifg, rm ); in copy_copy() local
723 if( reg_degree >= rm_size ) { in copy_copy()
734reg_degree = compute_separating_interferences(dst_copy, src_copy, b, bindex, rm, rm_size, reg_degr… in copy_copy()
735 if( reg_degree == max_juint ) { in copy_copy()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A DindexSet.cpp235 uint reg_degree = 0; in lrg_union() local
245 reg_degree += lrg1.compute_degree(lrg); in lrg_union()
246 if( reg_degree >= fail_degree ) return reg_degree; in lrg_union()
262 reg_degree += lrg2.compute_degree(lrg); in lrg_union()
263 if( reg_degree >= fail_degree ) return reg_degree; in lrg_union()
274 return reg_degree; in lrg_union()
H A Dcoalesce.cpp538 …de *dst_copy, Node *src_copy, Block *b, uint bindex, RegMask &rm, uint reg_degree, uint rm_size, u… in compute_separating_interferences() argument
578 if( reg_degree >= rm_size ) return max_juint; in compute_separating_interferences()
591 if( ++reg_degree >= rm_size ) in compute_separating_interferences()
598 return reg_degree; in compute_separating_interferences()
721 uint reg_degree = _ulr.lrg_union( lr1, lr2, rm_size, _phc._ifg, rm ); in copy_copy() local
723 if( reg_degree >= rm_size ) { in copy_copy()
734reg_degree = compute_separating_interferences(dst_copy, src_copy, b, bindex, rm, rm_size, reg_degr… in copy_copy()
735 if( reg_degree == max_juint ) { in copy_copy()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A DindexSet.cpp235 uint reg_degree = 0; in lrg_union() local
245 reg_degree += lrg1.compute_degree(lrg); in lrg_union()
246 if( reg_degree >= fail_degree ) return reg_degree; in lrg_union()
262 reg_degree += lrg2.compute_degree(lrg); in lrg_union()
263 if( reg_degree >= fail_degree ) return reg_degree; in lrg_union()
274 return reg_degree; in lrg_union()
H A Dcoalesce.cpp538 …de *dst_copy, Node *src_copy, Block *b, uint bindex, RegMask &rm, uint reg_degree, uint rm_size, u… in compute_separating_interferences() argument
578 if( reg_degree >= rm_size ) return max_juint; in compute_separating_interferences()
591 if( ++reg_degree >= rm_size ) in compute_separating_interferences()
598 return reg_degree; in compute_separating_interferences()
721 uint reg_degree = _ulr.lrg_union( lr1, lr2, rm_size, _phc._ifg, rm ); in copy_copy() local
723 if( reg_degree >= rm_size ) { in copy_copy()
734reg_degree = compute_separating_interferences(dst_copy, src_copy, b, bindex, rm, rm_size, reg_degr… in copy_copy()
735 if( reg_degree == max_juint ) { in copy_copy()

12