Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h439 Scope S, bool IsLive, bool IsCallable) in Symbol() argument
445 setLive(IsLive); in Symbol()
469 Scope S, bool IsLive) { in constructAbsolute() argument
473 new (Sym) Symbol(Base, 0, std::move(Name), Size, L, S, IsLive, false); in constructAbsolute()
480 bool IsLive) { in constructAnonDef() argument
485 IsLive, IsCallable); in constructAnonDef()
493 Scope S, bool IsLive, bool IsCallable) { in constructNamedDef() argument
499 Symbol(Base, Offset, std::move(Name), Size, L, S, IsLive, IsCallable); in constructNamedDef()
541 return IsLive; in isLive()
545 void setLive(bool IsLive) { this->IsLive = IsLive; } in setLive() argument
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.cpp113 bool AggressiveAntiDepState::IsLive(MCRegister Reg) { in IsLive() function in AggressiveAntiDepState
209 if (State->IsLive(Reg)) { in Observe()
304 if (TRI->isSuperRegister(Reg, *AI) && State->IsLive(*AI)) { in HandleLastUse()
309 if (!State->IsLive(Reg)) { in HandleLastUse()
324 if (!State->IsLive(SubregReg)) { in HandleLastUse()
388 if (State->IsLive(AliasReg)) { in PrescanInstruction()
423 if (TRI->isSuperRegister(Reg, *AI) && State->IsLive(*AI)) in PrescanInstruction()
663 if (State->IsLive(NewReg) || (KillIndices[Reg] > DefIndices[NewReg])) { in FindSuitableFreeRegisters()
670 if (State->IsLive(AliasReg) || in FindSuitableFreeRegisters()
777 if (!State->IsLive(Reg)) in BreakAntiDependencies()
H A DAggressiveAntiDepBreaker.h114 bool IsLive(MCRegister Reg);
H A DRDFLiveness.cpp956 bool IsLive = false; in resetKills() local
960 IsLive = true; in resetKills()
963 if (!IsLive) in resetKills()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.h200 uint32_t Alignment, bool IsLive);
H A DMachOLinkGraphBuilder.cpp322 bool IsLive) { in addSectionStartSymAndBlock() argument
327 auto &Sym = G->addAnonymousSymbol(B, 0, Size, false, IsLive); in addSectionStartSymAndBlock()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp308 bool IsLive = MBB.isLiveIn(GPR64) || MBB.isLiveIn(GPR32); in addSavedGPR() local
309 if (!IsLive || !IsImplicit) { in addSavedGPR()
310 MIB.addReg(GPR64, getImplRegState(IsImplicit) | getKillRegState(!IsLive)); in addSavedGPR()
311 if (!IsLive) in addSavedGPR()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc16233 {"_ZN4llvm22AggressiveAntiDepState6IsLiveEj", "llvm::AggressiveAntiDepState::IsLive(unsigned int)"},