Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h426 setLive(IsLive); in Symbol()
458 bool IsLive) { in constructAnonDef() argument
463 Scope::Local, IsLive, IsCallable); in constructAnonDef()
516 return IsLive; in isLive()
520 void setLive(bool IsLive) { this->IsLive = IsLive; } in setLive() argument
657 IsLive = 0; in makeExternal()
678 uint64_t IsLive : 1; variable
1215 bool IsLive) { in addAbsoluteSymbol() argument
1230 bool IsLive) { in addAnonymousSymbol() argument
1367 bool IsLive) { in makeDefined() argument
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.cpp114 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 DAggressiveAntiDepBreaker.h113 bool IsLive(unsigned Reg);
H A DRDFLiveness.cpp961 bool IsLive = false; in resetKills() local
965 IsLive = true; in resetKills()
968 if (!IsLive) in resetKills()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenMux.cpp351 auto IsLive = [&LPR, this](unsigned Reg) -> bool { in genMuxInBlock() local
368 bool Live = IsLive(Op.getReg()); in genMuxInBlock()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.h200 uint32_t Alignment, bool IsLive);
H A DMachOLinkGraphBuilder.cpp331 bool IsLive) { in addSectionStartSymAndBlock() argument
336 auto &Sym = G->addAnonymousSymbol(B, 0, Size, false, IsLive); in addSectionStartSymAndBlock()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp318 bool IsLive = MBB.isLiveIn(GPR64) || MBB.isLiveIn(GPR32); in addSavedGPR() local
319 if (!IsLive || !IsImplicit) { in addSavedGPR()
320 MIB.addReg(GPR64, getImplRegState(IsImplicit) | getKillRegState(!IsLive)); in addSavedGPR()
321 if (!IsLive) in addSavedGPR()