Home
last modified time | relevance | path

Searched refs:DbgValue (Results 1 – 13 of 13) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h94 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/
DDwarfDebug.h110 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()
DDwarfDebug.cpp1144 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/
DBasicBlockTest.cpp107 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/
DLoopRotationUtils.cpp144 for (auto &DbgValue : DbgValues) { in RewriteUsesOfClonedInstructions() local
147 BasicBlock *UserBB = DbgValue->getParent(); in RewriteUsesOfClonedInstructions()
162 DbgValue->setOperand(0, in RewriteUsesOfClonedInstructions()
DLocal.cpp1337 Instruction *DbgValue = Builder.insertDbgValueIntrinsic( in ConvertDebugDeclareToDebugValue() local
1339 DbgValue->insertAfter(LI); in ConvertDebugDeclareToDebugValue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DPostRASchedulerList.cpp701 MachineInstr *DbgValue = P.first; in EmitSchedule() local
703 BB->splice(++OrigPrivMI, BB, DbgValue); in EmitSchedule()
DMachineScheduler.cpp907 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/
DPostRASchedulerList.cpp699 MachineInstr *DbgValue = P.first; in EmitSchedule() local
701 BB->splice(++OrigPrivMI, BB, DbgValue); in EmitSchedule()
DMachineScheduler.cpp833 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/
DScheduleDAGInstrs.cpp691 MachineInstr *DbgValue = P.first; in EmitSchedule() local
693 BB->insertAfter(OrigPrivMI, DbgValue); in EmitSchedule()
/external/llvm/lib/Transforms/Utils/
DLocal.cpp1121 Instruction *DbgValue = Builder.insertDbgValueIntrinsic( in ConvertDebugDeclareToDebugValue() local
1123 DbgValue->insertAfter(LI); in ConvertDebugDeclareToDebugValue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp1634 for (auto &DbgValue : DbgValues) in createWideIV() local
1635 DbgValue->setOperand(0, MDPhi); in createWideIV()