| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DebugLocEntry.h | 141 bool isFragment() const { return getExpression()->isFragment(); } in isFragment() 142 bool isEntryVal() const { return getExpression()->isEntryValue(); } in isEntryVal() 167 const DIExpression *getExpression() const { return Expression; } in getExpression() function 241 return A.getExpression() == B.getExpression(); in sortUniqueValues() 282 return A.getExpression()->getFragmentInfo()->OffsetInBits < 283 B.getExpression()->getFragmentInfo()->OffsetInBits;
|
| H A D | DwarfDebug.cpp | 288 Expr(ValueLoc.getExpression()) { in Single() 1170 GVMap[GVE->getVariable()].push_back({&Global, GVE->getExpression()}); in beginModule() 1212 auto *Expr = GVE->getExpression(); in beginModule() 3077 auto *DIExpr = Value.getExpression(); in emitDebugLocValue()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugProgramInstruction.cpp | 35 Variable(DVI->getVariable()), Expression(DVI->getExpression()), 62 Expression(DVR.getExpression()), in DbgVariableRecord() 371 (getNumVariableLocationOps() == 0 && !getExpression()->isComplex()) || in isKillLocation() 376 return getExpression()->getFragmentInfo(); in getFragment() 380 if (auto Fragment = getExpression()->getFragmentInfo()) in getFragmentSizeInBits() 439 MetadataAsValue::get(Context, getExpression()), in createDebugIntrinsic() 448 MetadataAsValue::get(Context, getExpression())}; in createDebugIntrinsic()
|
| H A D | IntrinsicInst.cpp | 199 if (auto Fragment = getExpression()->getFragmentInfo()) in getFragmentSizeInBits()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineDebugify.cpp | 81 Expr = DVI->getExpression(); in applyDebugifyMetadataToMachineFunction() 94 Expr = DVR.getExpression(); in applyDebugifyMetadataToMachineFunction()
|
| H A D | AssignmentTrackingAnalysis.cpp | 1527 if (auto OptFragInfo = Source->getExpression()->getFragmentInfo()) { in emitDbgValue() 1541 Emit(Source->getRawLocation(), Source->getExpression()); in emitDbgValue() 1546 Emit(nullptr, Source->getExpression()); in emitDbgValue() 1833 if (auto F = DbgValue.getExpression()->getFragmentInfo()) in hasZeroSizedFragment() 2172 FragInfo = Assign->getExpression()->getFragmentInfo(); in buildOverlapMapAndRecordDeclares() 2254 FnVarLocs->addSingleLocVar(DebugVariable(DVR), DVR->getExpression(), in buildOverlapMapAndRecordDeclares() 2443 Record->getExpression(), Record->getDebugLoc(), in emitPromotedVarLocs()
|
| H A D | LiveDebugVariables.cpp | 159 WasList(Other.getWasList()), Expression(Other.getExpression()) { in DbgVariableValue() 178 Expression = Other.getExpression(); in operator =() 182 const DIExpression *getExpression() const { return Expression; } in getExpression() function in __anon093131440211::DbgVariableValue 1745 const DIExpression *Expr = DbgValue.getExpression(); in insertDebugValue()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | Local.cpp | 1616 if ((DVI->getVariable() == DIVar) && (DVI->getExpression() == DIExpr)) in PhiHasDebugValue() 1621 if ((DVR->getVariable() == DIVar) && (DVR->getExpression() == DIExpr)) in PhiHasDebugValue() 1639 DII->getExpression()->getActiveBits(DII->getVariable())) in valueCoversEntireFragment() 1666 DVR->getExpression()->getActiveBits(DVR->getVariable())) in valueCoversEntireFragment() 1713 auto *DIExpr = DII->getExpression(); in ConvertDebugDeclareToDebugValue() 1761 auto *DIExpr = DII->getExpression(); in InsertDebugValueAtStoreLoc() 1776 auto *DIExpr = DII->getExpression(); in ConvertDebugDeclareToDebugValue() 1803 auto *DIExpr = DVR->getExpression(); in ConvertDebugDeclareToDebugValue() 1848 auto *DIExpr = DVR->getExpression(); in InsertDebugValueAtStoreLoc() 1863 auto *DIExpr = DII->getExpression(); in ConvertDebugDeclareToDebugValue() [all …]
|
| H A D | PromoteMemoryToRegister.cpp | 169 DbgAssign->getExpression(), DbgAssign->getDebugLoc(), in updateForDeletedStore() 651 DbgItem->getExpression()->startsWithDeref()) { in rewriteSingleStoreAlloca() 654 } else if (DbgItem->getExpression()->startsWithDeref()) { in rewriteSingleStoreAlloca() 783 DbgItem->getExpression()->startsWithDeref()) in promoteSingleBlockAlloca() 937 DbgItem->getExpression()->startsWithDeref()) in run()
|
| H A D | MemoryTaggingSupport.cpp | 320 DIExpression::appendOpsToArg(DPtr->getExpression(), NewOps, LocNo)); in annotateDebugRecords()
|
| H A D | BasicBlockUtils.cpp | 389 DebugVariable Key(DVR.getVariable(), DVR.getExpression(), in DbgVariableRecordsRemoveRedundantDbgInstrsUsingBackwardScan() 464 VMI->second.second != DVR.getExpression()) { in DbgVariableRecordsRemoveRedundantDbgInstrsUsingForwardScan() 466 VMI->second = {Values, DVR.getExpression()}; in DbgVariableRecordsRemoveRedundantDbgInstrsUsingForwardScan()
|
| H A D | LoopRotationUtils.cpp | 557 D->getExpression()}; in rotateLoop()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | StripSymbols.cpp | 226 if (DIG->getExpression() && DIG->getExpression()->isConstant() && in stripDeadDebugInfoImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SDNodeDbgValue.h | 184 DIExpression *getExpression() const { return Expr; } in getExpression() function
|
| H A D | InstrEmitter.cpp | 787 const DIExpression *Expr = SD->getExpression(); in EmitDbgInstrRef() 919 DIExpression::convertToUndefExpression(SD->getExpression()); in EmitDbgNoLocation() 929 DIExpression *Expr = SD->getExpression(); in EmitDbgValueList() 945 DIExpression *Expr = SD->getExpression(); in EmitDbgValueFromSingleOp()
|
| H A D | SelectionDAGBuilder.h | 121 DIExpression *getExpression() const { return Expression; } in getExpression() function 140 OS << ", expr=" << *P.DDI.getExpression()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicInst.h | 368 return getWrappedLocation().isKillLocation(getExpression()); in isKillLocation() 375 DIExpression *getExpression() const { in getExpression() function 408 return getExpression()->getFragmentInfo(); in getFragment() 419 if (auto Frag = getExpression()->getFragmentInfo()) in getFragmentOrEntireVariable()
|
| H A D | DebugProgramInstruction.h | 459 DIExpression *getExpression() const { return Expression.get(); } in getExpression() function
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
| H A D | CoverageMappingWriter.cpp | 116 C = Counter::getExpression(AdjustedExpressionIDs[C.getExpressionID()]); in adjust()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 551 return DDI->getExpression()->getNumElements() == 0; in cacheDIVar() 1132 DDI->getExpression(), DDI->getDebugLoc(), in insertSpills() 1928 DVI.getExpression(), SkipOutermostLoad); in salvageDebugInfo() 1970 DVR.getExpression(), SkipOutermostLoad); in salvageDebugInfo()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/ |
| H A D | Nodes.h | 336 Expression *getExpression();
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
| H A D | Nodes.cpp | 325 syntax::Expression *syntax::ExpressionStatement::getExpression() { in getExpression() function in syntax::ExpressionStatement
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SROA.cpp | 381 DAI->getExpression()->getFragmentInfo(); in migrateDebugInfo() 384 DVR->getExpression()->getFragmentInfo(); in migrateDebugInfo() 397 auto *Expr = DbgAssign->getExpression(); in migrateDebugInfo() 466 !DbgAssign->getExpression()->isSingleLocationExpression()); in migrateDebugInfo() 5138 return cast<DbgDeclareInst>(DVI)->getExpression(); in getAddressExpression() 5144 return DVR->getExpression(); in getAddressExpression() 5268 DIExpression *NewFragmentExpr = Orig->getExpression(); in insertNewDbgInst() 5307 Orig->isDbgAssign() ? Orig->getExpression() : NewAddrExpr; in insertNewDbgInst()
|
| H A D | DeadStoreElimination.cpp | 517 Assign->getExpression() in shortenAssignment() 522 Assign->getExpression(), RelativeOffset, DeadFragment.SizeInBits)) { in shortenAssignment()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstructionCombining.cpp | 1430 DIExpression::appendOpsToArg(DbgVal->getExpression(), Ops, Idx)); in freelyInvertAllUsersOf() 3703 if (DVI->isAddressOfVariable() || DVI->getExpression()->startsWithDeref()) in visitAllocSite() 3706 if (DVR->isAddressOfVariable() || DVR->getExpression()->startsWithDeref()) in visitAllocSite() 5306 DebugVariable(User->getVariable(), User->getExpression(), in tryToSinkInstructionDbgValues() 5374 DebugVariable(DVR->getVariable(), DVR->getExpression(), in tryToSinkInstructionDbgVariableRecords() 5395 DebugVariable(DVR.getVariable(), DVR.getExpression(), in tryToSinkInstructionDbgVariableRecords() 5417 DebugVariable(DVR->getVariable(), DVR->getExpression(), in tryToSinkInstructionDbgVariableRecords()
|