Searched refs:getFrameIndexDbgValue (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 1666 SDDbgValue *getFrameIndexDbgValue(DIVariable *Var, DIExpression *Expr, 1671 SDDbgValue *getFrameIndexDbgValue(DIVariable *Var, DIExpression *Expr,
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 9854 SDDbgValue *SelectionDAG::getFrameIndexDbgValue(DIVariable *Var, in getFrameIndexDbgValue() function in SelectionDAG 9861 return getFrameIndexDbgValue(Var, Expr, FI, {}, IsIndirect, DL, O); in getFrameIndexDbgValue() 9865 SDDbgValue *SelectionDAG::getFrameIndexDbgValue(DIVariable *Var, in getFrameIndexDbgValue() function in SelectionDAG
|
| H A D | SelectionDAGBuilder.cpp | 5734 return DAG.getFrameIndexDbgValue(Variable, Expr, FISDN->getIndex(), in getDbgValue() 6070 SDDbgValue *SDV = DAG.getFrameIndexDbgValue( in visitIntrinsicCall() 6094 DAG.getFrameIndexDbgValue(Variable, Expression, FINode->getIndex(), in visitIntrinsicCall()
|