| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DebugHandlerBase.cpp | 48 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 | 375 const DIExpression *DIExpr = DV.getDebugExpression(); in handleNewDebugValue() 380 bool Overlaps = DIExpr->fragmentsOverlap(DV.getDebugExpression()); in handleNewDebugValue()
|
| H A D | DwarfDebug.cpp | 237 const DIExpression *Expr = MI->getDebugExpression(); in getDebugLocValue() 270 if (auto *E = DbgValue->getDebugExpression()) in initializeDbgValue() 1718 if (Instr->getDebugExpression()->isFragment()) in buildLocationList()
|
| H A D | AsmPrinter.cpp | 937 const DIExpression *Expr = MI->getDebugExpression(); in emitDebugValueComment()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXPrologEpilogPass.cpp | 78 const DIExpression *DIExpr = MI.getDebugExpression(); in runOnMachineFunction() 80 … DIExpr = TRI.prependOffsetExpression(MI.getDebugExpression(), DIExpression::ApplyOffset, Offset); in runOnMachineFunction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | InstrRefBasedImpl.cpp | 372 DIExpr = MI.getDebugExpression(); in DbgValueProperties() 912 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in defVar() 927 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in defVar() 1160 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in redefVar() 1188 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in redefVar() 1594 const DIExpression *Expr = MI.getDebugExpression(); in transferDebugValue() 1653 const DIExpression *Expr = MI.getDebugExpression(); in transferDebugInstrRef() 1743 TTracker->addUseBeforeDef(V, {MI.getDebugExpression(), false}, *NewID); in transferDebugInstrRef() 2076 DebugVariable MIVar(MI.getDebugVariable(), MI.getDebugExpression(), in accumulateFragmentMap() 3155 DebugVariable VarA(A->getDebugVariable(), A->getDebugExpression(), in emitLocations() [all …]
|
| H A D | VarLocBasedImpl.cpp | 407 : Var(MI.getDebugVariable(), MI.getDebugExpression(), in VarLoc() 409 Expr(MI.getDebugExpression()), MI(MI), in VarLoc() 1244 MI.getDebugExpression()->getNumElements() != 0) in removeEntryValue() 1287 const DIExpression *Expr = MI.getDebugExpression(); in transferDebugValue() 1804 DebugVariable MIVar(MI.getDebugVariable(), MI.getDebugExpression(), in accumulateFragmentMap() 2003 if (MI.getDebugExpression()->getNumElements() > 0) in isEntryValueCandidate() 2031 DebugVariable V(MI.getDebugVariable(), MI.getDebugExpression(), in recordEntryValue() 2043 DIExpression::prepend(MI.getDebugExpression(), DIExpression::EntryValue); in recordEntryValue()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | PrologEpilogInserter.cpp | 196 const DIExpression *Expr = MI.getDebugExpression(); in stashEntryDbgValues() 199 Expr->fragmentsOverlap(DV->getDebugExpression()); in stashEntryDbgValues() 1236 const DIExpression *DIExpr = MI.getDebugExpression(); in replaceFrameIndices()
|
| H A D | MachineInstr.cpp | 871 const DIExpression *MachineInstr::getDebugExpression() const { in getDebugExpression() function in MachineInstr 876 return isDebugValue() && getDebugExpression()->isEntryValue(); in isDebugEntryValue() 2203 const DIExpression *Expr = MI.getDebugExpression(); in computeExprForSpill()
|
| H A D | LiveDebugVariables.cpp | 827 const DIExpression *Expr = MI.getDebugExpression(); in handleDebugValue() 851 auto *Expr = MI.getDebugExpression(); in handleDebugInstrRef()
|
| H A D | MachineSink.cpp | 566 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in ProcessDbgInst()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
| H A D | SystemZRegisterInfo.cpp | 312 DIExpression::appendOpsToArg(MI->getDebugExpression(), Ops, OpIdx)); in eliminateFrameIndex()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86OptimizeLEAs.cpp | 582 const DIExpression *Expr = MI.getDebugExpression(); in replaceDebugValue()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstr.h | 448 const DIExpression *getDebugExpression() const;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGISel.cpp | 606 const MDNode *Expr = MI->getDebugExpression(); in runOnMachineFunction()
|