Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h191 } InstrRef; member
599 return Contents.InstrRef.InstrIdx; in getInstrRefInstrIndex()
604 return Contents.InstrRef.OpIdx; in getInstrRefOpIndex()
720 Contents.InstrRef.InstrIdx = InstrIdx; in setInstrRefInstrIndex()
724 Contents.InstrRef.OpIdx = OpIdx; in setInstrRefOpIndex()
961 Op.Contents.InstrRef.InstrIdx = InstrIdx;
962 Op.Contents.InstrRef.OpIdx = OpIdx; in CreateCFIIndex()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp630 bool collectDebugValues(MachineFunction &mf, bool InstrRef);
639 bool runOnMachineFunction(MachineFunction &mf, bool InstrRef);
920 bool LDVImpl::collectDebugValues(MachineFunction &mf, bool InstrRef) { in collectDebugValues() argument
942 if (InstrRef && (MBBI->isNonListDebugValue() || MBBI->isDebugPHI() || in collectDebugValues()
1263 bool LDVImpl::runOnMachineFunction(MachineFunction &mf, bool InstrRef) { in runOnMachineFunction() argument
1271 bool Changed = collectDebugValues(mf, InstrRef); in runOnMachineFunction()
1311 bool InstrRef = mf.useDebugInstrRef(); in runOnMachineFunction() local
1315 return static_cast<LDVImpl *>(pImpl)->runOnMachineFunction(mf, InstrRef); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp722 if (auto *InstrRef = EmitDbgInstrRef(SD, VRBaseMap)) in EmitDbgValue() local
723 return InstrRef; in EmitDbgValue()
H A DSelectionDAGISel.cpp594 bool InstrRef = mf.shouldUseDebugInstrRef(); in runOnMachineFunction() local
721 if (InstrRef) in runOnMachineFunction()