Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h150 bool isFragment() const { return getExpression()->isFragment(); } in isFragment()
151 bool isEntryVal() const { return getExpression()->isEntryValue(); } in isEntryVal()
153 const DIExpression *getExpression() const { return Expression; } in getExpression() function
220 return A.getExpression() == B.getExpression(); in sortUniqueValues()
261 return A.getExpression()->getFragmentInfo()->OffsetInBits <
262 B.getExpression()->getFragmentInfo()->OffsetInBits;
H A DDwarfDebug.h155 assert(!Value.getExpression()->isFragment() && "Fragments not supported."); in initializeDbgValue()
158 if (auto *E = ValueLoc->getExpression()) in initializeDbgValue()
H A DDwarfDebug.cpp1170 GVMap[GVE->getVariable()].push_back({&Global, GVE->getExpression()}); in beginModule()
1220 auto *Expr = GVE->getExpression(); in beginModule()
2538 auto *DIExpr = Value.getExpression(); in emitDebugLocValue()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DStripSymbols.cpp336 if (DIG->getExpression() && DIG->getExpression()->isConstant()) in stripDeadDebugInfoImpl()
H A DGlobalOpt.cpp482 DIExpression *Expr = GVE->getExpression(); in transferSRADebugInfo()
1196 DIExpression *E = GVe->getExpression(); in TryToShrinkGlobalToBoolean()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineDebugify.cpp83 Expr = DVI->getExpression(); in applyDebugifyMetadataToMachineFunction()
H A DLiveDebugVariables.cpp158 WasList(Other.getWasList()), Expression(Other.getExpression()) { in DbgVariableValue()
177 Expression = Other.getExpression(); in operator =()
181 const DIExpression *getExpression() const { return Expression; } in getExpression() function in __anonef106bf80211::DbgVariableValue
1710 const DIExpression *Expr = DbgValue.getExpression(); in insertDebugValue()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp427 } else if (DII->getExpression()->startsWithDeref()) { in rewriteSingleStoreAlloca()
538 if (DII->isAddressOfVariable() || DII->getExpression()->startsWithDeref()) in promoteSingleBlockAlloca()
682 if (DII->isAddressOfVariable() || DII->getExpression()->startsWithDeref()) in run()
H A DLocal.cpp1383 if ((DVI->getVariable() == DIVar) && (DVI->getExpression() == DIExpr)) in PhiHasDebugValue()
1446 auto *DIExpr = DII->getExpression(); in ConvertDebugDeclareToDebugValue()
1472 auto *DIExpr = DII->getExpression(); in ConvertDebugDeclareToDebugValue()
1500 auto *DIExpr = DII->getExpression(); in ConvertDebugDeclareToDebugValue()
1592 DIExpression::append(DDI->getExpression(), dwarf::DW_OP_deref); in LowerDbgDeclare()
1683 auto *DIExpr = DII->getExpression(); in replaceDbgDeclare()
1698 auto *DIExpr = DVI->getExpression(); in replaceOneDbgValueForAlloca()
1755 DIExpression *SalvagedExpr = DII->getExpression(); in salvageDebugInfoForDbgValues()
2046 return DII.getExpression(); in replaceAllDbgUsesWith()
2078 return DIExpression::appendExt(DII.getExpression(), ToBits, FromBits, in replaceAllDbgUsesWith()
H A DLoopUtils.cpp633 DeadDebugSet.find({DVI->getVariable(), DVI->getExpression()}); in deleteDeadLoop()
636 DeadDebugSet.insert({DVI->getVariable(), DVI->getExpression()}); in deleteDeadLoop()
652 DVI->getVariable(), DVI->getExpression(), in deleteDeadLoop()
H A DBasicBlockUtils.cpp362 DVI->getExpression(), in removeRedundantDbgInstrsUsingBackwardScan()
417 VMI->second.second != DVI->getExpression()) { in removeRedundantDbgInstrsUsingForwardScan()
418 VariableMap[Key] = {Values, DVI->getExpression()}; in removeRedundantDbgInstrsUsingForwardScan()
H A DLoopRotationUtils.cpp399 D->getExpression()}; in rotateLoop()
H A DDebugify.cpp644 if (DVI->getExpression()->getNumElements()) in diagnoseMisSizedDbgValue()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h182 DIExpression *getExpression() const { return Expr; } in getExpression() function
H A DFastISel.cpp1262 DI->getVariable(), DI->getExpression()); in selectIntrinsicCall()
1271 DIExpression::prepend(DI->getExpression(), DIExpression::DerefBefore); in selectIntrinsicCall()
1293 DI->getVariable(), DI->getExpression()); in selectIntrinsicCall()
1300 .addMetadata(DI->getExpression()); in selectIntrinsicCall()
1306 .addMetadata(DI->getExpression()); in selectIntrinsicCall()
1312 .addMetadata(DI->getExpression()); in selectIntrinsicCall()
1318 DI->getVariable(), DI->getExpression()); in selectIntrinsicCall()
H A DInstrEmitter.cpp679 MDNode *Expr = SD->getExpression(); in EmitDbgValue()
768 MDNode *Expr = SD->getExpression(); in EmitDbgInstrRef()
861 MDNode *Expr = SD->getExpression(); in EmitDbgNoLocation()
875 MDNode *Expr = SD->getExpression(); in EmitDbgValueFromSingleOp()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingWriter.cpp118 C = Counter::getExpression(AdjustedExpressionIDs[C.getExpressionID()]); in adjust()
H A DCoverageMapping.cpp50 return Counter::getExpression(It->second); in get()
54 return Counter::getExpression(I); in get()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DNodes.h341 Expression *getExpression();
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h249 !getExpression()->isComplex()) || in isUndef()
257 DIExpression *getExpression() const { in getExpression() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp139 if (auto Fragment = getExpression()->getFragmentInfo()) in getFragmentSizeInBits()
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DNodes.cpp325 syntax::Expression *syntax::ExpressionStatement::getExpression() { in getExpression() function in syntax::ExpressionStatement
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1901 MF->setVariableDbgInfo(DI.getVariable(), DI.getExpression(), in translateKnownIntrinsic()
1907 DI.getVariable(), DI.getExpression()); in translateKnownIntrinsic()
1948 MIRBuilder.buildIndirectDbgValue(0, DI.getVariable(), DI.getExpression()); in translateKnownIntrinsic()
1950 MIRBuilder.buildConstDbgValue(*CI, DI.getVariable(), DI.getExpression()); in translateKnownIntrinsic()
1957 MIRBuilder.buildDirectDbgValue(Reg, DI.getVariable(), DI.getExpression()); in translateKnownIntrinsic()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp786 return DDI->getExpression()->getNumElements() == 0; in cacheDIVar()
1654 DDI->getExpression(), DDI->getDebugLoc(), in insertSpills()
2510 DIExpression *Expr = DVI->getExpression(); in salvageDebugInfo()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h142 static Counter getExpression(unsigned ExpressionId) { in getExpression() function

12