Home
last modified time | relevance | path

Searched refs:IsLive (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h303 JITTargetAddress Size, Linkage L, Scope S, bool IsLive, in Symbol() argument
309 setLive(IsLive); in Symbol()
314 JITTargetAddress Size, Scope S, bool IsLive) { in constructCommon() argument
322 new (Sym) Symbol(Base, 0, Name, Size, Linkage::Weak, S, IsLive, false); in constructCommon()
340 Linkage L, Scope S, bool IsLive) { in constructAbsolute() argument
345 new (Sym) Symbol(Base, 0, Name, Size, L, S, IsLive, false); in constructAbsolute()
352 bool IsLive) { in constructAnonDef() argument
357 Scope::Local, IsLive, IsCallable); in constructAnonDef()
364 bool IsLive, bool IsCallable) { in constructNamedDef() argument
369 new (Sym) Symbol(Base, Offset, Name, Size, L, S, IsLive, IsCallable); in constructNamedDef()
[all …]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Daggressive_dead_code_elim_pass.cpp186 return !IsLive(tInst); in IsTargetDead()
281 if (IsLive(inst)) return; in KillDeadInstructions()
320 if (!IsLive(inst)) { in KillDeadInstructions()
772 if (!IsLive(counter_buffer_inst)) { in ProcessGlobalValues()
787 if (!IsLive(opInst)) { in ProcessGlobalValues()
814 if (!IsLive(opInst)) { in ProcessGlobalValues()
848 if (IsLive(&dbg)) continue; in ProcessGlobalValues()
854 if (IsLive(var_inst)) continue; in ProcessGlobalValues()
869 if (!IsLive(&val)) { in ProcessGlobalValues()
877 if (IsLive(ptr_ty_inst)) continue; in ProcessGlobalValues()
[all …]
Daggressive_dead_code_elim_pass.h76 bool IsLive(const Instruction* inst) const { in IsLive() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Daggressive_dead_code_elim_pass.cpp186 return !IsLive(tInst); in IsTargetDead()
281 if (IsLive(inst)) return; in KillDeadInstructions()
320 if (!IsLive(inst)) { in KillDeadInstructions()
772 if (!IsLive(counter_buffer_inst)) { in ProcessGlobalValues()
787 if (!IsLive(opInst)) { in ProcessGlobalValues()
814 if (!IsLive(opInst)) { in ProcessGlobalValues()
848 if (IsLive(&dbg)) continue; in ProcessGlobalValues()
854 if (IsLive(var_inst)) continue; in ProcessGlobalValues()
869 if (!IsLive(&val)) { in ProcessGlobalValues()
877 if (IsLive(ptr_ty_inst)) continue; in ProcessGlobalValues()
[all …]
Daggressive_dead_code_elim_pass.h76 bool IsLive(const Instruction* inst) const { in IsLive() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAggressiveAntiDepBreaker.cpp119 bool AggressiveAntiDepState::IsLive(unsigned Reg) { in IsLive() function in AggressiveAntiDepState
217 if (State->IsLive(Reg)) { in Observe()
315 if (TRI->isSuperRegister(Reg, *AI) && State->IsLive(*AI)) { in HandleLastUse()
320 if (!State->IsLive(Reg)) { in HandleLastUse()
336 if (!State->IsLive(SubregReg)) { in HandleLastUse()
399 if (State->IsLive(AliasReg)) { in PrescanInstruction()
435 if (TRI->isSuperRegister(Reg, *AI) && State->IsLive(*AI)) in PrescanInstruction()
683 if (State->IsLive(NewReg) || (KillIndices[Reg] > DefIndices[NewReg])) { in FindSuitableFreeRegisters()
690 if (State->IsLive(AliasReg) || in FindSuitableFreeRegisters()
801 if (!State->IsLive(Reg)) in BreakAntiDependencies()
DAggressiveAntiDepBreaker.h113 bool IsLive(unsigned Reg);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.cpp229 bool IsLive = MBB.isLiveIn(GPR64) || MBB.isLiveIn(GPR32); in addSavedGPR() local
230 if (!IsLive || !IsImplicit) { in addSavedGPR()
231 MIB.addReg(GPR64, getImplRegState(IsImplicit) | getKillRegState(!IsLive)); in addSavedGPR()
232 if (!IsLive) in addSavedGPR()
/third_party/spirv-tools/source/opt/
Daggressive_dead_code_elim_pass.h68 bool IsLive(const Instruction* inst) const { in IsLive() function
Daggressive_dead_code_elim_pass.cpp152 if (IsLive(inst)) return false; in IsDead()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonGenMux.cpp357 auto IsLive = [&LPR,this] (unsigned Reg) -> bool { in genMuxInBlock() local
374 bool Live = IsLive(Op.getReg()); in genMuxInBlock()
DRDFLiveness.cpp904 bool IsLive = false; in resetKills() local
908 IsLive = true; in resetKills()
911 if (!IsLive) in resetKills()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DMachOLinkGraphBuilder.h171 uint32_t Alignment, bool IsLive);
DMachOLinkGraphBuilder.cpp285 uint32_t Alignment, bool IsLive) { in addSectionStartSymAndBlock() argument
290 auto &Sym = G->addAnonymousSymbol(B, 0, Size, false, IsLive); in addSectionStartSymAndBlock()