Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h959 static MachineOperand CreateDbgInstrRef(unsigned InstrIdx, unsigned OpIdx) { in CreateDbgInstrRef() function
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp906 MOs.push_back(MachineOperand::CreateDbgInstrRef(InstrNum, OperandIdx)); in EmitDbgValueList()
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2788 Dest = MachineOperand::CreateDbgInstrRef(InstrIdx, OpIdx); in parseDbgInstrRefOperand()