Searched refs:DebugOps (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | InstrRefBasedImpl.h | 1068 const SmallVectorImpl<DbgOpID> &DebugOps) { 1074 DbgValue Rec = (DebugOps.size() > 0) 1075 ? DbgValue(DebugOps, Properties)
|
H A D | InstrRefBasedImpl.cpp | 1428 SmallVector<DbgOpID> DebugOps; in transferDebugValue() local 1436 DebugOps.push_back(DbgOpStore.insert(MTracker->readReg(MO.getReg()))); in transferDebugValue() 1438 DebugOps.push_back(DbgOpStore.insert(MO)); in transferDebugValue() 1444 VTracker->defVar(MI, DbgValueProperties(MI), DebugOps); in transferDebugValue()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineInstr.cpp | 2241 ArrayRef<MachineOperand> DebugOps, in BuildMI() argument 2248 assert(DebugOps.size() == 1 && in BuildMI() 2250 MachineOperand DebugOp = DebugOps[0]; in BuildMI() 2265 for (const MachineOperand &DebugOp : DebugOps) in BuildMI() 2288 ArrayRef<MachineOperand> DebugOps, in BuildMI() argument 2292 BuildMI(MF, DL, MCID, IsIndirect, DebugOps, Variable, Expr); in BuildMI()
|