Home
last modified time | relevance | path

Searched refs:InstrRef (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineOperand.h191 } InstrRef; member
596 return Contents.InstrRef.InstrIdx; in getInstrRefInstrIndex()
601 return Contents.InstrRef.OpIdx; in getInstrRefOpIndex()
717 Contents.InstrRef.InstrIdx = InstrIdx; in setInstrRefInstrIndex()
721 Contents.InstrRef.OpIdx = OpIdx; in setInstrRefOpIndex()
954 Op.Contents.InstrRef.InstrIdx = InstrIdx; in CreateDbgInstrRef()
955 Op.Contents.InstrRef.OpIdx = OpIdx; in CreateDbgInstrRef()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp629 bool collectDebugValues(MachineFunction &mf, bool InstrRef);
638 bool runOnMachineFunction(MachineFunction &mf, bool InstrRef);
919 bool LDVImpl::collectDebugValues(MachineFunction &mf, bool InstrRef) { in collectDebugValues() argument
941 if (InstrRef && (MBBI->isNonListDebugValue() || MBBI->isDebugPHI() || in collectDebugValues()
1262 bool LDVImpl::runOnMachineFunction(MachineFunction &mf, bool InstrRef) { in runOnMachineFunction() argument
1270 bool Changed = collectDebugValues(mf, InstrRef); in runOnMachineFunction()
1310 bool InstrRef = mf.useDebugInstrRef(); in runOnMachineFunction() local
1314 return static_cast<LDVImpl *>(pImpl)->runOnMachineFunction(mf, InstrRef); in runOnMachineFunction()
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp695 if (auto *InstrRef = EmitDbgInstrRef(SD, VRBaseMap)) in EmitDbgValue() local
696 return InstrRef; in EmitDbgValue()
H A DSelectionDAGISel.cpp395 bool InstrRef = mf.shouldUseDebugInstrRef(); in runOnMachineFunction() local
396 mf.setUseDebugInstrRef(InstrRef); in runOnMachineFunction()
570 if (InstrRef) in runOnMachineFunction()