Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSDNodeDbgValue.h22 class DIVariable; variable
48 DIVariable *Var;
59 SDDbgValue(DIVariable *Var, DIExpression *Expr, SDNode *N, unsigned R, in SDDbgValue()
68 SDDbgValue(DIVariable *Var, DIExpression *Expr, const Value *C, DebugLoc dl, in SDDbgValue()
76 SDDbgValue(DIVariable *Var, DIExpression *Expr, unsigned VRegOrFrameIdx, in SDDbgValue()
93 DIVariable *getVariable() const { return Var; } in getVariable()
DSelectionDAG.cpp8123 SDDbgValue *SelectionDAG::getDbgValue(DIVariable *Var, DIExpression *Expr, in getDbgValue()
8133 SDDbgValue *SelectionDAG::getConstantDbgValue(DIVariable *Var, in getConstantDbgValue()
8143 SDDbgValue *SelectionDAG::getFrameIndexDbgValue(DIVariable *Var, in getFrameIndexDbgValue()
8155 SDDbgValue *SelectionDAG::getVRegDbgValue(DIVariable *Var, in getVRegDbgValue()
8192 DIVariable *Var = Dbg->getVariable(); in transferDbgValues()
DSelectionDAGBuilder.cpp1166 DIVariable *DanglingVariable = DI->getVariable(); in dropDanglingDebugInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DMetadata.def108 HANDLE_SPECIALIZED_MDNODE_BRANCH(DIVariable)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DMetadata.def107 HANDLE_SPECIALIZED_MDNODE_BRANCH(DIVariable)
DDebugInfoMetadata.h326 typedef PointerUnion<ConstantInt*, DIVariable*> CountType;
332 if (auto *DV = dyn_cast<DIVariable>(getRawCountNode())) in getCount()
2239 class DIVariable : public DINode {
2244 DIVariable(LLVMContext &C, unsigned ID, StorageType Storage, unsigned Line,
2248 ~DIVariable() = default;
2623 class DIGlobalVariable : public DIVariable {
2633 : DIVariable(C, DIGlobalVariableKind, Storage, Line, Ops, AlignInBits),
2765 class DILocalVariable : public DIVariable {
2775 : DIVariable(C, DILocalVariableKind, Storage, Line, Ops, AlignInBits),
2819 return cast<DILocalScope>(DIVariable::getScope());
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp717 static SmallVector<const DIVariable *, 2> dependencies(DbgVariable *Var) { in dependencies()
718 SmallVector<const DIVariable *, 2> Result; in dependencies()
725 if (auto *Dependency = Count.dyn_cast<DIVariable *>()) in dependencies()
DDwarfUnit.cpp1345 if (auto *CV = SR->getCount().dyn_cast<DIVariable*>()) { in constructSubrangeDIE()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAG.h1318 SDDbgValue *getDbgValue(DIVariable *Var, DIExpression *Expr, SDNode *N,
1323 SDDbgValue *getConstantDbgValue(DIVariable *Var, DIExpression *Expr,
1328 SDDbgValue *getFrameIndexDbgValue(DIVariable *Var, DIExpression *Expr,
1333 SDDbgValue *getVRegDbgValue(DIVariable *Var, DIExpression *Expr,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfo.cpp1306 return wrap(unwrapDI<DIVariable>(Var)->getFile()); in LLVMDIVariableGetFile()
1310 return wrap(unwrapDI<DIVariable>(Var)->getScope()); in LLVMDIVariableGetScope()
1314 return unwrapDI<DIVariable>(Var)->getLine(); in LLVMDIVariableGetLine()
DVerifier.cpp429 void visitDIVariable(const DIVariable &N);
519 void verifyFragmentExpression(const DIVariable &V,
1240 void Verifier::visitDIVariable(const DIVariable &N) { in visitDIVariable()
5000 void Verifier::verifyFragmentExpression(const DIVariable &V, in verifyFragmentExpression()
DDebugInfoMetadata.cpp791 Optional<uint64_t> DIVariable::getSizeInBits() const { in getSizeInBits()
DAsmWriter.cpp1810 Printer.printMetadata("count", N->getCount().dyn_cast<DIVariable*>(), in writeDISubrange()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp600 llvm::SmallDenseSet<std::pair<DIVariable *, DIExpression *>, 4> DeadDebugSet; in deleteDeadLoop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp458 DIVariable *Var = GVE->getVariable(); in transferSRADebugInfo()