/external/llvm-project/llvm/lib/CodeGen/ |
D | MachineDebugify.cpp | 74 auto *DVI = dyn_cast<DbgValueInst>(U.getUser()); in applyDebugifyMetadataToMachineFunction() local
|
/external/llvm/tools/llvm-dis/ |
D | llvm-dis.cpp | 110 else if (const DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) { in printInfoComment() local
|
/external/llvm-project/llvm/tools/llvm-dis/ |
D | llvm-dis.cpp | 112 else if (const DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) { in printInfoComment() local
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | SpeculativeExecution.cpp | 267 if (const auto *DVI = dyn_cast<DbgVariableIntrinsic>(U)) { in considerHoistingFromTo() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | Debugify.cpp | 163 bool diagnoseMisSizedDbgValue(Module &M, DbgValueInst *DVI) { in diagnoseMisSizedDbgValue() 256 auto *DVI = dyn_cast<DbgValueInst>(&I); in checkDebugifyMetadata() local
|
D | Local.cpp | 383 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) { in wouldInstructionBeTriviallyDead() local 1221 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(PrevI)) in LdStHasDebugValue() local 1239 for (auto *DVI : DbgValues) { in PhiHasDebugValue() local 1532 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(U)) in findDbgValues() local 1576 static void replaceOneDbgValueForAlloca(DbgValueInst *DVI, Value *NewAddress, in replaceOneDbgValueForAlloca() 1605 if (auto *DVI = dyn_cast<DbgValueInst>(U.getUser())) in replaceDbgValueForAlloca() local
|
D | LCSSA.cpp | 223 for (auto DVI : DbgValues) { in formLCSSAForInstructions() local
|
D | BasicBlockUtils.cpp | 342 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(&I)) { in removeRedundantDbgInstrsUsingBackwardScan() local 389 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(&I)) { in removeRedundantDbgInstrsUsingForwardScan() local
|
D | LoopUtils.cpp | 627 auto *DVI = dyn_cast<DbgVariableIntrinsic>(&I); in deleteDeadLoop() local 647 for (auto *DVI : DeadDebugInst) in deleteDeadLoop() local
|
/external/llvm/lib/IR/ |
D | DebugInfo.cpp | 173 void DebugInfoFinder::processValue(const Module &M, const DbgValueInst *DVI) { in processValue()
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | Debugify.cpp | 263 bool diagnoseMisSizedDbgValue(Module &M, DbgValueInst *DVI) { in diagnoseMisSizedDbgValue() 355 auto *DVI = dyn_cast<DbgValueInst>(&I); in checkDebugifyMetadata() local
|
D | LCSSA.cpp | 240 for (auto DVI : DbgValues) { in formLCSSAForInstructions() local
|
D | Local.cpp | 405 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) { in wouldInstructionBeTriviallyDead() local 1352 for (auto *DVI : DbgValues) { in PhiHasDebugValue() local 1655 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(U)) in findDbgValues() local 1690 static void replaceOneDbgValueForAlloca(DbgValueInst *DVI, Value *NewAddress, in replaceOneDbgValueForAlloca() 1719 if (auto *DVI = dyn_cast<DbgValueInst>(U.getUser())) in replaceDbgValueForAlloca() local
|
D | BasicBlockUtils.cpp | 363 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(&I)) { in removeRedundantDbgInstrsUsingBackwardScan() local 410 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(&I)) { in removeRedundantDbgInstrsUsingForwardScan() local
|
D | LoopUtils.cpp | 690 auto *DVI = dyn_cast<DbgVariableIntrinsic>(&I); in deleteDeadLoop() local 711 for (auto *DVI : DeadDebugInst) in deleteDeadLoop() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64StackTagging.cpp | 537 if (auto *DVI = dyn_cast<DbgVariableIntrinsic>(I)) { in runOnFunction() local 682 for (auto DVI : Info.DbgVariableIntrinsics) in runOnFunction() local
|
/external/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 304 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) { in isInstructionTriviallyDead() local 1050 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(PrevI)) in LdStHasDebugValue() local 1252 static void replaceOneDbgValueForAlloca(DbgValueInst *DVI, Value *NewAddress, in replaceOneDbgValueForAlloca() 1287 if (auto *DVI = dyn_cast<DbgValueInst>(U.getUser())) in replaceDbgValueForAlloca() local
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64StackTagging.cpp | 562 if (auto *DVI = dyn_cast<DbgVariableIntrinsic>(I)) { in runOnFunction() local 706 for (auto DVI : Info.DbgVariableIntrinsics) in runOnFunction() local
|
/external/llvm/lib/CodeGen/ |
D | CriticalAntiDepBreaker.cpp | 648 for (DbgValueVector::iterator DVI = DbgValues.begin(), in BreakAntiDependencies() local
|
D | AggressiveAntiDepBreaker.cpp | 965 for (DbgValueVector::iterator DVI = DbgValues.begin(), in BreakAntiDependencies() local
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | MergeFunctions.cpp | 558 if (auto *DVI = dyn_cast<DbgValueInst>(&*BI)) { in filterInstsUnrelatedToPDI() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | MergeFunctions.cpp | 559 if (auto *DVI = dyn_cast<DbgValueInst>(&*BI)) { in filterInstsUnrelatedToPDI() local
|
/external/llvm-project/llvm/unittests/Transforms/Utils/ |
D | LocalTest.cpp | 787 return any_of(ADbgVals, [&](DbgValueInst *DVI) { in TEST()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DebugInfo.cpp | 110 else if (auto *DVI = dyn_cast<DbgValueInst>(&I)) in processInstruction() local 213 void DebugInfoFinder::processValue(const Module &M, const DbgValueInst *DVI) { in processValue()
|
/external/llvm-project/llvm/lib/IR/ |
D | DebugInfo.cpp | 108 if (auto *DVI = dyn_cast<DbgVariableIntrinsic>(&I)) in processInstruction() local 196 const DbgVariableIntrinsic &DVI) { in processVariable()
|