Home
last modified time | relevance | path

Searched refs:DebugOps (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp2171 ArrayRef<MachineOperand> DebugOps, in BuildMI() argument
2178 assert(DebugOps.size() == 1 && in BuildMI()
2180 MachineOperand DebugOp = DebugOps[0]; in BuildMI()
2195 for (const MachineOperand &DebugOp : DebugOps) in BuildMI()
2218 ArrayRef<MachineOperand> DebugOps, in BuildMI() argument
2222 BuildMI(MF, DL, MCID, IsIndirect, DebugOps, Variable, Expr); in BuildMI()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.h1025 const SmallVectorImpl<DbgOpID> &DebugOps) {
1029 DbgValue Rec = (DebugOps.size() > 0)
1030 ? DbgValue(DebugOps, Properties)
H A DInstrRefBasedImpl.cpp1397 SmallVector<DbgOpID> DebugOps; in transferDebugValue() local
1405 DebugOps.push_back(DbgOpStore.insert(MTracker->readReg(MO.getReg()))); in transferDebugValue()
1407 DebugOps.push_back(DbgOpStore.insert(MO)); in transferDebugValue()
1413 VTracker->defVar(MI, DbgValueProperties(MI), DebugOps); in transferDebugValue()