Searched refs:IsLive (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | JITLink.h | 408 orc::ExecutorAddrDiff Size, Linkage L, Scope S, bool IsLive, in Symbol() argument 414 setLive(IsLive); in Symbol() 434 Scope S, bool IsLive) { in constructAbsolute() argument 438 new (Sym) Symbol(Base, 0, Name, Size, L, S, IsLive, false); in constructAbsolute() 445 bool IsLive) { in constructAnonDef() argument 450 Scope::Local, IsLive, IsCallable); in constructAnonDef() 457 Scope S, bool IsLive, bool IsCallable) { in constructNamedDef() argument 462 new (Sym) Symbol(Base, Offset, Name, Size, L, S, IsLive, IsCallable); in constructNamedDef() 503 return IsLive; in isLive() 507 void setLive(bool IsLive) { this->IsLive = IsLive; } in setLive() argument [all …]
|
| /openbsd-src/gnu/llvm/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() 306 if (TRI->isSuperRegister(Reg, *AI) && State->IsLive(*AI)) { in HandleLastUse() 311 if (!State->IsLive(Reg)) { in HandleLastUse() 327 if (!State->IsLive(SubregReg)) { in HandleLastUse() 389 if (State->IsLive(AliasReg)) { in PrescanInstruction() 424 if (TRI->isSuperRegister(Reg, *AI) && State->IsLive(*AI)) in PrescanInstruction() 668 if (State->IsLive(NewReg) || (KillIndices[Reg] > DefIndices[NewReg])) { in FindSuitableFreeRegisters() 675 if (State->IsLive(AliasReg) || in FindSuitableFreeRegisters() 782 if (!State->IsLive(Reg)) in BreakAntiDependencies()
|
| H A D | AggressiveAntiDepBreaker.h | 113 bool IsLive(unsigned Reg);
|
| H A D | RDFLiveness.cpp | 955 bool IsLive = false; in resetKills() local 959 IsLive = true; in resetKills() 962 if (!IsLive) in resetKills()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonGenMux.cpp | 351 auto IsLive = [&LPR,this] (unsigned Reg) -> bool { in genMuxInBlock() local 368 bool Live = IsLive(Op.getReg()); in genMuxInBlock()
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | MachOLinkGraphBuilder.h | 199 uint32_t Alignment, bool IsLive);
|
| H A D | MachOLinkGraphBuilder.cpp | 321 bool IsLive) { in addSectionStartSymAndBlock() argument 326 auto &Sym = G->addAnonymousSymbol(B, 0, Size, false, IsLive); in addSectionStartSymAndBlock()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| H A D | SystemZFrameLowering.cpp | 317 bool IsLive = MBB.isLiveIn(GPR64) || MBB.isLiveIn(GPR32); in addSavedGPR() local 318 if (!IsLive || !IsImplicit) { in addSavedGPR() 319 MIB.addReg(GPR64, getImplRegState(IsImplicit) | getKillRegState(!IsLive)); in addSavedGPR() 320 if (!IsLive) in addSavedGPR()
|