Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSDNodeDbgValue.h23 class DIVariable; variable
48 DIVariable *Var;
58 SDDbgValue(DIVariable *Var, DIExpression *Expr, SDNode *N, unsigned R, in SDDbgValue()
67 SDDbgValue(DIVariable *Var, DIExpression *Expr, const Value *C, DebugLoc dl, in SDDbgValue()
75 SDDbgValue(DIVariable *Var, DIExpression *Expr, unsigned VRegOrFrameIdx, in SDDbgValue()
92 DIVariable *getVariable() const { return Var; } in getVariable()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDIBuilder.h38 class DIVariable; variable
375 DIVariable createLocalVariable(unsigned Tag, DIDescriptor Scope,
395 DIVariable createComplexVariable(unsigned Tag, DIDescriptor Scope,
488 Instruction *insertDeclare(llvm::Value *Storage, DIVariable VarInfo,
495 Instruction *insertDeclare(llvm::Value *Storage, DIVariable VarInfo,
505 DIVariable VarInfo,
514 DIVariable VarInfo,
DDebugInfo.h44 class DIVariable; variable
90 explicit DIDescriptor(const DIVariable F);
617 class DIVariable : public DIDescriptor {
619 explicit DIVariable(const MDNode *N = 0)
785 DIVariable createInlinedVariable(MDNode *DV, MDNode *InlinedScope,
789 DIVariable cleanseInlinedVariable(MDNode *DV, LLVMContext &VMContext);
/external/swiftshader/third_party/LLVM/lib/Analysis/
DDebugInfo.cpp48 DIDescriptor::DIDescriptor(const DIVariable F) : DbgNode(F.DbgNode) { in DIDescriptor()
114 unsigned DIVariable::getNumAddrElements() const { in getNumAddrElements()
123 MDNode *DIVariable::getInlinedAt() const { in getInlinedAt()
450 bool DIVariable::Verify() const { in Verify()
504 bool DIVariable::isInlinedFnArgument(const Function *CurFn) { in isInlinedFnArgument()
776 void DIVariable::printExtendedName(raw_ostream &OS) const { in printExtendedName()
792 void DIVariable::print(raw_ostream &OS) const { in print()
845 void DIVariable::dump() const { in dump()
903 DIVariable llvm::createInlinedVariable(MDNode *DV, MDNode *InlinedScope, in createInlinedVariable()
910 return DIVariable(MDNode::get(VMContext, Elts)); in createInlinedVariable()
[all …]
DDIBuilder.cpp701 DIVariable DIBuilder::createLocalVariable(unsigned Tag, DIDescriptor Scope, in createLocalVariable()
725 return DIVariable(Node); in createLocalVariable()
730 DIVariable DIBuilder::createComplexVariable(unsigned Tag, DIDescriptor Scope, in createComplexVariable()
747 return DIVariable(MDNode::get(VMContext, Elts)); in createComplexVariable()
882 Instruction *DIBuilder::insertDeclare(Value *Storage, DIVariable VarInfo, in insertDeclare()
894 Instruction *DIBuilder::insertDeclare(Value *Storage, DIVariable VarInfo, in insertDeclare()
913 DIVariable VarInfo, in insertDbgValueIntrinsic()
928 DIVariable VarInfo, in insertDbgValueIntrinsic()
DDbgInfoPrinter.cpp150 DIVariable Var(cast<MDNode>(DDI->getVariable())); in getLocationInfo()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfDebug.h125 DIVariable Var; // Variable Descriptor.
133 DbgVariable(DIVariable V, DbgVariable *AV) in DbgVariable()
138 DIVariable getVariable() const { return Var; } in getVariable()
316 DbgVariable *findAbstractVariable(DIVariable &Var, DebugLoc Loc);
DDwarfDebug.cpp683 DIVariable DV(Variables.getElement(vi)); in endModule()
764 DbgVariable *DwarfDebug::findAbstractVariable(DIVariable &DV, in findAbstractVariable()
768 DIVariable Var = cleanseInlinedVariable(DV, Ctx); in findAbstractVariable()
789 DIVariable DV = Var->getVariable(); in addCurrentFnArgument()
818 DIVariable DV(Var); in collectVariableInfoFromMMITable()
896 DIVariable DV(Var); in collectVariableInfo()
976 DIVariable DV(Variables.getElement(i)); in collectVariableInfo()
1154 DIVariable DV(Var); in beginFunction()
1317 DIVariable DV(Variables.getElement(i)); in endFunction()
1841 DIVariable DV(Entry.Variable); in emitDebugLoc()
DDwarfCompileUnit.h176 void addSourceLine(DIE *Die, DIVariable V);
/external/swiftshader/third_party/LLVM/tools/llvm-dis/
Dllvm-dis.cpp92 DIVariable Var(DDI->getVariable()); in printInfoComment()
101 DIVariable Var(DVI->getVariable()); in printInfoComment()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Generic/
Ddbg_value.ll13 ; !0 should conform to the format of DIVariable.
/external/llvm/test/CodeGen/Generic/
Ddbg_value.ll13 ; !0 should conform to the format of DIVariable.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Verifier/
Dinvalid-disubrange-count-node.ll36 ; CHECK: Count must either be a signed constant or a DIVariable
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bitcode/
Ddisubrange.ll2 ; since it can take the value of either a signed integer or a DIVariable.
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DMetadata.def108 HANDLE_SPECIALIZED_MDNODE_BRANCH(DIVariable)
DDebugInfoMetadata.h374 typedef PointerUnion<ConstantInt*, DIVariable*> CountType;
380 if (auto *DV = dyn_cast<DIVariable>(getRawCountNode()))
2193 class DIVariable : public DINode {
2198 DIVariable(LLVMContext &C, unsigned ID, StorageType Storage, unsigned Line,
2202 ~DIVariable() = default;
2504 class DIGlobalVariable : public DIVariable {
2514 : DIVariable(C, DIGlobalVariableKind, Storage, Line, Ops, AlignInBits),
2583 class DILocalVariable : public DIVariable {
2593 : DIVariable(C, DILocalVariableKind, Storage, Line, Ops, AlignInBits),
2637 return cast<DILocalScope>(DIVariable::getScope());
/external/llvm/include/llvm/IR/
DMetadata.def107 HANDLE_SPECIALIZED_MDNODE_BRANCH(DIVariable)
DDebugInfoMetadata.h1812 class DIVariable : public DINode {
1816 DIVariable(LLVMContext &C, unsigned ID, StorageType Storage, unsigned Line,
1819 ~DIVariable() = default;
1853 class DIGlobalVariable : public DIVariable {
1863 : DIVariable(C, DIGlobalVariableKind, Storage, Line, Ops),
1936 class DILocalVariable : public DIVariable {
1945 : DIVariable(C, DILocalVariableKind, Storage, Line, Ops), Arg(Arg),
1989 return cast<DILocalScope>(DIVariable::getScope());
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DMetadata.def108 HANDLE_SPECIALIZED_MDNODE_BRANCH(DIVariable)
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp601 static SmallVector<const DIVariable *, 2> dependencies(DbgVariable *Var) { in dependencies()
602 SmallVector<const DIVariable *, 2> Result; in dependencies()
609 if (auto *Dependency = Count.dyn_cast<DIVariable *>()) in dependencies()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DLocal.cpp796 DIVariable DIVar(DDI->getVariable()); in ConvertDebugDeclareToDebugValue()
827 DIVariable DIVar(DDI->getVariable()); in ConvertDebugDeclareToDebugValue()
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreAsmPrinter.cpp273 DIVariable V(const_cast<MDNode *>(MI->getOperand(NOps-1).getMetadata())); in PrintDebugValueComment()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DSelectionDAG.h1242 SDDbgValue *getDbgValue(DIVariable *Var, DIExpression *Expr, SDNode *N,
1247 SDDbgValue *getConstantDbgValue(DIVariable *Var, DIExpression *Expr,
1252 SDDbgValue *getFrameIndexDbgValue(DIVariable *Var, DIExpression *Expr,
1257 SDDbgValue *getVRegDbgValue(DIVariable *Var, DIExpression *Expr,
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp116 DIVariable(DI->getVariable()).Verify() && in set()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCAsmPrinter.cpp310 DIVariable V(const_cast<MDNode *>(MI->getOperand(NOps-1).getMetadata())); in EmitInstruction()

12