| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | RemoveRedundantDebugValues.cpp | 117 VMI->second.second != MI.getDebugExpression()) { in reduceDbgValsForwardScan() 118 VariableMap[Var] = {&Loc, MI.getDebugExpression()}; in reduceDbgValsForwardScan() 163 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in reduceDbgValsBackwardScan()
|
| H A D | PrologEpilogInserter.cpp | 190 const DIExpression *Expr = MI.getDebugExpression(); in stashEntryDbgValues() 193 Expr->fragmentsOverlap(DV->getDebugExpression()); in stashEntryDbgValues() 1373 const DIExpression *DIExpr = MI.getDebugExpression(); in replaceFrameIndices()
|
| H A D | MachineInstr.cpp | 824 const DIExpression *MachineInstr::getDebugExpression() const { in getDebugExpression() function in MachineInstr 829 return isDebugValue() && getDebugExpression()->isEntryValue(); in isDebugEntryValue() 2147 const DIExpression *Expr = MI.getDebugExpression(); in computeExprForSpill()
|
| H A D | MachineSink.cpp | 571 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in ProcessDbgInst()
|
| H A D | LiveDebugVariables.cpp | 855 const DIExpression *Expr = MI.getDebugExpression(); in handleDebugValue()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DebugHandlerBase.cpp | 47 const DIExpression *DIExpr = Instruction.getDebugExpression(); in extractFromMachineInstruction() 305 if (Entries.front().getInstr()->getDebugExpression()->isFragment()) { in beginFunction() 310 const DIExpression *Fragment = I->getInstr()->getDebugExpression(); in beginFunction() 315 Pred.getInstr()->getDebugExpression()); in beginFunction()
|
| H A D | DbgEntityHistoryCalculator.cpp | 374 const DIExpression *DIExpr = DV.getDebugExpression(); in handleNewDebugValue() 379 bool Overlaps = DIExpr->fragmentsOverlap(DV.getDebugExpression()); in handleNewDebugValue()
|
| H A D | DwarfDebug.cpp | 234 const DIExpression *Expr = MI->getDebugExpression(); in getDebugLocValue() 267 if (auto *E = DbgValue->getDebugExpression()) in initializeDbgValue() 1701 if (Instr->getDebugExpression()->isFragment()) in buildLocationList()
|
| H A D | AsmPrinter.cpp | 1130 const DIExpression *Expr = MI->getDebugExpression(); in emitDebugValueComment()
|
| /llvm-project-15.0.7/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXPrologEpilogPass.cpp | 79 const DIExpression *DIExpr = MI.getDebugExpression(); in runOnMachineFunction() 81 … DIExpr = TRI.prependOffsetExpression(MI.getDebugExpression(), DIExpression::ApplyOffset, Offset); in runOnMachineFunction()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | VarLocBasedImpl.cpp | 390 : Var(MI.getDebugVariable(), MI.getDebugExpression(), in VarLoc() 392 Expr(MI.getDebugExpression()), MI(MI) { in VarLoc() 1282 if (MI.getDebugExpression()->getNumElements() == 0 && TransferInst) { in removeEntryValue() 1325 const DIExpression *Expr = MI.getDebugExpression(); in transferDebugValue() 1847 DebugVariable MIVar(MI.getDebugVariable(), MI.getDebugExpression(), in accumulateFragmentMap() 2052 if (MI.getDebugExpression()->getNumElements() > 0) in isEntryValueCandidate() 2080 DebugVariable V(MI.getDebugVariable(), MI.getDebugExpression(), in recordEntryValue() 2092 DIExpression::prepend(MI.getDebugExpression(), DIExpression::EntryValue); in recordEntryValue()
|
| H A D | InstrRefBasedImpl.h | 208 DIExpr = MI.getDebugExpression(); in DbgValueProperties() 712 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in defVar() 729 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in defVar()
|
| H A D | InstrRefBasedImpl.cpp | 463 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in redefVar() 491 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in redefVar() 1038 const DIExpression *Expr = MI.getDebugExpression(); in transferDebugValue() 1110 const DIExpression *Expr = MI.getDebugExpression(); in transferDebugInstrRef() 1308 TTracker->addUseBeforeDef(V, {MI.getDebugExpression(), false}, *NewID); in transferDebugInstrRef() 1795 DebugVariable MIVar(MI.getDebugVariable(), MI.getDebugExpression(), in accumulateFragmentMap() 3135 DebugVariable Var(MI->getDebugVariable(), MI->getDebugExpression(), in emitTransfers()
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZRegisterInfo.cpp | 315 DIExpression::appendOpsToArg(MI->getDebugExpression(), Ops, OpIdx)); in eliminateFrameIndex()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86OptimizeLEAs.cpp | 580 const DIExpression *Expr = MI.getDebugExpression(); in replaceDebugValue()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstr.h | 450 const DIExpression *getDebugExpression() const;
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGISel.cpp | 566 const MDNode *Expr = MI->getDebugExpression(); in runOnMachineFunction()
|