Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp87 SmallSet<unsigned, 4> TwoAddrHints; in getRegAllocationHints() local
119 TwoAddrHints.insert(PhysReg); in getRegAllocationHints()
127 if (TwoAddrHints.count(OrderReg)) in getRegAllocationHints()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVRegisterInfo.cpp704 SmallSet<Register, 4> TwoAddrHints; in getRegAllocationHints() local
713 TwoAddrHints.insert(PhysReg); in getRegAllocationHints()
782 if (TwoAddrHints.count(OrderReg)) in getRegAllocationHints()