Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp2231 SmallVectorImpl<const MachineOperand *> &SpilledOperands) { in computeExprForSpill() argument
2244 for (const MachineOperand *Op : SpilledOperands) { in computeExprForSpill()
2286 SmallVectorImpl<const MachineOperand *> &SpilledOperands) { in buildDbgValueForSpill() argument
2287 const DIExpression *Expr = computeExprForSpill(Orig, SpilledOperands); in buildDbgValueForSpill()
2297 if (is_contained(SpilledOperands, &Op)) in buildDbgValueForSpill()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h525 SmallVectorImpl<const MachineOperand *> &SpilledOperands);