Home
last modified time | relevance | path

Searched defs:liveness (Results 1 – 21 of 21) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dbytecode-analysis.cc254 BytecodeLiveness& liveness, in EnsureOutLivenessIsNotAlias()
271 void UpdateOutLiveness(BytecodeLiveness& liveness, in UpdateOutLiveness()
364 void UpdateOutLiveness(Bytecode bytecode, BytecodeLiveness& liveness, in UpdateOutLiveness()
383 void UpdateLiveness(BytecodeLiveness& liveness, in UpdateLiveness()
409 void UpdateLiveness(Bytecode bytecode, BytecodeLiveness& liveness, in UpdateLiveness()
590 BytecodeLiveness& liveness = in Analyze() local
653 BytecodeLiveness& liveness = liveness_map().GetLiveness(current_offset); in Analyze() local
694 BytecodeLiveness& liveness = in Analyze() local
981 BytecodeLiveness& liveness = liveness_map().GetLiveness(current_offset); in LivenessIsValid() local
Dstate-values-utils.cc141 Node** values, size_t count, const BytecodeLivenessState* liveness) { in FillBufferWithValues()
173 const BytecodeLivenessState* liveness, in BuildTree()
234 const BytecodeLivenessState* liveness) { in CheckTreeContainsValues()
255 Node** values, size_t count, const BytecodeLivenessState* liveness) { in GetNodeForValues()
Dbytecode-liveness-map.cc11 std::string ToString(const BytecodeLivenessState& liveness) { in ToString()
Dbytecode-liveness-map.h39 explicit Iterator(const BytecodeLivenessState& liveness, StartTag) in Iterator()
47 explicit Iterator(const BytecodeLivenessState& liveness, EndTag) in Iterator()
Dbytecode-graph-builder.cc789 const BytecodeLivenessState* liveness) { in Merge()
854 const BytecodeLivenessState* liveness) { in PrepareForLoop()
922 const BytecodeLivenessState* liveness) { in PrepareForLoopExit()
983 Node** values, int count, const BytecodeLivenessState* liveness) { in GetStateValuesFromCache()
990 const BytecodeLivenessState* liveness) { in Checkpoint()
1202 const BytecodeLivenessState* liveness) { in PrepareFrameState()
3525 void BytecodeGraphBuilder::BuildReturn(const BytecodeLivenessState* liveness) { in BuildReturn()
3677 const BytecodeLivenessState* liveness = bytecode_analysis().GetInLivenessFor( in VisitSuspendGenerator() local
3802 const BytecodeLivenessState* liveness = bytecode_analysis().GetOutLivenessFor( in VisitResumeGenerator() local
3856 const BytecodeLivenessState* liveness = in BuildLoopHeaderEnvironment() local
[all …]
/third_party/node/deps/v8/src/maglev/
Dmaglev-interpreter-frame-state.h78 const compiler::BytecodeLivenessState* liveness) in CompactInterpreterFrameState()
84 const compiler::BytecodeLivenessState* liveness, in CompactInterpreterFrameState()
163 const compiler::BytecodeLivenessState* liveness() const { return liveness_; } in liveness() function
178 const compiler::BytecodeLivenessState* liveness) { in SizeFor()
250 const compiler::BytecodeLivenessState* liveness) in MergePointInterpreterFrameState()
260 int predecessor_count, const compiler::BytecodeLivenessState* liveness, in MergePointInterpreterFrameState()
Dmaglev-register-frame-array.h53 const compiler::BytecodeLivenessState* liveness) { in CopyFrom()
Dmaglev-graph-builder.cc62 const compiler::BytecodeLivenessState* liveness = in MaglevGraphBuilder() local
781 const compiler::BytecodeLivenessState* liveness = in MergeIntoFrameState() local
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_schedule.c612 mir_live_effect(uint16_t *liveness, midgard_instruction *ins, bool destructive) in mir_live_effect()
657 uint16_t *liveness, in mir_choose_instruction()
795 uint16_t *liveness, in mir_choose_bundle()
843 uint16_t *liveness, in mir_choose_alu()
1021 uint16_t *liveness, in mir_schedule_texture()
1051 uint16_t *liveness, in mir_schedule_ldst()
1093 uint16_t *liveness, in mir_schedule_zs_write()
1160 uint16_t *liveness, in mir_schedule_alu()
1438 uint16_t *liveness = calloc(node_count, 2); in schedule_block() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_fusion_pass.cpp51 RegisterLiveness liveness(context(), function); in ProcessFunction() local
Dloop_fission.cpp427 const RegisterLiveness::RegionRegisterLiveness& liveness) { in LoopFissionPass()
442 RegisterLiveness::RegionRegisterLiveness liveness{}; in ShouldSplitLoop() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dloop_fusion_pass.cpp51 RegisterLiveness liveness(context(), function); in ProcessFunction() local
Dloop_fission.cpp427 const RegisterLiveness::RegionRegisterLiveness& liveness) { in LoopFissionPass()
442 RegisterLiveness::RegionRegisterLiveness liveness{}; in ShouldSplitLoop() local
/third_party/spirv-tools/source/opt/
Dloop_fusion_pass.cpp51 RegisterLiveness liveness(context(), function); in ProcessFunction() local
Dloop_fission.cpp427 const RegisterLiveness::RegionRegisterLiveness& liveness) { in LoopFissionPass()
442 RegisterLiveness::RegionRegisterLiveness liveness{}; in ShouldSplitLoop() local
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_pass.h368 liveness(shader &s) : rev_vpass(s), live_changed(false) {} in liveness() function
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
Dregalloc.c522 BITSET_WORD *liveness) in ppir_all_interference()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceCfgNode.cpp653 bool CfgNode::liveness(Liveness *Liveness) { in liveness() function in Ice::CfgNode
DIceInst.cpp204 bool Inst::liveness(InstNumberT InstNumber, LivenessBV &Live, in liveness() function in Ice::Inst
DIceCfg.cpp1456 void Cfg::liveness(LivenessMode Mode) { in liveness() function in Ice::Cfg
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c89 struct ntt_reg_interval *liveness; member