Home
last modified time | relevance | path

Searched refs:rhs_def (Results 1 – 24 of 24) sorted by relevance

/dports/devel/intel-graphics-compiler/SPIRV-Tools/test/opt/
H A Dpropagator_test.cpp113 Instruction* rhs_def = ctx_->get_def_use_mgr()->GetDef(rhs_id); in TEST_F() local
114 if (rhs_def->opcode() == SpvOpConstant) { in TEST_F()
115 uint32_t val = rhs_def->GetSingleWordOperand(2); in TEST_F()
180 Instruction* rhs_def = ctx_->get_def_use_mgr()->GetDef(rhs_id); in TEST_F() local
181 if (rhs_def->opcode() == SpvOpConstant) { in TEST_F()
182 uint32_t val = rhs_def->GetSingleWordOperand(2); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dpropagator_test.cpp113 Instruction* rhs_def = ctx_->get_def_use_mgr()->GetDef(rhs_id); in TEST_F() local
114 if (rhs_def->opcode() == SpvOpConstant) { in TEST_F()
115 uint32_t val = rhs_def->GetSingleWordOperand(2); in TEST_F()
180 Instruction* rhs_def = ctx_->get_def_use_mgr()->GetDef(rhs_id); in TEST_F() local
181 if (rhs_def->opcode() == SpvOpConstant) { in TEST_F()
182 uint32_t val = rhs_def->GetSingleWordOperand(2); in TEST_F()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/test/opt/
H A Dpropagator_test.cpp113 Instruction* rhs_def = ctx_->get_def_use_mgr()->GetDef(rhs_id); in TEST_F() local
114 if (rhs_def->opcode() == SpvOpConstant) { in TEST_F()
115 uint32_t val = rhs_def->GetSingleWordOperand(2); in TEST_F()
180 Instruction* rhs_def = ctx_->get_def_use_mgr()->GetDef(rhs_id); in TEST_F() local
181 if (rhs_def->opcode() == SpvOpConstant) { in TEST_F()
182 uint32_t val = rhs_def->GetSingleWordOperand(2); in TEST_F()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/test/opt/
H A Dpropagator_test.cpp113 Instruction* rhs_def = ctx_->get_def_use_mgr()->GetDef(rhs_id); in TEST_F() local
114 if (rhs_def->opcode() == SpvOpConstant) { in TEST_F()
115 uint32_t val = rhs_def->GetSingleWordOperand(2); in TEST_F()
180 Instruction* rhs_def = ctx_->get_def_use_mgr()->GetDef(rhs_id); in TEST_F() local
181 if (rhs_def->opcode() == SpvOpConstant) { in TEST_F()
182 uint32_t val = rhs_def->GetSingleWordOperand(2); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/test/opt/
H A Dpropagator_test.cpp113 Instruction* rhs_def = ctx_->get_def_use_mgr()->GetDef(rhs_id); in TEST_F() local
114 if (rhs_def->opcode() == SpvOpConstant) { in TEST_F()
115 uint32_t val = rhs_def->GetSingleWordOperand(2); in TEST_F()
180 Instruction* rhs_def = ctx_->get_def_use_mgr()->GetDef(rhs_id); in TEST_F() local
181 if (rhs_def->opcode() == SpvOpConstant) { in TEST_F()
182 uint32_t val = rhs_def->GetSingleWordOperand(2); in TEST_F()
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/test/opt/
H A Dpropagator_test.cpp113 Instruction* rhs_def = ctx_->get_def_use_mgr()->GetDef(rhs_id); in TEST_F() local
114 if (rhs_def->opcode() == SpvOpConstant) { in TEST_F()
115 uint32_t val = rhs_def->GetSingleWordOperand(2); in TEST_F()
180 Instruction* rhs_def = ctx_->get_def_use_mgr()->GetDef(rhs_id); in TEST_F() local
181 if (rhs_def->opcode() == SpvOpConstant) { in TEST_F()
182 uint32_t val = rhs_def->GetSingleWordOperand(2); in TEST_F()
/dports/math/clp/Clp-1.17.3/Clp/examples/
H A DmyPdco.cpp255 double* rhs_def = new double[nrow]; in myPdco() local
257 rhs_def[k] = 0.0; in myPdco()
258 rhs_def[nrow-3] = alpha - 1.0; in myPdco()
259 rhs_def[nrow-2] = 1.0 - alpha; in myPdco()
260 rhs_def[nrow-1] = 1.0; in myPdco()
262 rhs = rhs_def; in myPdco()
263 rowUpper = rhs_def; in myPdco()
264 rowLower = rhs_def; in myPdco()
/dports/devel/py-numba/numba-0.51.2/numba/core/
H A Dinline_closurecall.py1252 debug_print("found rhs_def: ", rhs_def)
1253 require(isinstance(rhs_def, ir.Expr))
1254 if rhs_def.op == 'cast':
1255 rhs_def = get_definition(func_ir, rhs_def.value)
1256 require(isinstance(rhs_def, ir.Expr))
1271 rhs_def.op = 'getitem'
1273 rhs_def.index = stmt.index
1274 del rhs_def._kws['func']
1275 del rhs_def._kws['args']
1276 del rhs_def._kws['vararg']
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-ssa-dom.c1055 gimple *rhs_def = SSA_NAME_DEF_STMT (rhs); in record_temporary_equivalences() local
1056 int rhs_cost = estimate_num_insns (rhs_def, &eni_size_weights); in record_temporary_equivalences()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-ssa-dom.c1089 gimple *rhs_def = SSA_NAME_DEF_STMT (rhs); in record_temporary_equivalences() local
1090 int rhs_cost = estimate_num_insns (rhs_def, &eni_size_weights); in record_temporary_equivalences()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-ssa-dom.c1099 gimple *rhs_def = SSA_NAME_DEF_STMT (rhs); in record_temporary_equivalences() local
1100 int rhs_cost = estimate_num_insns (rhs_def, &eni_size_weights); in record_temporary_equivalences()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-dom.c1089 gimple *rhs_def = SSA_NAME_DEF_STMT (rhs); in record_temporary_equivalences() local
1090 int rhs_cost = estimate_num_insns (rhs_def, &eni_size_weights); in record_temporary_equivalences()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-ssa-dom.c1055 gimple *rhs_def = SSA_NAME_DEF_STMT (rhs); in record_temporary_equivalences() local
1056 int rhs_cost = estimate_num_insns (rhs_def, &eni_size_weights); in record_temporary_equivalences()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-dom.c1089 gimple *rhs_def = SSA_NAME_DEF_STMT (rhs); in record_temporary_equivalences() local
1090 int rhs_cost = estimate_num_insns (rhs_def, &eni_size_weights); in record_temporary_equivalences()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-ssa-dom.c1094 gimple *rhs_def = SSA_NAME_DEF_STMT (rhs); in record_temporary_equivalences() local
1095 int rhs_cost = estimate_num_insns (rhs_def, &eni_size_weights); in record_temporary_equivalences()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-dom.c1089 gimple *rhs_def = SSA_NAME_DEF_STMT (rhs); in record_temporary_equivalences() local
1090 int rhs_cost = estimate_num_insns (rhs_def, &eni_size_weights); in record_temporary_equivalences()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-dom.c1089 gimple *rhs_def = SSA_NAME_DEF_STMT (rhs); in record_temporary_equivalences() local
1090 int rhs_cost = estimate_num_insns (rhs_def, &eni_size_weights); in record_temporary_equivalences()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-ssa-dom.c1055 gimple *rhs_def = SSA_NAME_DEF_STMT (rhs); in record_temporary_equivalences() local
1056 int rhs_cost = estimate_num_insns (rhs_def, &eni_size_weights); in record_temporary_equivalences()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-ssa-dom.c1071 gimple *rhs_def = SSA_NAME_DEF_STMT (rhs); in record_temporary_equivalences() local
1072 int rhs_cost = estimate_num_insns (rhs_def, &eni_size_weights); in record_temporary_equivalences()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-ssa-dom.c1099 gimple *rhs_def = SSA_NAME_DEF_STMT (rhs); in record_temporary_equivalences() local
1100 int rhs_cost = estimate_num_insns (rhs_def, &eni_size_weights); in record_temporary_equivalences()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-ssa-dom.c1100 gimple *rhs_def = SSA_NAME_DEF_STMT (rhs); in record_temporary_equivalences() local
1101 int rhs_cost = estimate_num_insns (rhs_def, &eni_size_weights); in record_temporary_equivalences()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-ssa-dom.c1094 gimple *rhs_def = SSA_NAME_DEF_STMT (rhs); in record_temporary_equivalences() local
1095 int rhs_cost = estimate_num_insns (rhs_def, &eni_size_weights); in record_temporary_equivalences()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-ssa-dom.c1094 gimple *rhs_def = SSA_NAME_DEF_STMT (rhs); in record_temporary_equivalences() local
1095 int rhs_cost = estimate_num_insns (rhs_def, &eni_size_weights); in record_temporary_equivalences()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-ssa-dom.c1131 gimple *rhs_def = SSA_NAME_DEF_STMT (rhs); in record_temporary_equivalences() local
1132 int rhs_cost = estimate_num_insns (rhs_def, &eni_size_weights); in record_temporary_equivalences()