Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineDebugify.cpp106 const MCInstrDesc &DbgValDesc = TII.get(TargetOpcode::DBG_VALUE); in applyDebugifyMetadataToMachineFunction() local
139 BuildMI(MBB, InsertBeforeIt, MI.getDebugLoc(), DbgValDesc, in applyDebugifyMetadataToMachineFunction()
145 BuildMI(MBB, InsertBeforeIt, MI.getDebugLoc(), DbgValDesc, in applyDebugifyMetadataToMachineFunction()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDInstrEmitter.h111 const MCInstrDesc &DbgValDesc,
HDInstrEmitter.cpp756 MachineInstrBuilder &MIB, const MCInstrDesc &DbgValDesc, in AddDbgValueLocationOps() argument
777 AddOperand(MIB, V, (*MIB).getNumOperands(), &DbgValDesc, VRBaseMap, in AddDbgValueLocationOps()
936 const MCInstrDesc &DbgValDesc = TII->get(TargetOpcode::DBG_VALUE_LIST); in EmitDbgValueList() local
938 auto MIB = BuildMI(*MF, DL, DbgValDesc); in EmitDbgValueList()
941 AddDbgValueLocationOps(MIB, DbgValDesc, SD->getLocationOps(), VRBaseMap); in EmitDbgValueList()