Home
last modified time | relevance | path

Searched refs:new_constant (Results 1 – 20 of 20) sorted by relevance

/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dloop_unroller.cpp454 Instruction* new_constant = nullptr; in PartiallyUnrollResidualFactor() local
459 new_constant = builder.GetSintConstant(static_cast<int32_t>(remainder)); in PartiallyUnrollResidualFactor()
461 new_constant = builder.GetUintConstant(static_cast<int32_t>(remainder)); in PartiallyUnrollResidualFactor()
464 uint32_t constant_id = new_constant->result_id(); in PartiallyUnrollResidualFactor()
Dupgrade_memory_model.cpp292 auto new_constant = context()->get_constant_mgr()->GetConstant(type, {value}); in UpgradeSemantics() local
294 context()->get_constant_mgr()->GetDefiningInstruction(new_constant); in UpgradeSemantics()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_unroller.cpp454 Instruction* new_constant = nullptr; in PartiallyUnrollResidualFactor() local
459 new_constant = builder.GetSintConstant(static_cast<int32_t>(remainder)); in PartiallyUnrollResidualFactor()
461 new_constant = builder.GetUintConstant(static_cast<int32_t>(remainder)); in PartiallyUnrollResidualFactor()
464 uint32_t constant_id = new_constant->result_id(); in PartiallyUnrollResidualFactor()
Dupgrade_memory_model.cpp292 auto new_constant = context()->get_constant_mgr()->GetConstant(type, {value}); in UpgradeSemantics() local
294 context()->get_constant_mgr()->GetDefiningInstruction(new_constant); in UpgradeSemantics()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_unroller.cpp454 Instruction* new_constant = nullptr; in PartiallyUnrollResidualFactor() local
459 new_constant = builder.GetSintConstant(static_cast<int32_t>(remainder)); in PartiallyUnrollResidualFactor()
461 new_constant = builder.GetUintConstant(static_cast<int32_t>(remainder)); in PartiallyUnrollResidualFactor()
464 uint32_t constant_id = new_constant->result_id(); in PartiallyUnrollResidualFactor()
Dupgrade_memory_model.cpp292 auto new_constant = context()->get_constant_mgr()->GetConstant(type, {value}); in UpgradeSemantics() local
294 context()->get_constant_mgr()->GetDefiningInstruction(new_constant); in UpgradeSemantics()
/external/pcre/dist2/src/sljit/
DsljitNativePPC_32.c272 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_const(sljit_uw addr, sljit_sw new_constant, sljit_sw execut… in sljit_set_const() argument
274 sljit_set_jump_addr(addr, new_constant, executable_offset); in sljit_set_const()
DsljitNativeSPARC_32.c280 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_const(sljit_uw addr, sljit_sw new_constant, sljit_sw execut… in sljit_set_const() argument
282 sljit_set_jump_addr(addr, new_constant, executable_offset); in sljit_set_const()
DsljitNativeARM_32.c558 … inline_set_const(sljit_uw addr, sljit_sw executable_offset, sljit_sw new_constant, sljit_s32 flus… in inline_set_const() argument
568 src2 = get_imm(new_constant); in inline_set_const()
584 src2 = get_imm(~new_constant); in inline_set_const()
623 *ptr = new_constant; in inline_set_const()
639 inst[0] = MOVW | (inst[0] & 0xf000) | ((new_constant << 4) & 0xf0000) | (new_constant & 0xfff); in inline_set_const()
640 …inst[1] = MOVT | (inst[1] & 0xf000) | ((new_constant >> 12) & 0xf0000) | ((new_constant >> 16) & 0… in inline_set_const()
2821 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_const(sljit_uw addr, sljit_sw new_constant, sljit_sw execut… in sljit_set_const() argument
2823 inline_set_const(addr, executable_offset, new_constant, 1); in sljit_set_const()
DsljitNativePPC_64.c492 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_const(sljit_uw addr, sljit_sw new_constant, sljit_sw execut… in sljit_set_const() argument
494 sljit_set_jump_addr(addr, new_constant, executable_offset); in sljit_set_const()
DsljitNativeMIPS_32.c439 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_const(sljit_uw addr, sljit_sw new_constant, sljit_sw execut… in sljit_set_const() argument
441 sljit_set_jump_addr(addr, new_constant, executable_offset); in sljit_set_const()
DsljitNativeMIPS_64.c540 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_const(sljit_uw addr, sljit_sw new_constant, sljit_sw execut… in sljit_set_const() argument
542 sljit_set_jump_addr(addr, new_constant, executable_offset); in sljit_set_const()
DsljitLir.h1403 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_const(sljit_uw addr, sljit_sw new_constant, sljit_sw execut…
DsljitNativeARM_64.c2045 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_const(sljit_uw addr, sljit_sw new_constant, sljit_sw execut… in sljit_set_const() argument
2047 sljit_set_jump_addr(addr, new_constant, executable_offset); in sljit_set_const()
DsljitNativeS390X.c2770 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_const(sljit_uw addr, sljit_sw new_constant, sljit_sw execut… in sljit_set_const() argument
2772 sljit_set_jump_addr(addr, new_constant, executable_offset); in sljit_set_const()
DsljitLir.c2697 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_const(sljit_uw addr, sljit_sw new_constant, sljit_sw execut… in sljit_set_const() argument
2700 SLJIT_UNUSED_ARG(new_constant); in sljit_set_const()
DsljitNativeARM_T2_32.c2380 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_const(sljit_uw addr, sljit_sw new_constant, sljit_sw execut… in sljit_set_const() argument
2382 sljit_set_jump_addr(addr, new_constant, executable_offset); in sljit_set_const()
DsljitNativeX86_common.c3135 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_const(sljit_uw addr, sljit_sw new_constant, sljit_sw execut… argument
3140 sljit_unaligned_store_sw((void*)addr, new_constant);
/external/tensorflow/tensorflow/compiler/xla/service/
Dbfloat16_propagation.cc799 auto new_constant = computation->AddInstruction( in ResolveConvertedConstants() local
801 UpdateLayout(new_constant->mutable_shape()); in ResolveConvertedConstants()
802 TF_RETURN_IF_ERROR(hlo->ReplaceAllUsesWith(new_constant)); in ResolveConvertedConstants()
Dspace_to_batch_converter.cc1325 auto new_constant, in Propagate()
1328 new_consumer->ReplaceOperandWithDifferentShape(i, new_constant)); in Propagate()