Searched refs:getFrameIndexDbgValue (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 1493 SDDbgValue *getFrameIndexDbgValue(DIVariable *Var, DIExpression *Expr, 1498 SDDbgValue *getFrameIndexDbgValue(DIVariable *Var, DIExpression *Expr,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 8787 SDDbgValue *SelectionDAG::getFrameIndexDbgValue(DIVariable *Var, in getFrameIndexDbgValue() function in SelectionDAG 8794 return getFrameIndexDbgValue(Var, Expr, FI, {}, IsIndirect, DL, O); in getFrameIndexDbgValue() 8798 SDDbgValue *SelectionDAG::getFrameIndexDbgValue(DIVariable *Var, in getFrameIndexDbgValue() function in SelectionDAG
|
| H A D | SelectionDAGBuilder.cpp | 5731 return DAG.getFrameIndexDbgValue(Variable, Expr, FISDN->getIndex(), in getDbgValue() 6059 SDDbgValue *SDV = DAG.getFrameIndexDbgValue( in visitIntrinsicCall() 6083 DAG.getFrameIndexDbgValue(Variable, Expression, FINode->getIndex(), in visitIntrinsicCall()
|