Searched refs:DbgValue (Results 1 – 13 of 13) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.h | 94 void initializeDbgValue(const MachineInstr *DbgValue) { in initializeDbgValue() argument 99 assert(Var == DbgValue->getDebugVariable() && "Wrong variable"); in initializeDbgValue() 100 assert(IA == DbgValue->getDebugLoc()->getInlinedAt() && "Wrong inlined-at"); in initializeDbgValue() 102 MInsn = DbgValue; in initializeDbgValue() 103 if (auto *E = DbgValue->getDebugExpression()) in initializeDbgValue()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.h | 110 void initializeDbgValue(const MachineInstr *DbgValue) { in initializeDbgValue() argument 114 assert(Var == DbgValue->getDebugVariable() && "Wrong variable"); in initializeDbgValue() 115 assert(IA == DbgValue->getDebugLoc()->getInlinedAt() && "Wrong inlined-at"); in initializeDbgValue() 117 MInsn = DbgValue; in initializeDbgValue() 118 if (auto *E = DbgValue->getDebugExpression()) in initializeDbgValue()
|
D | DwarfDebug.cpp | 1144 const MachineInstr *DbgValue, in validThroughout() argument 1146 assert(DbgValue->getDebugLoc() && "DBG_VALUE without a debug location"); in validThroughout() 1147 auto MBB = DbgValue->getParent(); in validThroughout() 1148 auto DL = DbgValue->getDebugLoc(); in validThroughout() 1162 MachineBasicBlock::const_reverse_iterator Pred(DbgValue); in validThroughout() 1191 if (DbgValue->getOperand(0).isImm() && MBB->pred_empty()) in validThroughout()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | BasicBlockTest.cpp | 107 Value *DbgValue = Intrinsic::getDeclaration(M, Intrinsic::dbg_value); in TEST() local 116 Builder1.CreateCall(DbgValue, Args); in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | LoopRotationUtils.cpp | 144 for (auto &DbgValue : DbgValues) { in RewriteUsesOfClonedInstructions() local 147 BasicBlock *UserBB = DbgValue->getParent(); in RewriteUsesOfClonedInstructions() 162 DbgValue->setOperand(0, in RewriteUsesOfClonedInstructions()
|
D | Local.cpp | 1337 Instruction *DbgValue = Builder.insertDbgValueIntrinsic( in ConvertDebugDeclareToDebugValue() local 1339 DbgValue->insertAfter(LI); in ConvertDebugDeclareToDebugValue()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | PostRASchedulerList.cpp | 701 MachineInstr *DbgValue = P.first; in EmitSchedule() local 703 BB->splice(++OrigPrivMI, BB, DbgValue); in EmitSchedule()
|
D | MachineScheduler.cpp | 907 MachineInstr *DbgValue = P.first; in placeDebugValues() local 909 if (&*RegionBegin == DbgValue) in placeDebugValues() 911 BB->splice(++OrigPrevMI, BB, DbgValue); in placeDebugValues() 913 RegionEnd = DbgValue; in placeDebugValues()
|
/external/llvm/lib/CodeGen/ |
D | PostRASchedulerList.cpp | 699 MachineInstr *DbgValue = P.first; in EmitSchedule() local 701 BB->splice(++OrigPrivMI, BB, DbgValue); in EmitSchedule()
|
D | MachineScheduler.cpp | 833 MachineInstr *DbgValue = P.first; in placeDebugValues() local 835 if (&*RegionBegin == DbgValue) in placeDebugValues() 837 BB->splice(++OrigPrevMI, BB, DbgValue); in placeDebugValues() 839 RegionEnd = DbgValue; in placeDebugValues()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | ScheduleDAGInstrs.cpp | 691 MachineInstr *DbgValue = P.first; in EmitSchedule() local 693 BB->insertAfter(OrigPrivMI, DbgValue); in EmitSchedule()
|
/external/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 1121 Instruction *DbgValue = Builder.insertDbgValueIntrinsic( in ConvertDebugDeclareToDebugValue() local 1123 DbgValue->insertAfter(LI); in ConvertDebugDeclareToDebugValue()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 1634 for (auto &DbgValue : DbgValues) in createWideIV() local 1635 DbgValue->setOperand(0, MDPhi); in createWideIV()
|