Home | History | Annotate | Download | only in compiler

Lines Matching defs:StackSlot

445             "StackSlot", 0, 0, 0, 1, 0, 0,
513 #define STACKSLOT(Size, Alignment) \
521 STACK_SLOT_CACHED_SIZES_ALIGNMENTS_LIST(STACKSLOT)
522 #undef STACKSLOT
939 const Operator* MachineOperatorBuilder::StackSlot(int size, int alignment) {
953 const Operator* MachineOperatorBuilder::StackSlot(MachineRepresentation rep,
955 return StackSlot(1 << ElementSizeLog2Of(rep), alignment);