Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineInstr.cpp2143 SmallVectorImpl<const MachineOperand *> &SpilledOperands) { in computeExprForSpill() argument
2156 for (const MachineOperand *Op : SpilledOperands) { in computeExprForSpill()
2196 SmallVectorImpl<const MachineOperand *> &SpilledOperands) { in buildDbgValueForSpill() argument
2197 const DIExpression *Expr = computeExprForSpill(Orig, SpilledOperands); in buildDbgValueForSpill()
2207 if (is_contained(SpilledOperands, &Op)) in buildDbgValueForSpill()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h496 SmallVectorImpl<const MachineOperand *> &SpilledOperands);