Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp2301 SmallVectorImpl<const MachineOperand *> &SpilledOperands) { in computeExprForSpill() argument
2314 for (const MachineOperand *Op : SpilledOperands) { in computeExprForSpill()
2356 SmallVectorImpl<const MachineOperand *> &SpilledOperands) { in buildDbgValueForSpill() argument
2357 const DIExpression *Expr = computeExprForSpill(Orig, SpilledOperands); in buildDbgValueForSpill()
2367 if (is_contained(SpilledOperands, &Op)) in buildDbgValueForSpill()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h543 SmallVectorImpl<const MachineOperand *> &SpilledOperands);