Home | History | Annotate | Download | only in compiler

Lines Matching refs:MachineType

39     StreamBuilder(InstructionSelectorTest* test, MachineType return_type)
43 MachineType::PointerRepresentation(),
46 StreamBuilder(InstructionSelectorTest* test, MachineType return_type,
47 MachineType parameter0_type)
51 MachineType::PointerRepresentation(),
54 StreamBuilder(InstructionSelectorTest* test, MachineType return_type,
55 MachineType parameter0_type, MachineType parameter1_type)
60 MachineType::PointerRepresentation(),
63 StreamBuilder(InstructionSelectorTest* test, MachineType return_type,
64 MachineType parameter0_type, MachineType parameter1_type,
65 MachineType parameter2_type)
70 MachineType::PointerRepresentation(),
92 CallDescriptor* MakeCallDescriptor(Zone* zone, MachineType return_type) {
98 CallDescriptor* MakeCallDescriptor(Zone* zone, MachineType return_type,
99 MachineType parameter0_type) {
106 CallDescriptor* MakeCallDescriptor(Zone* zone, MachineType return_type,
107 MachineType parameter0_type,
108 MachineType parameter1_type) {
116 CallDescriptor* MakeCallDescriptor(Zone* zone, MachineType return_type,
117 MachineType parameter0_type,
118 MachineType parameter1_type,
119 MachineType parameter2_type) {