Lines Matching refs:Order
29 SmallVector<MCPhysReg, 16> Order = {4, 5, 6, 7}; in TEST() local
30 AllocationOrder O(std::move(Hints), Order, false); in TEST()
36 SmallVector<MCPhysReg, 16> Order = {4, 1, 5, 6}; in TEST() local
37 AllocationOrder O(std::move(Hints), Order, false); in TEST()
43 SmallVector<MCPhysReg, 16> Order = {4, 5, 6, 7}; in TEST() local
44 AllocationOrder O(std::move(Hints), Order, true); in TEST()
50 SmallVector<MCPhysReg, 16> Order = {4, 5, 6, 7}; in TEST() local
51 AllocationOrder O(std::move(Hints), Order, false); in TEST()
59 SmallVector<MCPhysReg, 16> Order = {4, 1, 5, 6}; in TEST() local
60 AllocationOrder O(std::move(Hints), Order, false); in TEST()
69 SmallVector<MCPhysReg, 16> Order = {4, 1, 5, 6}; in TEST() local
70 AllocationOrder O(std::move(Hints), Order, true); in TEST()
76 SmallVector<MCPhysReg, 16> Order = {1, 4, 5, 6}; in TEST() local
77 AllocationOrder O(std::move(Hints), Order, false); in TEST()
83 SmallVector<MCPhysReg, 16> Order = {1, 4, 5, 6}; in TEST() local
84 AllocationOrder O(std::move(Hints), Order, false); in TEST()
92 SmallVector<MCPhysReg, 16> Order = {1, 2, 3, 4}; in TEST() local
93 AllocationOrder O(std::move(Hints), Order, false); in TEST()
101 SmallVector<MCPhysReg, 16> Order = {4, 1, 5, 6}; in TEST() local
102 AllocationOrder O(std::move(Hints), Order, false); in TEST()