Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineInstr.cpp2195 SmallVectorImpl<const MachineOperand *> &SpilledOperands) { in computeExprForSpill() argument
2208 for (const MachineOperand *Op : SpilledOperands) { in computeExprForSpill()
2250 SmallVectorImpl<const MachineOperand *> &SpilledOperands) { in buildDbgValueForSpill() argument
2251 const DIExpression *Expr = computeExprForSpill(Orig, SpilledOperands); in buildDbgValueForSpill()
2261 if (is_contained(SpilledOperands, &Op)) in buildDbgValueForSpill()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h519 SmallVectorImpl<const MachineOperand *> &SpilledOperands);