Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp2199 SmallVectorImpl<const MachineOperand *> &SpilledOperands) { in computeExprForSpill() argument
2212 for (const MachineOperand *Op : SpilledOperands) { in computeExprForSpill()
2252 SmallVectorImpl<const MachineOperand *> &SpilledOperands) { in buildDbgValueForSpill() argument
2253 const DIExpression *Expr = computeExprForSpill(Orig, SpilledOperands); in buildDbgValueForSpill()
2263 if (is_contained(SpilledOperands, &Op)) in buildDbgValueForSpill()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h496 SmallVectorImpl<const MachineOperand *> &SpilledOperands);