Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp125 for (MCPhysReg OrderReg : Order) in getRegAllocationHints() local
126 if (TwoAddrHints.count(OrderReg)) in getRegAllocationHints()
127 Hints.push_back(OrderReg); in getRegAllocationHints()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterInfo.cpp1206 for (MCPhysReg OrderReg : Order) in getRegAllocationHints() local
1207 if (TwoAddrHints.count(OrderReg)) in getRegAllocationHints()
1208 Hints.push_back(OrderReg); in getRegAllocationHints()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVRegisterInfo.cpp1045 for (MCPhysReg OrderReg : Order) in getRegAllocationHints() local
1046 if (TwoAddrHints.count(OrderReg)) in getRegAllocationHints()
1047 Hints.push_back(OrderReg); in getRegAllocationHints()