Home
last modified time | relevance | path

Searched refs:DILocalVariable (Results 1 – 25 of 45) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDIBuilder.h81 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,
DMetadata.def109 HANDLE_SPECIALIZED_MDNODE_LEAF_UNIQUABLE(DILocalVariable)
DDebugInfoMetadata.h2765 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 …]
DIntrinsicInst.h101 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/
DDbgEntityHistoryCalculator.cpp247 const DILocalVariable *RawVar = MI.getDebugVariable(); in calculateDbgEntityHistory()
346 const DILocalVariable *LocalVar = cast<DILocalVariable>(Var.first); in dump()
DDwarfDebug.h139 DbgVariable(const DILocalVariable *V, const DILocation *IA) in DbgVariable()
169 const DILocalVariable *getVariable() const { in getVariable()
170 return cast<DILocalVariable>(getEntity()); in getVariable()
DDwarfFile.cpp106 const DILocalVariable *DV = Var->getVariable(); in addScopeVariable()
DDwarfCompileUnit.cpp739 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()
DDebugHandlerBase.cpp230 const DILocalVariable *DIVar = in beginFunction()
DDwarfDebug.cpp1327 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()
DCodeViewDebug.h97 const DILocalVariable *DIVar = nullptr;
DDwarfUnit.h191 void addSourceLine(DIE &Die, const DILocalVariable *V);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDIBuilder.cpp672 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()
DDebugInfo.cpp203 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()
DDebugInfoMetadata.cpp772 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/
DLiveDebugVariables.cpp158 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()
DMachineInstr.cpp816 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()
DLiveDebugValues.cpp288 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/
DSelectionDAGBuilder.h63 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/
DMachineIRBuilder.cpp92 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/
DMachineFunction.h53 class DILocalVariable; variable
360 const DILocalVariable *Var;
366 VariableDbgInfo(const DILocalVariable *Var, const DIExpression *Expr,
976 void setVariableDbgInfo(const DILocalVariable *Var, const DIExpression *Expr,
DDbgEntityHistoryCalculator.h20 class DILocalVariable; variable
DMachineInstr.h42 class DILocalVariable; variable
404 const DILocalVariable *getDebugVariable() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DMetadata.def110 HANDLE_SPECIALIZED_MDNODE_LEAF_UNIQUABLE(DILocalVariable)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp563 DILocalVariable *DILocVar = DVI->getVariable(); in filterInstsUnrelatedToPDI()
578 DILocalVariable *DILocVar = DDI->getVariable(); in filterInstsUnrelatedToPDI()

12