Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVRegisterInfo.cpp923 for (MCPhysReg OrderReg : Order) in getRegAllocationHints() local
924 if (TwoAddrHints.count(OrderReg)) in getRegAllocationHints()
925 Hints.push_back(OrderReg); in getRegAllocationHints()