Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineOperand.h952 static MachineOperand CreateDbgInstrRef(unsigned InstrIdx, unsigned OpIdx) { in CreateDbgInstrRef() function
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp879 MOs.push_back(MachineOperand::CreateDbgInstrRef(InstrNum, OperandIdx)); in EmitDbgInstrRef()
/openbsd/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2770 Dest = MachineOperand::CreateDbgInstrRef(InstrIdx, OpIdx); in parseDbgInstrRefOperand()