/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DIBuilder.h | 81 Instruction *insertDeclare(llvm::Value *Storage, DILocalVariable *VarInfo, 91 insertDbgValueIntrinsic(llvm::Value *Val, DILocalVariable *VarInfo, 605 DILocalVariable * 630 DILocalVariable * 802 Instruction *insertDeclare(llvm::Value *Storage, DILocalVariable *VarInfo, 812 Instruction *insertDeclare(llvm::Value *Storage, DILocalVariable *VarInfo, 837 DILocalVariable *VarInfo, 849 DILocalVariable *VarInfo,
|
D | Metadata.def | 109 HANDLE_SPECIALIZED_MDNODE_LEAF_UNIQUABLE(DILocalVariable)
|
D | DebugInfoMetadata.h | 2765 class DILocalVariable : public DIVariable { 2772 DILocalVariable(LLVMContext &C, StorageType Storage, unsigned Line, 2779 ~DILocalVariable() = default; 2781 static DILocalVariable *getImpl(LLVMContext &Context, DIScope *Scope, 2789 static DILocalVariable *getImpl(LLVMContext &Context, Metadata *Scope, 2802 DEFINE_MDNODE_GET(DILocalVariable, 2807 DEFINE_MDNODE_GET(DILocalVariable, 3276 const DILocalVariable *Variable; 3285 DebugVariable(const DILocalVariable *Var, Optional<FragmentInfo> FragmentInfo, 3289 DebugVariable(const DILocalVariable *Var, const DIExpression *DIExpr, [all …]
|
D | IntrinsicInst.h | 101 DILocalVariable *getVariable() const { in getVariable() 102 return cast<DILocalVariable>(getRawVariable()); in getVariable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DbgEntityHistoryCalculator.cpp | 247 const DILocalVariable *RawVar = MI.getDebugVariable(); in calculateDbgEntityHistory() 346 const DILocalVariable *LocalVar = cast<DILocalVariable>(Var.first); in dump()
|
D | DwarfDebug.h | 139 DbgVariable(const DILocalVariable *V, const DILocation *IA) in DbgVariable() 169 const DILocalVariable *getVariable() const { in getVariable() 170 return cast<DILocalVariable>(getEntity()); in getVariable()
|
D | DwarfFile.cpp | 106 const DILocalVariable *DV = Var->getVariable(); in addScopeVariable()
|
D | DwarfCompileUnit.cpp | 739 SmallDenseMap<const DILocalVariable *, DbgVariable *> DbgVar; in sortLocalVars() 784 auto Dep = dyn_cast_or_null<const DILocalVariable>(Dependency); in sortLocalVars() 1096 if (isa<const DILocalVariable>(Node)) { in createAbstractEntity() 1098 cast<const DILocalVariable>(Node), nullptr /* IA */);; in createAbstractEntity()
|
D | DebugHandlerBase.cpp | 230 const DILocalVariable *DIVar = in beginFunction()
|
D | DwarfDebug.cpp | 1327 cast<DILocalVariable>(Var.first), Var.second); in collectVariableInfoFromMFTable() 1535 if (isa<const DILocalVariable>(Node)) { in createConcreteEntity() 1537 std::make_unique<DbgVariable>(cast<const DILocalVariable>(Node), in createConcreteEntity() 1569 const DILocalVariable *LocalVar = cast<DILocalVariable>(IV.first); in collectEntityInfo() 1665 if (auto *DV = dyn_cast<DILocalVariable>(DN)) { in collectEntityInfo() 1906 if (auto *DV = dyn_cast<DILocalVariable>(DN)) in endFunctionImpl()
|
D | CodeViewDebug.h | 97 const DILocalVariable *DIVar = nullptr;
|
D | DwarfUnit.h | 191 void addSourceLine(DIE &Die, const DILocalVariable *V);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DIBuilder.cpp | 672 static DILocalVariable *createLocalVariable( in createLocalVariable() 685 DILocalVariable::get(VMContext, cast_or_null<DILocalScope>(Context), Name, in createLocalVariable() 698 DILocalVariable *DIBuilder::createAutoVariable(DIScope *Scope, StringRef Name, in createAutoVariable() 708 DILocalVariable *DIBuilder::createParameterVariable( in createParameterVariable() 852 Instruction *DIBuilder::insertDeclare(Value *Storage, DILocalVariable *VarInfo, in insertDeclare() 859 Instruction *DIBuilder::insertDeclare(Value *Storage, DILocalVariable *VarInfo, in insertDeclare() 881 DILocalVariable *VarInfo, in insertDbgValueIntrinsic() 891 DILocalVariable *VarInfo, in insertDbgValueIntrinsic() 922 Instruction *DIBuilder::insertDeclare(Value *Storage, DILocalVariable *VarInfo, in insertDeclare() 944 Value *V, DILocalVariable *VarInfo, DIExpression *Expr, in insertDbgValueIntrinsic()
|
D | DebugInfo.cpp | 203 auto *DV = dyn_cast<DILocalVariable>(N); in processDeclare() 218 auto *DV = dyn_cast<DILocalVariable>(N); in processValue() 1350 unwrap(Storage), unwrap<DILocalVariable>(VarInfo), in LLVMDIBuilderInsertDeclareBefore() 1359 unwrap(Storage), unwrap<DILocalVariable>(VarInfo), in LLVMDIBuilderInsertDeclareAtEnd() 1371 unwrap(Val), unwrap<DILocalVariable>(VarInfo), in LLVMDIBuilderInsertDbgValueBefore() 1383 unwrap(Val), unwrap<DILocalVariable>(VarInfo), in LLVMDIBuilderInsertDbgValueAtEnd()
|
D | DebugInfoMetadata.cpp | 772 DILocalVariable *DILocalVariable::getImpl(LLVMContext &Context, Metadata *Scope, in getImpl() 784 DEFINE_GETIMPL_LOOKUP(DILocalVariable, in getImpl() 788 DEFINE_GETIMPL_STORE(DILocalVariable, (Line, Arg, Flags, AlignInBits), Ops); in getImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LiveDebugVariables.cpp | 158 const DILocalVariable *Variable; ///< The debug info variable we are part of. 189 UserValue(const DILocalVariable *var, const DIExpression *expr, DebugLoc L, in UserValue() 206 bool match(const DILocalVariable *Var, const DIExpression *Expr, in match() 419 using UVMap = DenseMap<const DILocalVariable *, UserValue *>; 423 UserValue *getUserValue(const DILocalVariable *Var, const DIExpression *Expr, 517 if (const auto *V = dyn_cast<const DILocalVariable>(Node)) { in printExtendedName() 585 UserValue *LDVImpl::getUserValue(const DILocalVariable *Var, in getUserValue() 661 const DILocalVariable *Var = MI.getDebugVariable(); in handleDebugValue() 1324 assert(cast<DILocalVariable>(Variable) in insertDebugValue()
|
D | MachineInstr.cpp | 816 const DILocalVariable *MachineInstr::getDebugVariable() const { in getDebugVariable() 818 return cast<DILocalVariable>(getOperand(2).getMetadata()); in getDebugVariable() 1597 auto *DIV = dyn_cast<DILocalVariable>(MO.getMetadata()); in print() 1766 auto *DV = cast<DILocalVariable>(getOperand(e - 2).getMetadata()); in print() 2018 assert(isa<DILocalVariable>(Variable) && "not a variable"); in BuildMI() 2020 assert(cast<DILocalVariable>(Variable)->isValidLocationForIntrinsic(DL) && in BuildMI() 2034 assert(isa<DILocalVariable>(Variable) && "not a variable"); in BuildMI() 2036 assert(cast<DILocalVariable>(Variable)->isValidLocationForIntrinsic(DL) && in BuildMI()
|
D | LiveDebugValues.cpp | 288 const DILocalVariable *Var = MI.getDebugVariable(); in BuildDbgValue() 423 std::pair<const DILocalVariable *, DIExpression::FragmentInfo>; 430 DenseMap<const DILocalVariable *, SmallSet<FragmentInfo, 4>>; 781 const DILocalVariable *Var = MI.getDebugVariable(); in transferDebugValue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.h | 63 class DILocalVariable; variable 499 void dropDanglingDebugInfo(const DILocalVariable *Variable, 513 bool handleDebugValue(const Value *V, DILocalVariable *Var, 803 bool EmitFuncArgumentDbgValue(const Value *V, DILocalVariable *Variable, 815 SDDbgValue *getDbgValue(SDValue N, DILocalVariable *Variable,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | MachineIRBuilder.cpp | 92 assert(isa<DILocalVariable>(Variable) && "not a variable"); in buildDirectDbgValue() 95 cast<DILocalVariable>(Variable)->isValidLocationForIntrinsic(getDL()) && in buildDirectDbgValue() 105 assert(isa<DILocalVariable>(Variable) && "not a variable"); in buildIndirectDbgValue() 108 cast<DILocalVariable>(Variable)->isValidLocationForIntrinsic(getDL()) && in buildIndirectDbgValue() 118 assert(isa<DILocalVariable>(Variable) && "not a variable"); in buildFIDbgValue() 121 cast<DILocalVariable>(Variable)->isValidLocationForIntrinsic(getDL()) && in buildFIDbgValue() 133 assert(isa<DILocalVariable>(Variable) && "not a variable"); in buildConstDbgValue() 136 cast<DILocalVariable>(Variable)->isValidLocationForIntrinsic(getDL()) && in buildConstDbgValue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineFunction.h | 53 class DILocalVariable; variable 360 const DILocalVariable *Var; 366 VariableDbgInfo(const DILocalVariable *Var, const DIExpression *Expr, 976 void setVariableDbgInfo(const DILocalVariable *Var, const DIExpression *Expr,
|
D | DbgEntityHistoryCalculator.h | 20 class DILocalVariable; variable
|
D | MachineInstr.h | 42 class DILocalVariable; variable 404 const DILocalVariable *getDebugVariable() const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Metadata.def | 110 HANDLE_SPECIALIZED_MDNODE_LEAF_UNIQUABLE(DILocalVariable)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | MergeFunctions.cpp | 563 DILocalVariable *DILocVar = DVI->getVariable(); in filterInstsUnrelatedToPDI() 578 DILocalVariable *DILocVar = DDI->getVariable(); in filterInstsUnrelatedToPDI()
|