Home
last modified time | relevance | path

Searched defs:DVI (Results 1 – 25 of 28) sorted by relevance

12

/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryTaggingSupport.cpp160 if (auto *DVI = dyn_cast<DbgVariableIntrinsic>(&Inst)) { visit() local
289 DynCastToDbgAssign(DbgVariableIntrinsic * DVI) DynCastToDbgAssign() argument
H A DMemoryOpRemark.cpp324 auto FindDI = [&](const auto *DVI) { in visitVariable()
H A DDebugify.cpp356 HandleDbgVariable(DVI); in collectDebugInfoMetadata() local
602 HandleDbgVariable(DVI); in checkDebugInfoMetadata() local
778 if (!DVI) in checkDebugifyMetadata() local
H A DLCSSA.cpp249 for (auto *DVI : DbgValues) { formLCSSAForInstructions() local
H A DCloneFunction.cpp683 if (const auto *DVI = dyn_cast<DbgVariableIntrinsic>(&I)) CloneAndPruneIntoFromInst() local
850 for (const auto *DVI : DbgIntrinsics) { CloneAndPruneIntoFromInst() local
H A DBasicBlockUtils.cpp449 DebugVariable Key(DVI->getVariable(), in removeRedundantDbgInstrsUsingBackwardScan() local
590 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(&I)) { removeRedundantDbgInstrsUsingForwardScan() local
654 __anonffa0959f0202(DbgValueInst *DVI) removeUndefDbgAssignsFromEntryBlock() argument
662 DbgValueInst *DVI = dyn_cast<DbgValueInst>(&I); removeUndefDbgAssignsFromEntryBlock() local
[all...]
H A DLocal.cpp1580 for (auto *DVI : DbgValues) { PhiHasDebugValue() local
2155 updateOneDbgValueForAlloca(const DebugLoc & Loc,DILocalVariable * DIVar,DIExpression * DIExpr,Value * NewAddress,DbgValueInst * DVI,DbgVariableRecord * DVR,DIBuilder & Builder,int Offset) updateOneDbgValueForAlloca() argument
2188 for (auto *DVI : DbgUsers) replaceDbgValueForAlloca() local
3705 if (auto DVI = dyn_cast<DbgVariableIntrinsic>(Inst)) remapDebugVariable() local
[all...]
H A DLoopUtils.cpp651 auto *DVI = dyn_cast<DbgVariableIntrinsic>(&I); deleteDeadLoop() local
672 for (auto *DVI : DeadDebugInst) deleteDeadLoop() local
H A DCodeExtractor.cpp1659 auto *DVI = cast<DbgVariableIntrinsic>(DII); fixupDebugInfoPostExtraction() local
[all...]
/llvm-project/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp129 else if (const DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) { printInfoComment() local
/llvm-project/llvm/lib/CodeGen/
H A DMachineDebugify.cpp73 auto *DVI = dyn_cast<DbgValueInst>(U.getUser()); in applyDebugifyMetadataToMachineFunction() local
H A DAssignmentTrackingAnalysis.cpp1515 CastToDbgAssign(DbgVariableIntrinsic * DVI) CastToDbgAssign() argument
1851 auto *DVI = dyn_cast<DbgVariableIntrinsic>(&I); processDbgInstruction() local
1861 else if (auto *DVI = dyn_cast<DbgValueInst>(&I)) processDbgInstruction() local
2125 DynCastToDbgDeclare(DbgVariableIntrinsic * DVI) DynCastToDbgDeclare() argument
2475 auto *DVI = dyn_cast<DbgValueInst>(&I); emitPromotedVarLocs() local
[all...]
H A DCodeGenPrepare.cpp3262 for (auto *DVI : DbgValues) undo() local
8544 DbgValueInst &DVI = *cast<DbgValueInst>(I); fixupDbgValue() local
8600 DbgInserterHelper(DbgValueInst * DVI,Instruction * VI) DbgInserterHelper() argument
8673 DbgValueInst *DVI = dyn_cast<DbgValueInst>(&Insn); placeDbgValues() local
[all...]
/llvm-project/llvm/lib/IR/
H A DUser.cpp36 if (auto DVI = dyn_cast_or_null<DbgVariableIntrinsic>(this)) { in replaceUsesOfWith() local
H A DDebugProgramInstruction.cpp31 DbgVariableRecord::DbgVariableRecord(const DbgVariableIntrinsic *DVI) in DbgVariableRecord() argument
431 DbgVariableIntrinsic *DVI; in createDebugIntrinsic() local
[all...]
H A DBasicBlock.cpp86 if (DbgVariableIntrinsic *DVI = dyn_cast<DbgVariableIntrinsic>(&I)) { in convertToNewDbgValues() local
H A DValue.cpp579 for (auto *DVI : DbgUsers) { in replaceDbgUsesOutsideBlock() local
H A DDIBuilder.cpp1008 auto *DVI = cast<DbgAssignIntrinsic>(B.CreateCall(AssignFn, Args)); insertDbgAssign() local
1030 DbgInstPtr DVI = insertDbgValueIntrinsic( insertDbgValueIntrinsic() local
H A DDebugInfo.cpp107 if (IntrinsicT *DVI = dyn_cast<IntrinsicT>(U)) findDbgIntrinsics() local
241 if (auto *DVI = dyn_cast<DbgVariableIntrinsic>(&I)) processInstruction() local
1882 getFragmentOrEntireVariable(const DbgVariableIntrinsic * DVI) getFragmentOrEntireVariable() argument
/llvm-project/llvm/unittests/Transforms/Utils/
H A DDebugifyTest.cpp61 if (auto *DVI = dyn_cast<DbgVariableIntrinsic>(&I)) in runOnFunction() local
H A DLocalTest.cpp973 return any_of(BDbgRecs, [&](DbgVariableRecord *DVI) { in TEST()
1418 DbgValueInst *DVI = dyn_cast<DbgValueInst>(It); in TEST() local
/llvm-project/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp657 if (auto *DVI = dyn_cast<DbgValueInst>(&*BI)) { filterInstsUnrelatedToPDI() local
/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp720 if (auto *DVI = dyn_cast<DbgVariableIntrinsic>(&I)) collectDbgVariableIntrinsics() local
751 __anon631b365a0402(auto *DVI) salvageDebugInfo() argument
[all...]
H A DCoroFrame.cpp2012 for (auto *DVI : DIs) insertSpills() local
2952 salvageDebugInfo(SmallDenseMap<Argument *,AllocaInst *,4> & ArgToAllocaMap,DbgVariableIntrinsic & DVI,bool OptimizeFrame,bool UseEntryValue) salvageDebugInfo() argument
[all...]
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3294 for (auto *DVI : DVIs) visitAllocSite() local
3341 for (auto *DVI : DVIs) visitAllocSite() local
[all...]

12