Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp125 else if (const DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) { printInfoComment() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineDebugify.cpp72 auto *DVI = dyn_cast<DbgValueInst>(U.getUser()); applyDebugifyMetadataToMachineFunction() local
H A DAssignmentTrackingAnalysis.cpp1513 CastToDbgAssign(DbgVariableIntrinsic * DVI) CastToDbgAssign() argument
1849 auto *DVI = dyn_cast<DbgVariableIntrinsic>(&I); processDbgInstruction() local
1859 else if (auto *DVI = dyn_cast<DbgValueInst>(&I)) processDbgInstruction() local
2118 DynCastToDbgDeclare(DbgVariableIntrinsic * DVI) DynCastToDbgDeclare() argument
2468 auto *DVI = dyn_cast<DbgValueInst>(&I); emitPromotedVarLocs() local
[all...]
H A DCodeGenPrepare.cpp3168 for (auto *DVI : DbgValues) undo() local
8429 DbgValueInst &DVI = *cast<DbgValueInst>(I); fixupDbgValue() local
8484 DbgInserterHelper(DbgValueInst * DVI,Instruction * VI) DbgInserterHelper() argument
8557 DbgValueInst *DVI = dyn_cast<DbgValueInst>(&Insn); placeDbgValues() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSpeculativeExecution.cpp268 if (const auto *DVI = dyn_cast<DbgVariableIntrinsic>(U)) { considerHoistingFromTo() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryTaggingSupport.cpp140 if (auto *DVI = dyn_cast<DbgVariableIntrinsic>(&Inst)) { visit() local
H A DDebugify.cpp341 if (auto *DVI = dyn_cast<DbgVariableIntrinsic>(&I)) { collectDebugInfoMetadata() local
584 if (auto *DVI = dyn_cast<DbgVariableIntrinsic>(&I)) { checkDebugInfoMetadata() local
666 diagnoseMisSizedDbgValue(Module & M,DbgValueInst * DVI) diagnoseMisSizedDbgValue() argument
759 auto *DVI = dyn_cast<DbgValueInst>(&I); checkDebugifyMetadata() local
H A DMemoryOpRemark.cpp324 auto FindDI = [&](const auto *DVI) { in visitVariable() argument
H A DLCSSA.cpp249 for (auto *DVI : DbgValues) { in formLCSSAForInstructions() local
H A DBasicBlockUtils.cpp440 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(&I)) { removeRedundantDbgInstrsUsingBackwardScan() local
579 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(&I)) { removeRedundantDbgInstrsUsingForwardScan() local
643 __anonb016773e0202(DbgValueInst *DVI) removeUndefDbgAssignsFromEntryBlock() argument
651 DbgValueInst *DVI = dyn_cast<DbgValueInst>(&I); removeUndefDbgAssignsFromEntryBlock() local
[all...]
H A DCloneFunction.cpp698 if (const auto *DVI = dyn_cast<DbgVariableIntrinsic>(&I)) CloneAndPruneIntoFromInst() local
879 for (const auto *DVI : DbgIntrinsics) { CloneAndPruneIntoFromInst() local
H A DLoopUtils.cpp650 auto *DVI = dyn_cast<DbgVariableIntrinsic>(&I); deleteDeadLoop() local
671 for (auto *DVI : DeadDebugInst) deleteDeadLoop() local
H A DLocal.cpp1575 for (auto *DVI : DbgValues) { PhiHasDebugValue() local
2139 updateOneDbgValueForAlloca(const DebugLoc & Loc,DILocalVariable * DIVar,DIExpression * DIExpr,Value * NewAddress,DbgValueInst * DVI,DPValue * DPV,DIBuilder & Builder,int Offset) updateOneDbgValueForAlloca() argument
2171 for (auto *DVI : DbgUsers) replaceDbgValueForAlloca() local
[all...]
H A DCodeExtractor.cpp1631 auto *DVI = cast<DbgVariableIntrinsic>(DII); fixupDebugInfoPostExtraction() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DUser.cpp36 if (auto DVI = dyn_cast_or_null<DbgVariableIntrinsic>(this)) { in replaceUsesOfWith() local
H A DDebugProgramInstruction.cpp16 DPValue(const DbgVariableIntrinsic * DVI) DPValue() argument
288 DbgVariableIntrinsic *DVI; createDebugIntrinsic() local
[all...]
H A DBasicBlock.cpp76 if (DbgVariableIntrinsic *DVI = dyn_cast<DbgVariableIntrinsic>(&I)) { convertToNewDbgValues() local
H A DValue.cpp579 for (auto *DVI : DbgUsers) { in replaceDbgUsesOutsideBlock() local
H A DDebugInfo.cpp106 if (IntrinsicT *DVI = dyn_cast<IntrinsicT>(U)) findDbgIntrinsics() local
237 if (auto *DVI = dyn_cast<DbgVariableIntrinsic>(&I)) processInstruction() local
1855 getFragmentOrEntireVariable(const DbgVariableIntrinsic * DVI) getFragmentOrEntireVariable() argument
H A DDIBuilder.cpp969 auto *DVI = cast<DbgAssignIntrinsic>(B.CreateCall(AssignFn, Args)); insertDbgAssign() local
991 Instruction *DVI = insertDbgValueIntrinsic( insertDbgValueIntrinsic() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp554 if (auto *DVI = dyn_cast<DbgValueInst>(&*BI)) { filterInstsUnrelatedToPDI() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp579 for (auto *DVI : Info.DbgVariableIntrinsics) runOnFunction() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp735 if (auto *DVI = dyn_cast<DbgVariableIntrinsic>(&I)) collectDbgVariableIntrinsics() local
766 __anon877be0190402(auto *DVI) salvageDebugInfo() argument
[all...]
H A DCoroFrame.cpp1982 for (auto *DVI : DIs) insertSpills() local
2924 salvageDebugInfo(SmallDenseMap<Argument *,AllocaInst *,4> & ArgToAllocaMap,DbgVariableIntrinsic & DVI,bool OptimizeFrame,bool UseEntryValue) salvageDebugInfo() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2889 for (auto *DVI : DVIs) visitAllocSite() local
2936 for (auto *DVI : DVIs) visitAllocSite() local
[all...]

12