Home
last modified time | relevance | path

Searched refs:defout (Results 1 – 25 of 112) sorted by relevance

12345

/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/swig/tcl/
H A Dparserenums.i1 %typemap(out) odb::defout::Version, defout::Version
4 if ($1 == odb::defout::Version::DEF_5_3) {
6 } else if ($1 == odb::defout::Version::DEF_5_4) {
8 } else if ($1 == odb::defout::Version::DEF_5_5) {
20 %typemap(in) odb::defout::Version, defout::Version
24 $1 = odb::defout::Version::DEF_5_3;
26 $1 = odb::defout::Version::DEF_5_4;
28 $1 = odb::defout::Version::DEF_5_5;
30 $1 = odb::defout::Version::DEF_5_6;
32 $1 = odb::defout::Version::DEF_5_8;
[all …]
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/swig/python/
H A Dparserenums.i1 %typemap(out) odb::defout::Version, defout::Version
4 if ($1 == odb::defout::Version::DEF_5_3) {
6 } else if ($1 == odb::defout::Version::DEF_5_4) {
8 } else if ($1 == odb::defout::Version::DEF_5_5) {
18 %typemap(in) odb::defout::Version, defout::Version
22 $1 = odb::defout::Version::DEF_5_3;
24 $1 = odb::defout::Version::DEF_5_4;
26 $1 = odb::defout::Version::DEF_5_5;
28 $1 = odb::defout::Version::DEF_5_6;
30 $1 = odb::defout::Version::DEF_5_8;
[all …]
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/defout/
H A Ddefout.cpp42 defout::defout(utl::Logger* logger) in defout() function in odb::defout
48 defout::~defout() in ~defout()
53 void defout::setUseLayerAlias(bool value) in setUseLayerAlias()
58 void defout::setUseNetInstIds(bool value) in setUseNetInstIds()
63 void defout::setUseMasterIds(bool value) in setUseMasterIds()
68 void defout::selectNet(dbNet* net) in selectNet()
73 void defout::setVersion(Version v) in setVersion()
78 bool defout::writeBlock(dbBlock* block, const char* def_file) in writeBlock()
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/include/opendb/
H A Ddefout.h45 class defout
59 defout(utl::Logger* logger);
60 ~defout();
/dports/cad/openroad/OpenROAD-2.0/src/
H A DOpenRoad.cc330 static odb::defout::Version
334 return odb::defout::Version::DEF_5_8; in stringToDefVersion()
336 return odb::defout::Version::DEF_5_6; in stringToDefVersion()
338 return odb::defout::Version::DEF_5_5; in stringToDefVersion()
340 return odb::defout::Version::DEF_5_4; in stringToDefVersion()
342 return odb::defout::Version::DEF_5_3; in stringToDefVersion()
344 return odb::defout::Version::DEF_5_8; in stringToDefVersion()
355 odb::defout def_writer(logger_); in writeDef()
/dports/lang/clover/mesa-21.3.6/src/broadcom/compiler/
H A Dvir_live_variables.c70 if (BITSET_TEST(block->defout, var)) { in vir_setup_use()
105 BITSET_SET(block->defout, var); in vir_setup_def()
255 BITSET_WORD new_def = (block->defout[i] & in vir_live_variables_defin_defout_dataflow()
258 succ->defout[i] |= new_def; in vir_live_variables_defin_defout_dataflow()
285 BITSET_TEST(block->defout, i)) { in vir_compute_start_end()
326 block->defout = rzalloc_array(c, BITSET_WORD, bitset_words); in vir_calculate_live_intervals()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/broadcom/compiler/
H A Dvir_live_variables.c70 if (BITSET_TEST(block->defout, var)) { in vir_setup_use()
105 BITSET_SET(block->defout, var); in vir_setup_def()
255 BITSET_WORD new_def = (block->defout[i] & in vir_live_variables_defin_defout_dataflow()
258 succ->defout[i] |= new_def; in vir_live_variables_defin_defout_dataflow()
285 BITSET_TEST(block->defout, i)) { in vir_compute_start_end()
326 block->defout = rzalloc_array(c, BITSET_WORD, bitset_words); in vir_calculate_live_intervals()
/dports/graphics/mesa-libs/mesa-21.3.6/src/broadcom/compiler/
H A Dvir_live_variables.c70 if (BITSET_TEST(block->defout, var)) { in vir_setup_use()
105 BITSET_SET(block->defout, var); in vir_setup_def()
255 BITSET_WORD new_def = (block->defout[i] & in vir_live_variables_defin_defout_dataflow()
258 succ->defout[i] |= new_def; in vir_live_variables_defin_defout_dataflow()
285 BITSET_TEST(block->defout, i)) { in vir_compute_start_end()
326 block->defout = rzalloc_array(c, BITSET_WORD, bitset_words); in vir_calculate_live_intervals()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/broadcom/compiler/
H A Dvir_live_variables.c70 if (BITSET_TEST(block->defout, var)) { in vir_setup_use()
105 BITSET_SET(block->defout, var); in vir_setup_def()
255 BITSET_WORD new_def = (block->defout[i] & in vir_live_variables_defin_defout_dataflow()
258 succ->defout[i] |= new_def; in vir_live_variables_defin_defout_dataflow()
285 BITSET_TEST(block->defout, i)) { in vir_compute_start_end()
326 block->defout = rzalloc_array(c, BITSET_WORD, bitset_words); in vir_calculate_live_intervals()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/broadcom/compiler/
H A Dvir_live_variables.c70 if (BITSET_TEST(block->defout, var)) { in vir_setup_use()
105 BITSET_SET(block->defout, var); in vir_setup_def()
255 BITSET_WORD new_def = (block->defout[i] & in vir_live_variables_defin_defout_dataflow()
258 succ->defout[i] |= new_def; in vir_live_variables_defin_defout_dataflow()
285 BITSET_TEST(block->defout, i)) { in vir_compute_start_end()
326 block->defout = rzalloc_array(c, BITSET_WORD, bitset_words); in vir_calculate_live_intervals()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/broadcom/compiler/
H A Dvir_live_variables.c70 if (BITSET_TEST(block->defout, var)) { in vir_setup_use()
105 BITSET_SET(block->defout, var); in vir_setup_def()
255 BITSET_WORD new_def = (block->defout[i] & in vir_live_variables_defin_defout_dataflow()
258 succ->defout[i] |= new_def; in vir_live_variables_defin_defout_dataflow()
285 BITSET_TEST(block->defout, i)) { in vir_compute_start_end()
326 block->defout = rzalloc_array(c, BITSET_WORD, bitset_words); in vir_calculate_live_intervals()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/broadcom/compiler/
H A Dvir_live_variables.c70 if (BITSET_TEST(block->defout, var)) { in vir_setup_use()
105 BITSET_SET(block->defout, var); in vir_setup_def()
255 BITSET_WORD new_def = (block->defout[i] & in vir_live_variables_defin_defout_dataflow()
258 succ->defout[i] |= new_def; in vir_live_variables_defin_defout_dataflow()
285 BITSET_TEST(block->defout, i)) { in vir_compute_start_end()
326 block->defout = rzalloc_array(c, BITSET_WORD, bitset_words); in vir_calculate_live_intervals()
/dports/graphics/libosmesa/mesa-21.3.6/src/broadcom/compiler/
H A Dvir_live_variables.c70 if (BITSET_TEST(block->defout, var)) { in vir_setup_use()
105 BITSET_SET(block->defout, var); in vir_setup_def()
255 BITSET_WORD new_def = (block->defout[i] & in vir_live_variables_defin_defout_dataflow()
258 succ->defout[i] |= new_def; in vir_live_variables_defin_defout_dataflow()
285 BITSET_TEST(block->defout, i)) { in vir_compute_start_end()
326 block->defout = rzalloc_array(c, BITSET_WORD, bitset_words); in vir_calculate_live_intervals()
/dports/graphics/mesa-dri/mesa-21.3.6/src/broadcom/compiler/
H A Dvir_live_variables.c70 if (BITSET_TEST(block->defout, var)) { in vir_setup_use()
105 BITSET_SET(block->defout, var); in vir_setup_def()
255 BITSET_WORD new_def = (block->defout[i] & in vir_live_variables_defin_defout_dataflow()
258 succ->defout[i] |= new_def; in vir_live_variables_defin_defout_dataflow()
285 BITSET_TEST(block->defout, i)) { in vir_compute_start_end()
326 block->defout = rzalloc_array(c, BITSET_WORD, bitset_words); in vir_calculate_live_intervals()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/broadcom/compiler/
H A Dvir_live_variables.c70 if (BITSET_TEST(block->defout, var)) { in vir_setup_use()
105 BITSET_SET(block->defout, var); in vir_setup_def()
255 BITSET_WORD new_def = (block->defout[i] & in vir_live_variables_defin_defout_dataflow()
258 succ->defout[i] |= new_def; in vir_live_variables_defin_defout_dataflow()
285 BITSET_TEST(block->defout, i)) { in vir_compute_start_end()
326 block->defout = rzalloc_array(c, BITSET_WORD, bitset_words); in vir_calculate_live_intervals()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/IO/XML/include/
H A DitkDOMWriter.hxx36 typename StdStreamLogOutput::Pointer defout = StdStreamLogOutput::New(); in DOMWriter() local
37 defout->SetStream( std::cout ); in DOMWriter()
38 this->m_Logger->AddLogOutput( defout ); in DOMWriter()
H A DitkDOMReader.hxx35 typename StdStreamLogOutput::Pointer defout = StdStreamLogOutput::New(); in DOMReader() local
36 defout->SetStream( std::cout ); in DOMReader()
37 this->m_Logger->AddLogOutput( defout ); in DOMReader()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/micro/org/openjdk/bench/java/util/zip/
H A DStreams.java107 DeflaterOutputStream defout = new DeflaterOutputStream(fout); in beforeRun() local
108 bais.transferTo(defout); in beforeRun()
111 defout.close(); in beforeRun()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/micro/org/openjdk/bench/java/util/zip/
H A DStreams.java107 DeflaterOutputStream defout = new DeflaterOutputStream(fout); in beforeRun() local
108 bais.transferTo(defout); in beforeRun()
111 defout.close(); in beforeRun()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/micro/org/openjdk/bench/java/util/zip/
H A DStreams.java107 DeflaterOutputStream defout = new DeflaterOutputStream(fout); in beforeRun() local
108 bais.transferTo(defout); in beforeRun()
111 defout.close(); in beforeRun()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/broadcom/compiler/
H A Dvir_live_variables.c101 BITSET_SET(block->defout, var); in vir_setup_def()
278 BITSET_WORD new_def = (block->defout[i] & in vir_live_variables_defin_defout_dataflow()
281 succ->defout[i] |= new_def; in vir_live_variables_defin_defout_dataflow()
308 BITSET_TEST(block->defout, i)) { in vir_compute_start_end()
349 block->defout = rzalloc_array(c, BITSET_WORD, bitset_words); in vir_calculate_live_intervals()
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/swig/common/
H A Ddbhelpers.i40 odb::defout::Version version = odb::defout::Version::DEF_5_8);
/dports/net/gnu-radius/radius-1.6.1/scripts/
H A Dgylwrap74 defout=$1
98 STDOUT=$defout
/dports/lang/clover/mesa-21.3.6/src/intel/compiler/
H A Dbrw_fs_live_variables.cpp90 BITSET_SET(bd->defout, var); in setup_one_write()
218 const BITSET_WORD new_def = bd->defout[i] & ~child_bd->defin[i]; in compute_live_variables()
220 child_bd->defout[i] |= new_def; in compute_live_variables()
240 BITSET_WORD livedefout = bd->liveout[w] & bd->defout[w]; in compute_start_end()
301 block_data[i].defout = rzalloc_array(mem_ctx, BITSET_WORD, bitset_words); in fs_live_variables()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/intel/compiler/
H A Dbrw_fs_live_variables.cpp90 BITSET_SET(bd->defout, var); in setup_one_write()
218 const BITSET_WORD new_def = bd->defout[i] & ~child_bd->defin[i]; in compute_live_variables()
220 child_bd->defout[i] |= new_def; in compute_live_variables()
240 BITSET_WORD livedefout = bd->liveout[w] & bd->defout[w]; in compute_start_end()
301 block_data[i].defout = rzalloc_array(mem_ctx, BITSET_WORD, bitset_words); in fs_live_variables()

12345