Searched refs:LiveOutInfo (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | FunctionLoweringInfo.h | 162 struct LiveOutInfo { struct 167 LiveOutInfo() : NumSignBits(0), IsValid(true) {} in LiveOutInfo() argument 228 const LiveOutInfo *GetLiveOutRegInfo(Register Reg) { in GetLiveOutRegInfo() 232 const LiveOutInfo *LOI = &LiveOutRegInfo[Reg]; in GetLiveOutRegInfo() 244 const LiveOutInfo *GetLiveOutRegInfo(Register Reg, unsigned BitWidth); 254 LiveOutInfo &LOI = LiveOutRegInfo[Reg]; in AddLiveOutRegInfo() 298 IndexedMap<LiveOutInfo, VirtReg2IndexFunctor> LiveOutRegInfo;
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FunctionLoweringInfo.cpp | 424 const FunctionLoweringInfo::LiveOutInfo * 429 LiveOutInfo *LOI = &LiveOutRegInfo[Reg]; in GetLiveOutRegInfo() 468 LiveOutInfo &DestLOI = LiveOutRegInfo[DestReg]; in ComputePHILiveOutRegInfo() 493 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth); in ComputePHILiveOutRegInfo() 532 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth); in ComputePHILiveOutRegInfo()
|
| H A D | SelectionDAGBuilder.cpp | 914 const FunctionLoweringInfo::LiveOutInfo *LOI = in getCopyFromRegs()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 15483 …ndexFunctorEE6resizeEm", "llvm::IndexedMap<llvm::FunctionLoweringInfo::LiveOutInfo, llvm::VirtReg2… 15484 …ringInfo::LiveOutInfo, std::allocator<llvm::FunctionLoweringInfo::LiveOutInfo>>::resize(unsigned l… 15485 …LiveOutInfo, std::allocator<llvm::FunctionLoweringInfo::LiveOutInfo>>::_M_fill_insert(__gnu_cxx::_… 15486 …LiveOutInfo*, unsigned long, llvm::FunctionLoweringInfo::LiveOutInfo>(llvm::FunctionLoweringInfo::… 15487 …LiveOutInfo*, llvm::FunctionLoweringInfo::LiveOutInfo>(llvm::FunctionLoweringInfo::LiveOutInfo*, l… 15488 …LiveOutInfo* std::__copy_backward<false, std::random_access_iterator_tag>::__copy_b<llvm::Function… 15514 …, "std::vector<llvm::FunctionLoweringInfo::LiveOutInfo, std::allocator<llvm::FunctionLoweringInfo:…
|