/third_party/node/deps/v8/src/compiler/ |
H A D | bytecode-liveness-map.cc | 11 std::string ToString(const BytecodeLivenessState& liveness) { in ToString() argument
|
H A D | state-values-utils.cc | 139 FillBufferWithValues( WorkingBuffer* node_buffer, size_t* node_count, size_t* values_idx, Node** values, size_t count, const BytecodeLivenessState* liveness) FillBufferWithValues() argument 171 BuildTree(size_t* values_idx, Node** values, size_t count, const BytecodeLivenessState* liveness, size_t level) BuildTree() argument 233 CheckTreeContainsValues(Node* tree, Node** values, size_t count, const BytecodeLivenessState* liveness) CheckTreeContainsValues() argument 254 GetNodeForValues( Node** values, size_t count, const BytecodeLivenessState* liveness) GetNodeForValues() argument [all...] |
H A D | bytecode-liveness-map.h | 39 explicit Iterator(const BytecodeLivenessState& liveness, StartTag) in Iterator() argument 47 explicit Iterator(const BytecodeLivenessState& liveness, EndTag) in Iterator() argument
|
H A D | bytecode-analysis.cc | 271 void UpdateOutLiveness(BytecodeLiveness& liveness, in UpdateOutLiveness() argument 253 EnsureOutLivenessIsNotAlias( BytecodeLiveness& liveness, BytecodeLivenessState* next_bytecode_in_liveness, Zone* zone) EnsureOutLivenessIsNotAlias() argument 364 UpdateOutLiveness(Bytecode bytecode, BytecodeLiveness& liveness, BytecodeLivenessState* next_bytecode_in_liveness, const interpreter::BytecodeArrayIterator& iterator, Handle<BytecodeArray> bytecode_array, const BytecodeLivenessMap& liveness_map, Zone* zone) UpdateOutLiveness() argument 383 UpdateLiveness(BytecodeLiveness& liveness, BytecodeLivenessState** next_bytecode_in_liveness, const interpreter::BytecodeArrayIterator& iterator, Handle<BytecodeArray> bytecode_array, const BytecodeLivenessMap& liveness_map, Zone* zone) UpdateLiveness() argument 409 UpdateLiveness(Bytecode bytecode, BytecodeLiveness& liveness, BytecodeLivenessState** next_bytecode_in_liveness, const interpreter::BytecodeArrayIterator& iterator, Handle<BytecodeArray> bytecode_array, const BytecodeLivenessMap& liveness_map, Zone* zone) UpdateLiveness() argument 590 BytecodeLiveness& liveness = Analyze() variable 653 BytecodeLiveness& liveness = liveness_map().GetLiveness(current_offset); Analyze() variable 694 BytecodeLiveness& liveness = Analyze() variable 981 BytecodeLiveness& liveness = liveness_map().GetLiveness(current_offset); LivenessIsValid() local [all...] |
H A D | bytecode-graph-builder.cc | 787 Merge( BytecodeGraphBuilder::Environment* other, const BytecodeLivenessState* liveness) Merge() argument 852 PrepareForLoop( const BytecodeLoopAssignments& assignments, const BytecodeLivenessState* liveness) PrepareForLoop() argument 920 PrepareForLoopExit( Node* loop, const BytecodeLoopAssignments& assignments, const BytecodeLivenessState* liveness) PrepareForLoopExit() argument 982 GetStateValuesFromCache( Node** values, int count, const BytecodeLivenessState* liveness) GetStateValuesFromCache() argument 988 Checkpoint( BytecodeOffset bailout_id, OutputFrameStateCombine combine, const BytecodeLivenessState* liveness) Checkpoint() argument 1200 PrepareFrameState( Node* node, OutputFrameStateCombine combine, BytecodeOffset bailout_id, const BytecodeLivenessState* liveness) PrepareFrameState() argument 3525 BuildReturn(const BytecodeLivenessState* liveness) BuildReturn() argument 3677 const BytecodeLivenessState* liveness = bytecode_analysis().GetInLivenessFor( VisitSuspendGenerator() local 3802 const BytecodeLivenessState* liveness = bytecode_analysis().GetOutLivenessFor( VisitResumeGenerator() local 3856 const BytecodeLivenessState* liveness = BuildLoopHeaderEnvironment() local 3918 BuildLoopExitsUntilLoop( int loop_offset, const BytecodeLivenessState* liveness) BuildLoopExitsUntilLoop() argument 3936 BuildLoopExitsForFunctionExit( const BytecodeLivenessState* liveness) BuildLoopExitsForFunctionExit() argument [all...] |
/third_party/node/deps/v8/src/maglev/ |
H A D | maglev-register-frame-array.h | 51 CopyFrom(const MaglevCompilationUnit& info, const RegisterFrameArray& other, const compiler::BytecodeLivenessState* liveness) CopyFrom() argument
|
H A D | maglev-interpreter-frame-state.h | 163 const compiler::BytecodeLivenessState* liveness() const { return liveness_; } in liveness() function in v8::internal::maglev::CompactInterpreterFrameState 77 CompactInterpreterFrameState(const MaglevCompilationUnit& info, const compiler::BytecodeLivenessState* liveness) CompactInterpreterFrameState() argument 83 CompactInterpreterFrameState(const MaglevCompilationUnit& info, const compiler::BytecodeLivenessState* liveness, const InterpreterFrameState& state) CompactInterpreterFrameState() argument 177 SizeFor(const MaglevCompilationUnit& info, const compiler::BytecodeLivenessState* liveness) SizeFor() argument 247 MergePointInterpreterFrameState( const MaglevCompilationUnit& info, const InterpreterFrameState& state, int merge_offset, int predecessor_count, BasicBlock* predecessor, const compiler::BytecodeLivenessState* liveness) MergePointInterpreterFrameState() argument 258 MergePointInterpreterFrameState( const MaglevCompilationUnit& info, int merge_offset, int predecessor_count, const compiler::BytecodeLivenessState* liveness, const compiler::LoopInfo* loop_info) MergePointInterpreterFrameState() argument [all...] |
H A D | maglev-graph-builder.cc | 62 const compiler::BytecodeLivenessState* liveness = in MaglevGraphBuilder() local 781 const compiler::BytecodeLivenessState* liveness = in MergeIntoFrameState() local
|
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
H A D | regalloc.c | 521 ppir_all_interference(ppir_compiler *comp, struct ra_graph *g, BITSET_WORD *liveness) ppir_all_interference() argument
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_pass.h | 360 class liveness : public rev_vpass { class 368 liveness(shader &s) : rev_vpass(s), live_changed(false) {} in liveness() function in r600_sb::liveness
|
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | midgard_schedule.c | 612 mir_live_effect(uint16_t *liveness, midgard_instruction *ins, bool destructive) in mir_live_effect() argument 655 mir_choose_instruction( midgard_instruction **instructions, uint16_t *liveness, BITSET_WORD *worklist, unsigned count, struct midgard_predicate *predicate) mir_choose_instruction() argument 793 mir_choose_bundle( midgard_instruction **instructions, uint16_t *liveness, BITSET_WORD *worklist, unsigned count, unsigned num_ldst) mir_choose_bundle() argument 841 mir_choose_alu(midgard_instruction **slot, midgard_instruction **instructions, uint16_t *liveness, BITSET_WORD *worklist, unsigned len, struct midgard_predicate *predicate, unsigned unit) mir_choose_alu() argument 1019 mir_schedule_texture( midgard_instruction **instructions, uint16_t *liveness, BITSET_WORD *worklist, unsigned len, bool is_vertex) mir_schedule_texture() argument 1049 mir_schedule_ldst( midgard_instruction **instructions, uint16_t *liveness, BITSET_WORD *worklist, unsigned len, unsigned *num_ldst) mir_schedule_ldst() argument 1089 mir_schedule_zs_write( compiler_context *ctx, struct midgard_predicate *predicate, midgard_instruction **instructions, uint16_t *liveness, BITSET_WORD *worklist, unsigned len, midgard_instruction *branch, midgard_instruction **smul, midgard_instruction **vadd, midgard_instruction **vlut, bool stencil) mir_schedule_zs_write() argument 1157 mir_schedule_alu( compiler_context *ctx, midgard_instruction **instructions, uint16_t *liveness, BITSET_WORD *worklist, unsigned len) mir_schedule_alu() argument 1438 uint16_t *liveness = calloc(node_count, 2); schedule_block() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceCfgNode.cpp | 653 bool CfgNode::liveness(Liveness *Liveness) { in liveness() function in Ice::CfgNode [all...] |
H A D | IceInst.cpp | 204 bool Inst::liveness(InstNumberT InstNumber, LivenessBV &Live, in liveness() function in Ice::Inst
|
H A D | IceCfg.cpp | 1456 void Cfg::liveness(LivenessMode Mode) { in liveness() function in Ice::Cfg [all...] |
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
H A D | nir_to_tgsi.c | 89 struct ntt_reg_interval *liveness; member [all...] |