HomeSort by relevance Sort by last modified time
    Searched refs:DbgValueInst (Results 1 - 25 of 43) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/lib/VMCore/
IntrinsicInst.cpp 64 /// DbgValueInst - This represents the llvm.dbg.value instruction.
67 const Value *DbgValueInst::getValue() const {
71 Value *DbgValueInst::getValue() {
DebugInfoProbe.cpp 82 } else if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(BI)) {
133 } else if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(BI)) {
  /external/llvm/include/llvm/IR/
DebugInfo.h 32 class DbgValueInst;
55 /// DbgValueInst and DbgLoc attached to instructions. processModule will go
65 /// \brief Process DbgValueInst.
66 void processValue(const Module &M, const DbgValueInst *DVI);
InstVisitor.h 212 RetTy visitDbgValueInst(DbgValueInst &I) { DELEGATE(DbgInfoIntrinsic);}
271 case Intrinsic::dbg_value: DELEGATE(DbgValueInst);
IntrinsicInst.h 108 class DbgValueInst : public DbgInfoIntrinsic {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DebugInfo.h 28 class DbgValueInst;
62 /// DbgValueInst and DbgLoc attached to instructions. processModule will go
74 /// Process DbgValueInst.
75 void processValue(const Module &M, const DbgValueInst *DVI);
InstVisitor.h 215 RetTy visitDbgValueInst(DbgValueInst &I) { DELEGATE(DbgInfoIntrinsic);}
275 case Intrinsic::dbg_value: DELEGATE(DbgValueInst);
  /external/swiftshader/third_party/LLVM/tools/llvm-dis/
llvm-dis.cpp 100 else if (const DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) {
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dis/
llvm-dis.cpp 113 else if (const DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) {
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/
Local.cpp 375 bool doesDebugValueDescribeX(const DbgValueInst &DI) {
385 bool doesDebugValueDescribeY(const DbgValueInst &DI) {
402 auto DI = dyn_cast<DbgValueInst>(&I);
561 auto *ADbgVal = cast<DbgValueInst>(A.getNextNode());
567 SmallVector<DbgValueInst *, 1> FDbgVals;
579 SmallVector<DbgValueInst *, 8> ADbgVals;
585 return any_of(ADbgVals, [&](DbgValueInst *DVI) {
Cloning.cpp 543 } else if (DbgValueInst* OldIntrin = dyn_cast<DbgValueInst>(&OldI)) {
544 DbgValueInst* NewIntrin = dyn_cast<DbgValueInst>(&NewI);
  /external/llvm/tools/llvm-dis/
llvm-dis.cpp 110 else if (const DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) {
  /external/swiftshader/third_party/LLVM/include/llvm/
IntrinsicInst.h 98 /// DbgValueInst - This represents the llvm.dbg.value instruction.
100 class DbgValueInst : public DbgInfoIntrinsic {
111 static inline bool classof(const DbgValueInst *) { return true; }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
Local.h 47 class DbgValueInst;
300 void findDbgValues(SmallVectorImpl<DbgValueInst *> &DbgValues, Value *V);
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/opt/
Debugify.cpp 170 bool diagnoseMisSizedDbgValue(Module &M, DbgValueInst *DVI) {
243 if (isa<DbgValueInst>(&I))
263 auto *DVI = dyn_cast<DbgValueInst>(&I);
  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 378 } else if (DbgValueInst* OldIntrin = dyn_cast<DbgValueInst>(&OldI)) {
379 DbgValueInst* NewIntrin = dyn_cast<DbgValueInst>(&NewI);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 35 class DbgValueInst;
94 const DbgValueInst* DI;
99 DanglingDebugInfo(const DbgValueInst *di, DebugLoc DL, unsigned SDNO) :
101 const DbgValueInst* getDI() { return DI; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
Local.cpp 370 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) {
    [all...]
LCSSA.cpp 205 SmallVector<DbgValueInst *, 4> DbgValues;
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 39 class DbgValueInst;
99 const DbgValueInst* DI;
104 DanglingDebugInfo(const DbgValueInst *di, DebugLoc DL, unsigned SDNO)
106 const DbgValueInst* getDI() { return DI; }
    [all...]
  /external/llvm/lib/IR/
DebugInfo.cpp 173 void DebugInfoFinder::processValue(const Module &M, const DbgValueInst *DVI) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 58 class DbgValueInst;
105 const DbgValueInst* DI = nullptr;
111 DanglingDebugInfo(const DbgValueInst *di, DebugLoc DL, unsigned SDNO)
114 const DbgValueInst* getDI() { return DI; }
    [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp 304 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
CodeGenPrepare.cpp     [all...]

Completed in 4582 milliseconds

1 2