Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h76 bool isFragment() const { return getExpression()->isFragment(); } in isFragment()
77 const DIExpression *getExpression() const { return Expression; } in getExpression() function
146 return A.getExpression() == B.getExpression(); in sortUniqueValues()
181 return A.getExpression()->getFragmentInfo()->OffsetInBits <
182 B.getExpression()->getFragmentInfo()->OffsetInBits;
H A DDwarfDebug.cpp726 GVMap[GVE->getVariable()].push_back({&Global, GVE->getExpression()}); in beginModule()
777 auto *Expr = GVE->getExpression(); in beginModule()
1164 return DIExpr->fragmentsOverlap(R.getExpression()); in buildLocationList()
1904 auto *DIExpr = Value.getExpression(); in emitDebugLocValue()
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DStripSymbols.cpp338 if (DIG->getExpression() && DIG->getExpression()->isConstant()) in runOnModule()
H A DGlobalOpt.cpp443 DIExpression *Expr = GVE->getExpression(); in transferSRADebugInfo()
1652 DIExpression *E = GVe->getExpression(); in TryToShrinkGlobalToBoolean()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLocal.cpp1227 DVI->getExpression() == DIExpr) in LdStHasDebugValue()
1244 if ((DVI->getVariable() == DIVar) && (DVI->getExpression() == DIExpr)) in PhiHasDebugValue()
1282 auto *DIExpr = DII->getExpression(); in ConvertDebugDeclareToDebugValue()
1310 auto *DIExpr = DII->getExpression(); in ConvertDebugDeclareToDebugValue()
1339 auto *DIExpr = DII->getExpression(); in ConvertDebugDeclareToDebugValue()
1527 auto *DIExpr = DII->getExpression(); in replaceDbgDeclare()
1551 auto *DIExpr = DVI->getExpression(); in replaceOneDbgValueForAlloca()
1603 auto *DIExpr = DII->getExpression(); in salvageDebugInfo()
1702 auto *DIExpr = DII->getExpression(); in salvageDebugInfo()
1820 return DII.getExpression(); in replaceAllDbgUsesWith()
[all …]
H A DLoopUtils.cpp571 auto Key = DeadDebugSet.find({DVI->getVariable(), DVI->getExpression()}); in deleteDeadLoop()
574 DeadDebugSet.insert({DVI->getVariable(), DVI->getExpression()}); in deleteDeadLoop()
587 DVI->getExpression(), DVI->getDebugLoc(), ExitBlock->getFirstNonPHI()); in deleteDeadLoop()
H A DLoopRotationUtils.cpp314 return {{D->getVariableLocation(), D->getVariable()}, D->getExpression()}; in rotateLoop()
H A DBasicBlockUtils.cpp207 auto R = DbgValueSet.insert({DVI->getVariable(), DVI->getExpression()}); in MergeBlockIntoPredecessor()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h97 DIExpression *getExpression() const { return Expr; } in getExpression() function
H A DFastISel.cpp1389 *Op, DI->getVariable(), DI->getExpression()); in selectIntrinsicCall()
1408 DI->getVariable(), DI->getExpression()); in selectIntrinsicCall()
1415 .addMetadata(DI->getExpression()); in selectIntrinsicCall()
1421 .addMetadata(DI->getExpression()); in selectIntrinsicCall()
1427 .addMetadata(DI->getExpression()); in selectIntrinsicCall()
1432 DI->getVariable(), DI->getExpression()); in selectIntrinsicCall()
H A DInstrEmitter.cpp698 MDNode *Expr = SD->getExpression(); in EmitDbgValue()
H A DSelectionDAGBuilder.cpp1137 DIExpression *DanglingExpr = DI->getExpression(); in dropDanglingDebugInfo()
1167 DIExpression *Expr = DI->getExpression(); in resolveDanglingDebugInfo()
5229 DIExpression *Expression = DI.getExpression(); in visitIntrinsicCall()
5320 DIExpression *Expression = DI.getExpression(); in visitIntrinsicCall()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DIntrinsicInst.cpp54 if (auto Fragment = getExpression()->getFragmentInfo()) in getFragmentSizeInBits()
H A DMetadata.cpp1479 E = GVE->getExpression(); in copyMetadata()
H A DVerifier.cpp1268 if (auto *Expr = GVE.getExpression()) { in visitDIGlobalVariableExpression()
4662 AssertDI(DII.getExpression() && DII.getExpression()->getNumElements(), in visitDbgIntrinsic()
/freebsd-12.1/contrib/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingWriter.cpp81 C = Counter::getExpression(AdjustedExpressionIDs[C.getExpressionID()]); in adjust()
H A DCoverageMapping.cpp51 return Counter::getExpression(It->second); in get()
55 return Counter::getExpression(I); in get()
H A DCoverageMappingReader.cpp128 C = Counter::getExpression(ID); in decodeCounter()
/freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp821 MF->setVariableDbgInfo(DI.getVariable(), DI.getExpression(), in translateKnownIntrinsic()
827 DI.getVariable(), DI.getExpression()); in translateKnownIntrinsic()
867 MIRBuilder.buildIndirectDbgValue(0, DI.getVariable(), DI.getExpression()); in translateKnownIntrinsic()
869 MIRBuilder.buildConstDbgValue(*CI, DI.getVariable(), DI.getExpression()); in translateKnownIntrinsic()
876 MIRBuilder.buildDirectDbgValue(Reg, DI.getVariable(), DI.getExpression()); in translateKnownIntrinsic()
/freebsd-12.1/contrib/llvm/tools/opt/
H A DDebugify.cpp183 if (DVI->getExpression()->getNumElements()) in diagnoseMisSizedDbgValue()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DIntrinsicInst.h105 DIExpression *getExpression() const { in getExpression() function
H A DDebugInfoMetadata.h2979 return getTemporary(getContext(), getVariable(), getExpression());
2997 DIExpression *getExpression() const {
/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h139 static Counter getExpression(unsigned ExpressionId) { in getExpression() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParser.cpp1583 setExprAnnotation(Tok, Classification.getExpression()); in TryAnnotateName()
/freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp526 if (auto *DIExpr = DDI->getExpression()) in upgradeDeclareExpressions()

12