Home
last modified time | relevance | path

Searched refs:FoldOps (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DInlineSpiller.cpp777 SmallVector<unsigned, 8> FoldOps; in foldMemoryOperand() local
794 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()