Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZRegisterInfo.cpp126 for (MCPhysReg OrderReg : Order) in getRegAllocationHints() local
127 if (TwoAddrHints.count(OrderReg)) in getRegAllocationHints()
128 Hints.push_back(OrderReg); in getRegAllocationHints()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVRegisterInfo.cpp923 for (MCPhysReg OrderReg : Order) in getRegAllocationHints() local
924 if (TwoAddrHints.count(OrderReg)) in getRegAllocationHints()
925 Hints.push_back(OrderReg); in getRegAllocationHints()