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/ |
D | SDNodeDbgValue.h | 22 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()
|
D | SelectionDAG.cpp | 8123 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()
|
D | SelectionDAGBuilder.cpp | 1166 DIVariable *DanglingVariable = DI->getVariable(); in dropDanglingDebugInfo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Metadata.def | 108 HANDLE_SPECIALIZED_MDNODE_BRANCH(DIVariable)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Metadata.def | 107 HANDLE_SPECIALIZED_MDNODE_BRANCH(DIVariable)
|
D | DebugInfoMetadata.h | 326 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/ |
D | DwarfCompileUnit.cpp | 717 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()
|
D | DwarfUnit.cpp | 1345 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/ |
D | SelectionDAG.h | 1318 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/ |
D | DebugInfo.cpp | 1306 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()
|
D | Verifier.cpp | 429 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()
|
D | DebugInfoMetadata.cpp | 791 Optional<uint64_t> DIVariable::getSizeInBits() const { in getSizeInBits()
|
D | AsmWriter.cpp | 1810 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/ |
D | LoopUtils.cpp | 600 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/ |
D | GlobalOpt.cpp | 458 DIVariable *Var = GVE->getVariable(); in transferSRADebugInfo()
|