Searched refs:IsLive (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | JITLink.h | 421 orc::ExecutorAddrDiff Size, Linkage L, Scope S, bool IsLive, in Symbol() argument 427 setLive(IsLive); in Symbol() 448 Scope S, bool IsLive) { in constructAbsolute() argument 452 new (Sym) Symbol(Base, 0, Name, Size, L, S, IsLive, false); in constructAbsolute() 459 bool IsLive) { in constructAnonDef() argument 464 Scope::Local, IsLive, IsCallable); in constructAnonDef() 471 Scope S, bool IsLive, bool IsCallable) { in constructNamedDef() argument 476 new (Sym) Symbol(Base, Offset, Name, Size, L, S, IsLive, IsCallable); in constructNamedDef() 517 return IsLive; in isLive() 521 void setLive(bool IsLive) { this->IsLive = IsLive; } in setLive() argument [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | AggressiveAntiDepBreaker.cpp | 114 bool AggressiveAntiDepState::IsLive(unsigned Reg) { in IsLive() function in AggressiveAntiDepState 210 if (State->IsLive(Reg)) { in Observe() 305 if (TRI->isSuperRegister(Reg, *AI) && State->IsLive(*AI)) { in HandleLastUse() 310 if (!State->IsLive(Reg)) { in HandleLastUse() 325 if (!State->IsLive(SubregReg)) { in HandleLastUse() 386 if (State->IsLive(AliasReg)) { in PrescanInstruction() 421 if (TRI->isSuperRegister(Reg, *AI) && State->IsLive(*AI)) in PrescanInstruction() 659 if (State->IsLive(NewReg) || (KillIndices[Reg] > DefIndices[NewReg])) { in FindSuitableFreeRegisters() 666 if (State->IsLive(AliasReg) || in FindSuitableFreeRegisters() 773 if (!State->IsLive(Reg)) in BreakAntiDependencies()
|
H A D | AggressiveAntiDepBreaker.h | 113 bool IsLive(unsigned Reg);
|
H A D | RDFLiveness.cpp | 961 bool IsLive = false; in resetKills() local 965 IsLive = true; in resetKills() 968 if (!IsLive) in resetKills()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | MachOLinkGraphBuilder.h | 200 uint32_t Alignment, bool IsLive);
|
H A D | MachOLinkGraphBuilder.cpp | 331 bool IsLive) { in addSectionStartSymAndBlock() 336 auto &Sym = G->addAnonymousSymbol(B, 0, Size, false, IsLive); in addSectionStartSymAndBlock() 330 addSectionStartSymAndBlock(unsigned SecIndex,Section & GraphSec,orc::ExecutorAddr Address,const char * Data,orc::ExecutorAddrDiff Size,uint32_t Alignment,bool IsLive) addSectionStartSymAndBlock() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZFrameLowering.cpp | 306 bool IsLive = MBB.isLiveIn(GPR64) || MBB.isLiveIn(GPR32); in addSavedGPR() local 307 if (!IsLive || !IsImplicit) { in addSavedGPR() 308 MIB.addReg(GPR64, getImplRegState(IsImplicit) | getKillRegState(!IsLive)); in addSavedGPR() 309 if (!IsLive) in addSavedGPR()
|