Home
last modified time | relevance | path

Searched refs:getDebugVariable (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DLiveDebugValues.cpp141 : Var(MI.getDebugVariable(), MI.getDebugLoc()->getInlinedAt()), MI(MI), in VarLoc()
364 const DILocalVariable *Var = MI.getDebugVariable(); in transferDebugValue()
399 DMI->getDebugVariable(), DMI->getDebugExpression()); in insertTransferDebugPair()
412 DMI->getDebugVariable(), SpillExpr); in insertTransferDebugPair()
720 DMI->getDebugVariable(), DMI->getDebugExpression()); in join()
H A DMachineInstr.cpp805 const DILocalVariable *MachineInstr::getDebugVariable() const { in getDebugVariable() function in MachineInstr
2048 assert(MI.getDebugVariable()->isValidLocationForIntrinsic(MI.getDebugLoc()) && in computeExprForSpill()
2067 .addMetadata(Orig.getDebugVariable()) in buildDbgValueForSpill()
H A DLiveDebugVariables.cpp576 const DILocalVariable *Var = MI.getDebugVariable(); in handleDebugValue()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp221 const DILocalVariable *DIVar = Ranges.front().first->getDebugVariable(); in beginFunction()
H A DDbgEntityHistoryCalculator.cpp248 const DILocalVariable *RawVar = MI.getDebugVariable(); in calculateDbgEntityHistory()
H A DDwarfDebug.h152 assert(getVariable() == DbgValue->getDebugVariable() && "Wrong variable"); in initializeDbgValue()
H A DAsmPrinter.cpp851 const DILocalVariable *V = MI->getDebugVariable(); in emitDebugValueComment()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h225 assert((MI->isDebugValue() ? static_cast<bool>(MI->getDebugVariable()) in addMetadata()
H A DMachineInstr.h387 const DILocalVariable *getDebugVariable() const;
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp582 const MDNode *Var = MI.getDebugVariable(); in replaceDebugValue()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp532 const MDNode *Variable = MI->getDebugVariable(); in runOnMachineFunction()