Home
last modified time | relevance | path

Searched refs:useDebugInstrRef (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DLiveDebugValues.cpp113 bool InstrRefBased = MF.useDebugInstrRef(); in runOnMachineFunction()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h624 bool useDebugInstrRef() const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp207 YamlMF.UseDebugInstrRef = MF.useDebugInstrRef(); in print()
H A DMachineFunction.cpp1230 bool MachineFunction::useDebugInstrRef() const { in useDebugInstrRef() function in MachineFunction
H A DLiveDebugVariables.cpp1311 bool InstrRef = mf.useDebugInstrRef(); in runOnMachineFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1279 if (!FuncInfo.MF->useDebugInstrRef()) { in lowerDbgValue()
1333 if (FuncInfo.MF->useDebugInstrRef() && Op->isReg()) { in lowerDbgDeclare()
H A DInstrEmitter.cpp1412 EmitDebugInstrRefs = mbb->getParent()->useDebugInstrRef(); in InstrEmitter()
H A DSelectionDAGISel.cpp662 if (MF->useDebugInstrRef()) in runOnMachineFunction()
H A DSelectionDAGBuilder.cpp5754 if (Reg.isVirtual() && MF.useDebugInstrRef()) { in EmitFuncArgumentDbgValue()