Searched refs:FoldOps (Results 1 – 1 of 1) sorted by relevance
1100 SmallVector<unsigned, 8> FoldOps; in foldMemoryOperand() local1117 FoldOps.push_back(Idx); in foldMemoryOperand()1123 LoadMI ? TII.foldMemoryOperand(MI, FoldOps, LoadMI) in foldMemoryOperand()1124 : TII.foldMemoryOperand(MI, FoldOps, StackSlot); in foldMemoryOperand()