Home
last modified time | relevance | path

Searched refs:UseInstrRefDebugInfo (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.h158 bool UseInstrRefDebugInfo);
H A DInstrEmitter.cpp1348 bool UseInstrRefDebugInfo) in InstrEmitter() argument
1354 EmitDebugInstrRefs = UseInstrRefDebugInfo; in InstrEmitter()
H A DSelectionDAGISel.cpp385 UseInstrRefDebugInfo = mf.useDebugInstrRef(); in runOnMachineFunction()
386 CurDAG->useInstrRefDebugInfo(UseInstrRefDebugInfo); in runOnMachineFunction()
611 if (UseInstrRefDebugInfo) in runOnMachineFunction()
1340 FastIS->useInstrRefDebugInfo(UseInstrRefDebugInfo); in SelectAllBasicBlocks()
H A DFastISel.cpp1266 if (UseInstrRefDebugInfo && Op->isReg()) { in selectIntrinsicCall()
1325 if (UseInstrRefDebugInfo) { in selectIntrinsicCall()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DFastISel.h215 bool UseInstrRefDebugInfo = false; variable
325 UseInstrRefDebugInfo = Flag; in useInstrRefDebugInfo()
H A DSelectionDAGISel.h57 bool UseInstrRefDebugInfo = false; variable
H A DSelectionDAG.h291 bool UseInstrRefDebugInfo = false;
1817 UseInstrRefDebugInfo = Flag;
1821 return UseInstrRefDebugInfo;