Home | History | Annotate | Download | only in ppc

Lines Matching refs:LLoadContextSlot

1474 class LLoadContextSlot final : public LTemplateInstruction<1, 1, 0> {
1476 explicit LLoadContextSlot(LOperand* context) { inputs_[0] = context; }