Lines Matching refs:Hints
28 SmallVector<MCPhysReg, 16> Hints = {1, 2, 3}; in TEST() local
30 AllocationOrder O(std::move(Hints), Order, false); in TEST()
35 SmallVector<MCPhysReg, 16> Hints = {1, 2, 3}; in TEST() local
37 AllocationOrder O(std::move(Hints), Order, false); in TEST()
42 SmallVector<MCPhysReg, 16> Hints = {1, 2, 3}; in TEST() local
44 AllocationOrder O(std::move(Hints), Order, true); in TEST()
49 SmallVector<MCPhysReg, 16> Hints = {1, 2, 3}; in TEST() local
51 AllocationOrder O(std::move(Hints), Order, false); in TEST()
58 SmallVector<MCPhysReg, 16> Hints = {1, 2, 3}; in TEST() local
60 AllocationOrder O(std::move(Hints), Order, false); in TEST()
68 SmallVector<MCPhysReg, 16> Hints = {1, 2, 3}; in TEST() local
70 AllocationOrder O(std::move(Hints), Order, true); in TEST()
75 SmallVector<MCPhysReg, 16> Hints = {1, 2, 3}; in TEST() local
77 AllocationOrder O(std::move(Hints), Order, false); in TEST()
82 SmallVector<MCPhysReg, 16> Hints = {1, 2, 3}; in TEST() local
84 AllocationOrder O(std::move(Hints), Order, false); in TEST()
91 SmallVector<MCPhysReg, 16> Hints; in TEST() local
93 AllocationOrder O(std::move(Hints), Order, false); in TEST()
100 SmallVector<MCPhysReg, 16> Hints = {1, 2, 3}; in TEST() local
102 AllocationOrder O(std::move(Hints), Order, false); in TEST()