Home
last modified time | relevance | path

Searched refs:Dead (Results 1 - 25 of 75) sorted by relevance

123

/third_party/node/deps/v8/src/compiler/
H A Dwasm-escape-analysis.cc54 ReplaceWithValue(use, mcgraph_->Dead(), NodeProperties::GetEffectInput(use), in ReduceAllocateRaw()
55 mcgraph_->Dead()); in ReduceAllocateRaw()
60 ReplaceWithValue(node, mcgraph_->Dead(), NodeProperties::GetEffectInput(node), in ReduceAllocateRaw()
H A Dwasm-inlining.cc300 edge_to_end.UpdateTo(mcgraph()->Dead()); in InlineTailCall()
456 ReplaceWithValue(handler, mcgraph()->Dead(), mcgraph()->Dead(), in InlineCall()
457 mcgraph()->Dead()); in InlineCall()
503 ReplaceWithValue(call, mcgraph()->Dead(), effect_output, control_output); in InlineCall()
518 // Dead() as a dummy for value replacement. in InlineCall()
519 ReplaceWithValue(call, mcgraph()->Dead(), effect_output, control_output); in InlineCall()
523 ReplaceWithValue(call, mcgraph()->Dead(), mcgraph()->Dead(), in InlineCall()
524 mcgraph()->Dead()); in InlineCall()
[all...]
H A Dmachine-graph.h74 Node* Dead() { in Dead() function in v8::internal::compiler::MachineGraph
75 return Dead_ ? Dead_ : Dead_ = graph_->NewNode(common_->Dead()); in Dead()
H A Djs-inlining.cc200 jsgraph()->Dead()); in InlineCall()
244 ReplaceWithValue(call, jsgraph()->Dead(), jsgraph()->Dead(), in InlineCall()
245 jsgraph()->Dead()); in InlineCall()
649 Node* dummy = graph()->NewNode(common()->Dead()); in ReduceJSCall()
H A Djs-inlining-heuristic.cc637 node->ReplaceInput(input_count - 1, jsgraph()->Dead()); in TryReuseDispatch()
638 callee->ReplaceInput(num_calls, jsgraph()->Dead()); in TryReuseDispatch()
639 effect_phi->ReplaceInput(num_calls, jsgraph()->Dead()); in TryReuseDispatch()
641 checkpoint->ReplaceInput(2, jsgraph()->Dead()); in TryReuseDispatch()
H A Dpipeline.cc1337 data->broker(), data->jsgraph()->Dead(), in Run()
1405 data->broker(), data->jsgraph()->Dead()); in Run()
1480 data->jsgraph()->Dead(), data->observe_node_manager()); in Run()
1501 data->jsgraph()->Dead(), data->observe_node_manager()); in Run()
1548 data->jsgraph()->Dead(), data->observe_node_manager()); in Run()
1571 data->jsgraph()->Dead(), data->observe_node_manager()); in Run()
1630 data->jsgraph()->Dead(), data->observe_node_manager()); in Run()
1722 data->jsgraph()->Dead(), data->observe_node_manager()); in Run()
1740 data->jsgraph()->Dead(), data->observe_node_manager()); in Run()
1808 // The {EffectControlLinearizer} might leave {Dead} node in Run()
[all...]
H A Dwasm-loop-peeling.cc32 copier.CopyNodes(graph, tmp_zone, graph->NewNode(common->Dead()), in PeelWasmLoop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLiveRangeEdit.cpp172 // DestReg of the cloned instruction cannot be Dead. Set isDead of DestReg in rematerializeAt()
186 SmallVectorImpl<MachineInstr*> &Dead) { in foldAsLoad()
238 Dead.push_back(DefMI); in foldAsLoad()
392 void LiveRangeEdit::eliminateDeadDefs(SmallVectorImpl<MachineInstr *> &Dead, in eliminateDeadDefs() argument
399 while (!Dead.empty()) in eliminateDeadDefs()
400 eliminateDeadDef(Dead.pop_back_val(), ToShrink, AA); in eliminateDeadDefs()
408 if (foldAsLoad(LI, Dead)) in eliminateDeadDefs()
413 if (!LIS.shrinkToUses(LI, &Dead)) in eliminateDeadDefs()
185 foldAsLoad(LiveInterval *LI, SmallVectorImpl<MachineInstr*> &Dead) foldAsLoad() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
H A DSimplifyIndVar.h49 LoopInfo *LI, SmallVectorImpl<WeakTrackingVH> &Dead,
55 LoopInfo *LI, SmallVectorImpl<WeakTrackingVH> &Dead);
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Daggressive_dead_code_elim_test.cpp33 // in vec4 Dead; in TEST_F()
38 // vec4 dv = sqrt(Dead); in TEST_F()
46 OpEntryPoint Fragment %main "main" %BaseColor %Dead %gl_FragColor in TEST_F()
54 ; CHECK-NOT: OpName %Dead "Dead" in TEST_F()
55 OpName %Dead "Dead" in TEST_F()
64 ; CHECK-NOT: %Dead = OpVariable in TEST_F()
65 %Dead = OpVariable %_ptr_Input_v4float Input in TEST_F()
75 ; CHECK-NOT: OpLoad %v4float %Dead in TEST_F()
[all...]
H A Deliminate_dead_functions_test.cpp31 // The function Dead should be removed because it is never called. in TEST_F()
56 "%Dead = OpFunction %void None %7", in TEST_F()
154 OpName %Dead "Dead" in TEST_F()
173 %Dead = OpFunction %void None %10 in TEST_F()
H A Dir_context_test.cpp498 // Do not visit Dead or Exported. in TEST_F()
504 OpName %Dead "Dead" in TEST_F()
520 %Dead = OpFunction %void None %6 in TEST_F()
548 // they call. Do not visit Dead. in TEST_F()
554 OpName %Dead "Dead" in TEST_F()
571 %Dead = OpFunction %void None %6 in TEST_F()
610 OpName %Dead "Dead" in TEST_F()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Daggressive_dead_code_elim_test.cpp33 // in vec4 Dead; in TEST_F()
38 // vec4 dv = sqrt(Dead); in TEST_F()
46 OpEntryPoint Fragment %main "main" %BaseColor %Dead %gl_FragColor in TEST_F()
54 ; CHECK-NOT: OpName %Dead "Dead" in TEST_F()
55 OpName %Dead "Dead" in TEST_F()
64 ; CHECK-NOT: %Dead = OpVariable in TEST_F()
65 %Dead = OpVariable %_ptr_Input_v4float Input in TEST_F()
75 ; CHECK-NOT: OpLoad %v4float %Dead in TEST_F()
[all...]
H A Deliminate_dead_functions_test.cpp31 // The function Dead should be removed because it is never called. in TEST_F()
56 "%Dead = OpFunction %void None %7", in TEST_F()
154 OpName %Dead "Dead" in TEST_F()
173 %Dead = OpFunction %void None %10 in TEST_F()
H A Dir_context_test.cpp498 // Do not visit Dead or Exported. in TEST_F()
504 OpName %Dead "Dead" in TEST_F()
520 %Dead = OpFunction %void None %6 in TEST_F()
548 // they call. Do not visit Dead. in TEST_F()
554 OpName %Dead "Dead" in TEST_F()
571 %Dead = OpFunction %void None %6 in TEST_F()
610 OpName %Dead "Dead" in TEST_F()
[all...]
/third_party/node/deps/v8/src/objects/
H A Djs-array-buffer.h188 void YoungUnmark() { set_young_gc_state(GcState::Dead); } in YoungUnmark()
189 bool IsYoungMarked() const { return young_gc_state() != GcState::Dead; } in IsYoungMarked()
222 enum class GcState : uint8_t { Dead = 0, Copied, Promoted }; member in v8::internal::final::GcState
225 std::atomic<GcState> young_gc_state_{GcState::Dead};
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DLiveRangeEdit.h106 bool foldAsLoad(LiveInterval *LI, SmallVectorImpl<MachineInstr *> &Dead);
245 void eliminateDeadDefs(SmallVectorImpl<MachineInstr *> &Dead,
H A DMachineInstrBuilder.h47 Dead = 0x10, enumerator
96 flags & RegState::Dead, in addReg()
480 return B ? RegState::Dead : 0; in getDeadRegState()
/third_party/spirv-tools/test/opt/
H A Daggressive_dead_code_elim_test.cpp33 // in vec4 Dead; in TEST_F()
38 // vec4 dv = sqrt(Dead); in TEST_F()
46 OpEntryPoint Fragment %main "main" %BaseColor %Dead %gl_FragColor in TEST_F()
54 ; CHECK-NOT: OpName %Dead "Dead" in TEST_F()
55 OpName %Dead "Dead" in TEST_F()
64 ; CHECK-NOT: %Dead = OpVariable in TEST_F()
65 %Dead = OpVariable %_ptr_Input_v4float Input in TEST_F()
75 ; CHECK-NOT: OpLoad %v4float %Dead in TEST_F()
[all...]
H A Deliminate_dead_functions_test.cpp31 // The function Dead should be removed because it is never called. in TEST_F()
56 "%Dead = OpFunction %void None %7", in TEST_F()
154 OpName %Dead "Dead" in TEST_F()
173 %Dead = OpFunction %void None %10 in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp65 SmallVectorImpl<WeakTrackingVH> &Dead) in SimplifyIndvar()
66 : L(Loop), LI(LI), SE(SE), DT(DT), Rewriter(Rewriter), DeadInsts(Dead), in SimplifyIndvar()
934 LoopInfo *LI, SmallVectorImpl<WeakTrackingVH> &Dead, in simplifyUsersOfIV()
937 Dead); in simplifyUsersOfIV()
945 LoopInfo *LI, SmallVectorImpl<WeakTrackingVH> &Dead) { in simplifyLoopIVs()
952 Changed |= simplifyUsersOfIV(cast<PHINode>(I), SE, DT, LI, Dead, Rewriter); in simplifyLoopIVs()
63 SimplifyIndvar(Loop *Loop, ScalarEvolution *SE, DominatorTree *DT, LoopInfo *LI, SCEVExpander &Rewriter, SmallVectorImpl<WeakTrackingVH> &Dead) SimplifyIndvar() argument
933 simplifyUsersOfIV(PHINode *CurrIV, ScalarEvolution *SE, DominatorTree *DT, LoopInfo *LI, SmallVectorImpl<WeakTrackingVH> &Dead, SCEVExpander &Rewriter, IVVisitor *V) simplifyUsersOfIV() argument
944 simplifyLoopIVs(Loop *L, ScalarEvolution *SE, DominatorTree *DT, LoopInfo *LI, SmallVectorImpl<WeakTrackingVH> &Dead) simplifyLoopIVs() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp436 SmallPtrSet<Instruction*, 4> Dead; in Cleanup() local
448 Dead.insert(I); in Cleanup()
451 for (auto *I : Dead) { in Cleanup()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp203 // If Dead[n].first is the only use of a malloc result, we can delete its in CleanupPointerRootUsers()
204 // chain of computation and the store to the global in Dead[n].second. in CleanupPointerRootUsers()
205 SmallVector<std::pair<Instruction *, Instruction *>, 32> Dead; in CleanupPointerRootUsers() local
218 Dead.push_back(std::make_pair(I, SI)); in CleanupPointerRootUsers()
226 Dead.push_back(std::make_pair(I, MSI)); in CleanupPointerRootUsers()
235 Dead.push_back(std::make_pair(I, MTI)); in CleanupPointerRootUsers()
246 Dead.clear(); in CleanupPointerRootUsers()
253 for (int i = 0, e = Dead.size(); i != e; ++i) { in CleanupPointerRootUsers()
254 if (IsSafeComputationToRemove(Dead[i].first, GetTLI)) { in CleanupPointerRootUsers()
255 Dead[ in CleanupPointerRootUsers()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceInst.cpp121 // Delete the instruction if its tentative Dead flag is still set after
124 if (Dead) in deleteIfDead()
209 Dead = false; in liveness()
221 Dead = true; in liveness()
224 if (Dead) in liveness()
431 if (isDeleted() || Dead) in livenessPhiOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIFormMemoryClauses.cpp141 S |= RegState::Dead; in getMopState()
379 S &= ~(RegState::Undef | RegState::Dead); in runOnMachineFunction()

Completed in 24 milliseconds

123