Searched refs:FoldOps (Results 1 – 1 of 1) sorted by relevance
777 SmallVector<unsigned, 8> FoldOps; in foldMemoryOperand() local794 FoldOps.push_back(Idx); in foldMemoryOperand()799 if (FoldOps.empty()) in foldMemoryOperand()805 LoadMI ? TII.foldMemoryOperand(*MI, FoldOps, *LoadMI, &LIS) in foldMemoryOperand()806 : TII.foldMemoryOperand(*MI, FoldOps, StackSlot, &LIS); in foldMemoryOperand()