Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.h1065 const SmallVectorImpl<DbgOpID> &DebugOps) {
1071 DbgValue Rec = (DebugOps.size() > 0)
1072 ? DbgValue(DebugOps, Properties)
H A DInstrRefBasedImpl.cpp1463 SmallVector<DbgOpID> DebugOps; in transferDebugValue() local
1471 DebugOps.push_back(DbgOpStore.insert(MTracker->readReg(MO.getReg()))); in transferDebugValue()
1473 DebugOps.push_back(DbgOpStore.insert(MO)); in transferDebugValue()
1479 VTracker->defVar(MI, DbgValueProperties(MI), DebugOps); in transferDebugValue()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp2360 ArrayRef<MachineOperand> DebugOps, in BuildMI() argument
2367 assert(DebugOps.size() == 1 && in BuildMI()
2369 MachineOperand DebugOp = DebugOps[0]; in BuildMI()
2384 for (const MachineOperand &DebugOp : DebugOps) in BuildMI()
2407 ArrayRef<MachineOperand> DebugOps, in BuildMI() argument
2411 BuildMI(MF, DL, MCID, IsIndirect, DebugOps, Variable, Expr); in BuildMI()