Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/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.cpp1183 GVMap[GVE->getVariable()].push_back({&Global, GVE->getExpression()}); in beginModule()
1233 auto *Expr = GVE->getExpression(); in beginModule()
2488 auto *DIExpr = Value.getExpression(); in emitDebugLocValue()
/netbsd-src/external/apache2/llvm/dist/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()
1186 DIExpression *E = GVe->getExpression(); in TryToShrinkGlobalToBoolean()
/netbsd-src/external/apache2/llvm/dist/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.cpp1374 if ((DVI->getVariable() == DIVar) && (DVI->getExpression() == DIExpr)) in PhiHasDebugValue()
1437 auto *DIExpr = DII->getExpression(); in ConvertDebugDeclareToDebugValue()
1463 auto *DIExpr = DII->getExpression(); in ConvertDebugDeclareToDebugValue()
1491 auto *DIExpr = DII->getExpression(); in ConvertDebugDeclareToDebugValue()
1583 DIExpression::append(DDI->getExpression(), dwarf::DW_OP_deref); in LowerDbgDeclare()
1674 auto *DIExpr = DII->getExpression(); in replaceDbgDeclare()
1689 auto *DIExpr = DVI->getExpression(); in replaceOneDbgValueForAlloca()
1741 I, DII->getExpression(), StackValue, LocNo, AdditionalValues); in salvageDebugInfoForDbgValues()
2022 return DII.getExpression(); in replaceAllDbgUsesWith()
2054 return DIExpression::appendExt(DII.getExpression(), ToBits, FromBits, in replaceAllDbgUsesWith()
H A DLoopUtils.cpp694 DeadDebugSet.find({DVI->getVariable(), DVI->getExpression()}); in deleteDeadLoop()
697 DeadDebugSet.insert({DVI->getVariable(), DVI->getExpression()}); in deleteDeadLoop()
713 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineDebugify.cpp83 Expr = DVI->getExpression(); in applyDebugifyMetadataToMachineFunction()
H A DLiveDebugVariables.cpp155 WasList(Other.getWasList()), Expression(Other.getExpression()) { in DbgVariableValue()
174 Expression = Other.getExpression(); in operator =()
178 const DIExpression *getExpression() const { return Expression; } in getExpression() function in __anonfbf3834f0211::DbgVariableValue
1593 const DIExpression *Expr = DbgValue.getExpression(); in insertDebugValue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h182 DIExpression *getExpression() const { return Expr; } in getExpression() function
H A DFastISel.cpp1264 *Op, DI->getVariable(), DI->getExpression()); in selectIntrinsicCall()
1284 DI->getVariable(), DI->getExpression()); in selectIntrinsicCall()
1291 .addMetadata(DI->getExpression()); in selectIntrinsicCall()
1297 .addMetadata(DI->getExpression()); in selectIntrinsicCall()
1303 .addMetadata(DI->getExpression()); in selectIntrinsicCall()
1308 DI->getVariable(), DI->getExpression()); in selectIntrinsicCall()
H A DInstrEmitter.cpp680 MDNode *Expr = SD->getExpression(); in EmitDbgValue()
815 MDNode *Expr = SD->getExpression(); in EmitDbgInstrRef()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/
H A DNodes.h341 Expression *getExpression();
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DIntrinsicInst.cpp139 if (auto Fragment = getExpression()->getFragmentInfo()) in getFragmentSizeInBits()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIntrinsicInst.h249 !getExpression()->isComplex()) || in isUndef()
257 DIExpression *getExpression() const { in getExpression() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DNodes.cpp325 syntax::Expression *syntax::ExpressionStatement::getExpression() { in getExpression() function in syntax::ExpressionStatement
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1872 MF->setVariableDbgInfo(DI.getVariable(), DI.getExpression(), in translateKnownIntrinsic()
1878 DI.getVariable(), DI.getExpression()); in translateKnownIntrinsic()
1919 MIRBuilder.buildIndirectDbgValue(0, DI.getVariable(), DI.getExpression()); in translateKnownIntrinsic()
1921 MIRBuilder.buildConstDbgValue(*CI, DI.getVariable(), DI.getExpression()); in translateKnownIntrinsic()
1928 MIRBuilder.buildDirectDbgValue(Reg, DI.getVariable(), DI.getExpression()); in translateKnownIntrinsic()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp774 return DDI->getExpression()->getNumElements() == 0; in cacheDIVar()
1616 DDI->getExpression(), DDI->getDebugLoc(), in insertSpills()
2449 DIExpression *Expr = DVI->getExpression(); in salvageDebugInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h142 static Counter getExpression(unsigned ExpressionId) { in getExpression() function

12