Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineInstr.cpp2135 ArrayRef<MachineOperand> DebugOps, in BuildMI() argument
2142 assert(DebugOps.size() == 1 && in BuildMI()
2144 MachineOperand DebugOp = DebugOps[0]; in BuildMI()
2159 for (const MachineOperand &DebugOp : DebugOps) in BuildMI()
2182 ArrayRef<MachineOperand> DebugOps, in BuildMI() argument
2186 BuildMI(MF, DL, MCID, IsIndirect, DebugOps, Variable, Expr); in BuildMI()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.h986 const SmallVectorImpl<DbgOpID> &DebugOps) {
990 DbgValue Rec = (DebugOps.size() > 0)
991 ? DbgValue(DebugOps, Properties)
H A DInstrRefBasedImpl.cpp1404 SmallVector<DbgOpID> DebugOps; in transferDebugValue() local
1412 DebugOps.push_back(DbgOpStore.insert(MTracker->readReg(MO.getReg()))); in transferDebugValue()
1414 DebugOps.push_back(DbgOpStore.insert(MO)); in transferDebugValue()
1420 VTracker->defVar(MI, Properties, DebugOps); in transferDebugValue()