Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVRegisterInfo.cpp781 for (MCPhysReg OrderReg : Order) in getRegAllocationHints() local
782 if (TwoAddrHints.count(OrderReg)) in getRegAllocationHints()
783 Hints.push_back(OrderReg); in getRegAllocationHints()