/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DebugLocEntry.h | 98 bool isFragment() const { return getExpression()->isFragment(); } in isFragment() 99 bool isEntryVal() const { return getExpression()->isEntryValue(); } in isEntryVal() 100 const DIExpression *getExpression() const { return Expression; } in getExpression() function 171 return A.getExpression() == B.getExpression(); in sortUniqueValues() 210 return A.getExpression()->getFragmentInfo()->OffsetInBits < 211 B.getExpression()->getFragmentInfo()->OffsetInBits;
|
D | DwarfDebug.h | 157 assert(!Value.getExpression()->isFragment() && "Fragments not supported."); in initializeDbgValue() 160 if (auto *E = ValueLoc->getExpression()) in initializeDbgValue()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
D | SimplifyLoopConditions.cpp | 184 if (!mFoundLoopToChange && node->getExpression()) in traverseLoop() 186 node->getExpression()->traverse(this); in traverseLoop() 198 mLoop.expression = node->getExpression(); in traverseLoop() 359 if (node->getExpression()) in traverseLoop() 361 whileLoopBody->getSequence()->push_back(node->getExpression()); in traverseLoop() 398 if (node->getExpression()) in traverseLoop() 400 whileLoopBody->getSequence()->push_back(node->getExpression()); in traverseLoop() 439 if (node->getExpression()) in traverseLoop() 441 whileLoopBody->getSequence()->push_back(node->getExpression()); in traverseLoop()
|
D | RemoveUnreferencedVariables.cpp | 343 ASSERT(node->getExpression() == nullptr || in traverseLoop() 344 node->getExpression()->getAsDeclarationNode() == nullptr); in traverseLoop()
|
D | PruneNoOps.cpp | 185 TIntermTyped *expr = loop->getExpression(); in visitLoop()
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
D | SimplifyLoopConditions.cpp | 143 if (!mFoundLoopToChange && node->getExpression()) in traverseLoop() 145 node->getExpression()->traverse(this); in traverseLoop() 256 if (node->getExpression()) in traverseLoop() 258 whileLoopBody->getSequence()->push_back(node->getExpression()); in traverseLoop()
|
D | RemoveUnreferencedVariables.cpp | 343 ASSERT(node->getExpression() == nullptr || in traverseLoop() 344 node->getExpression()->getAsDeclarationNode() == nullptr); in traverseLoop()
|
D | PruneNoOps.cpp | 145 TIntermTyped *expr = loop->getExpression(); in visitLoop()
|
D | ArrayReturnValueToOutParameter.cpp | 184 TIntermTyped *expression = node->getExpression(); in visitBranch()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | intermOut.cpp | 434 if (node->getExpression()) { in visitLoop() 437 node->getExpression()->traverse(this); in visitLoop() 459 if (node->getExpression()) { in visitBranch() 462 node->getExpression()->traverse(this); in visitBranch()
|
D | intermediate.h | 370 TIntermTyped* getExpression() { return expr; } in getExpression() function 399 TIntermTyped* getExpression() { return expression; } in getExpression() function
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | OutputTree.cpp | 664 if (node->getExpression()) in visitLoop() 668 node->getExpression()->traverse(this); in visitLoop() 699 if (node->getExpression()) in visitBranch() 703 node->getExpression()->traverse(this); in visitBranch()
|
D | OutputHLSL.cpp | 2866 if (node->getExpression()) in visitLoop() 2868 node->getExpression()->traverse(this); in visitLoop() 2940 if (node->getExpression()) in visitBranch() 3033 if (index != nullptr && comparator != EOpNull && node->getExpression()) in handleExcessiveLoop() 3035 TIntermBinary *binaryTerminal = node->getExpression()->getAsBinaryNode(); in handleExcessiveLoop() 3036 TIntermUnary *unaryTerminal = node->getExpression()->getAsUnaryNode(); in handleExcessiveLoop()
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | OutputTree.cpp | 640 if (node->getExpression()) in visitLoop() 644 node->getExpression()->traverse(this); in visitLoop() 675 if (node->getExpression()) in visitBranch() 679 node->getExpression()->traverse(this); in visitBranch()
|
D | OutputHLSL.cpp | 2765 if (node->getExpression()) in visitLoop() 2767 node->getExpression()->traverse(this); in visitLoop() 2839 if (node->getExpression()) in visitBranch() 2932 if (index != nullptr && comparator != EOpNull && node->getExpression()) in handleExcessiveLoop() 2934 TIntermBinary *binaryTerminal = node->getExpression()->getAsBinaryNode(); in handleExcessiveLoop() 2935 TIntermUnary *unaryTerminal = node->getExpression()->getAsUnaryNode(); in handleExcessiveLoop()
|
/third_party/glslang/glslang/MachineIndependent/ |
D | propagateNoContraction.cpp | 318 if (node->getFlowOp() == glslang::EOpReturn && node->getExpression() && in visitBranch() 325 node->getExpression()->traverse(this); in visitBranch() 653 assert(return_node->getFlowOp() == glslang::EOpReturn && return_node->getExpression()); in propagateNoContractionInReturnNode() 654 return_node->getExpression()->traverse(this); in propagateNoContractionInReturnNode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | StripSymbols.cpp | 338 if (DIG->getExpression() && DIG->getExpression()->isConstant()) in runOnModule()
|
/third_party/typescript/src/services/refactors/ |
D | convertToOptionalChainExpression.ts | 93 …const expression = parent && isValidExpressionOrStatement(parent) ? getExpression(parent) : undefi… 225 function getExpression(node: ValidExpressionOrStatement): ValidExpression | undefined { function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 1224 DVI->getExpression() == DIExpr) in LdStHasDebugValue() 1241 if ((DVI->getVariable() == DIVar) && (DVI->getExpression() == DIExpr)) in PhiHasDebugValue() 1292 auto *DIExpr = DII->getExpression(); in ConvertDebugDeclareToDebugValue() 1320 auto *DIExpr = DII->getExpression(); in ConvertDebugDeclareToDebugValue() 1351 auto *DIExpr = DII->getExpression(); in ConvertDebugDeclareToDebugValue() 1442 DIExpression::append(DDI->getExpression(), dwarf::DW_OP_deref); in LowerDbgDeclare() 1556 auto *DIExpr = DII->getExpression(); in replaceDbgDeclare() 1580 auto *DIExpr = DVI->getExpression(); in replaceOneDbgValueForAlloca() 1641 salvageDebugInfoImpl(I, DII->getExpression(), StackValue); in salvageDebugInfoForDbgValues() 1852 return DII.getExpression(); in replaceAllDbgUsesWith() [all …]
|
D | LoopUtils.cpp | 630 auto Key = DeadDebugSet.find({DVI->getVariable(), DVI->getExpression()}); in deleteDeadLoop() 633 DeadDebugSet.insert({DVI->getVariable(), DVI->getExpression()}); in deleteDeadLoop() 649 DVI->getVariable(), DVI->getExpression(), in deleteDeadLoop()
|
D | BasicBlockUtils.cpp | 344 DVI->getExpression(), in removeRedundantDbgInstrsUsingBackwardScan() 398 VMI->second.second != DVI->getExpression()) { in removeRedundantDbgInstrsUsingForwardScan() 399 VariableMap[Key] = { DVI->getValue(), DVI->getExpression() }; in removeRedundantDbgInstrsUsingForwardScan()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SDNodeDbgValue.h | 96 DIExpression *getExpression() const { return Expr; } in getExpression() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | IntrinsicInst.cpp | 54 if (auto Fragment = getExpression()->getFragmentInfo()) in getFragmentSizeInBits()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/ |
D | CoverageMappingWriter.cpp | 90 C = Counter::getExpression(AdjustedExpressionIDs[C.getExpressionID()]); in adjust()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/ |
D | ArrayReturnValueToOutParameter.cpp | 187 TIntermTyped *expression = node->getExpression(); in visitBranch()
|