Home
last modified time | relevance | path

Searched defs:RCI (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegisterClassInfo.cpp94 RCInfo &RCI = RegClass[RC->getID()]; in compute() local
H A DCriticalAntiDepBreaker.cpp42 const RegisterClassInfo &RCI) in CriticalAntiDepBreaker()
702 const RegisterClassInfo &RCI) { in createCriticalAntiDepBreaker()
H A DShrinkWrap.cpp112 RegisterClassInfo RCI; member in __anone12ceae80111::ShrinkWrap
H A DAggressiveAntiDepBreaker.cpp121 MachineFunction &MFi, const RegisterClassInfo &RCI, in AggressiveAntiDepBreaker()
1006 MachineFunction &MFi, const RegisterClassInfo &RCI, in createAggressiveAntiDepBreaker()
H A DPostRASchedulerList.cpp206 const RegisterClassInfo &RCI, in SchedulePostRATDList()
H A DTargetRegisterInfo.cpp309 for (SuperRegClassIterator RCI(B, this); RCI.isValid(); ++RCI) in getMatchingSuperRegClass() local
H A DRegAllocGreedy.cpp159 RegisterClassInfo RCI; member in __anone1e285680111::RAGreedy
2074 const RegisterClassInfo &RCI) { in getNumAllocatableRegsForConstraints()
H A DTargetLoweringBase.cpp1239 for (SuperRegClassIterator RCI(RC, TRI); RCI.isValid(); ++RCI) in findRepresentativeClass() local
H A DRegisterPressure.cpp963 const RegisterClassInfo *RCI, in computeExcessPressureDelta()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DRegisterClassInfo.h77 const RCInfo &RCI = RegClass[RC->getID()]; in get() local
H A DRegisterPressure.h361 const RegisterClassInfo *RCI = nullptr; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp322 for (auto const &RCI : ConstInfo.RebasedConstants) in findConstantInsertionPoint() local
863 for (auto const &RCI : ConstInfo.RebasedConstants) { in emitBaseConstants() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64A57FPLoadBalancing.cpp112 RegisterClassInfo RCI; member in __anon057f01740111::AArch64A57FPLoadBalancing
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp182 for (auto RCI = CG.postorder_ref_scc_begin(), in run() local