Searched refs:FragmentExpr (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SROA.cpp | 4545 auto *FragmentExpr = Expr; in splitAlloca() local 4562 if (auto OrigFragment = FragmentExpr->getFragmentInfo()) { in splitAlloca() 4581 FragmentExpr = *E; in splitAlloca() 4600 DIB.insertDeclare(Fragment.Alloca, DbgDeclare->getVariable(), FragmentExpr, in splitAlloca()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 1412 auto FragmentExpr = DIExpression::createFragmentExpression( in handleDebugValue() local 1414 if (!FragmentExpr) in handleDebugValue() 1417 Var, *FragmentExpr, RegAndSize.first, false, dl, SDNodeOrder); in handleDebugValue() 5658 auto FragmentExpr = DIExpression::createFragmentExpression( in EmitFuncArgumentDbgValue() local 5663 if (!FragmentExpr) { in EmitFuncArgumentDbgValue() 5670 MakeVRegDbgValue(RegAndSize.first, *FragmentExpr, IsDbgDeclare); in EmitFuncArgumentDbgValue()
|