Home
last modified time | relevance | path

Searched refs:getExpression (Results 1 – 25 of 53) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h141 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 DDwarfDebug.cpp288 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 DDebugProgramInstruction.cpp35 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 DIntrinsicInst.cpp199 if (auto Fragment = getExpression()->getFragmentInfo()) in getFragmentSizeInBits()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineDebugify.cpp81 Expr = DVI->getExpression(); in applyDebugifyMetadataToMachineFunction()
94 Expr = DVR.getExpression(); in applyDebugifyMetadataToMachineFunction()
H A DAssignmentTrackingAnalysis.cpp1527 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 DLiveDebugVariables.cpp159 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 DLocal.cpp1616 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 DPromoteMemoryToRegister.cpp169 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 DMemoryTaggingSupport.cpp320 DIExpression::appendOpsToArg(DPtr->getExpression(), NewOps, LocNo)); in annotateDebugRecords()
H A DBasicBlockUtils.cpp389 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 DLoopRotationUtils.cpp557 D->getExpression()}; in rotateLoop()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DStripSymbols.cpp226 if (DIG->getExpression() && DIG->getExpression()->isConstant() && in stripDeadDebugInfoImpl()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h184 DIExpression *getExpression() const { return Expr; } in getExpression() function
H A DInstrEmitter.cpp787 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 DSelectionDAGBuilder.h121 DIExpression *getExpression() const { return Expression; } in getExpression() function
140 OS << ", expr=" << *P.DDI.getExpression()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h368 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 DDebugProgramInstruction.h459 DIExpression *getExpression() const { return Expression.get(); } in getExpression() function
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingWriter.cpp116 C = Counter::getExpression(AdjustedExpressionIDs[C.getExpressionID()]); in adjust()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp551 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 DNodes.h336 Expression *getExpression();
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DNodes.cpp325 syntax::Expression *syntax::ExpressionStatement::getExpression() { in getExpression() function in syntax::ExpressionStatement
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp381 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 DDeadStoreElimination.cpp517 Assign->getExpression() in shortenAssignment()
522 Assign->getExpression(), RelativeOffset, DeadFragment.SizeInBits)) { in shortenAssignment()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1430 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()

123