Home
last modified time | relevance | path

Searched refs:OrderReg (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp126 for (MCPhysReg OrderReg : Order) in getRegAllocationHints() local
127 if (TwoAddrHints.count(OrderReg)) in getRegAllocationHints()
128 Hints.push_back(OrderReg); in getRegAllocationHints()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVRegisterInfo.cpp869 for (MCPhysReg OrderReg : Order) in getRegAllocationHints() local
870 if (TwoAddrHints.count(OrderReg)) in getRegAllocationHints()
871 Hints.push_back(OrderReg); in getRegAllocationHints()