Home | History | Annotate | Download | only in compiler

Lines Matching defs:StackSlot

477 #define STACKSLOT(Type)                                                      \
478 struct StackSlot##Type##Operator final \
480 StackSlot##Type##Operator() \
483 "StackSlot", 0, 0, 0, 1, 0, 0, \
486 StackSlot##Type##Operator kStackSlot##Type;
487 MACHINE_TYPE_LIST(STACKSLOT)
488 #undef STACKSLOT
624 const Operator* MachineOperatorBuilder::StackSlot(MachineRepresentation rep) {
625 #define STACKSLOT(Type) \
629 MACHINE_TYPE_LIST(STACKSLOT)
630 #undef STACKSLOT