Home
last modified time | relevance | path

Searched refs:getExpression (Results 1 – 25 of 73) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDebugLocEntry.h98 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;
DDwarfDebug.h157 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/
DSimplifyLoopConditions.cpp184 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()
DRemoveUnreferencedVariables.cpp343 ASSERT(node->getExpression() == nullptr || in traverseLoop()
344 node->getExpression()->getAsDeclarationNode() == nullptr); in traverseLoop()
DPruneNoOps.cpp185 TIntermTyped *expr = loop->getExpression(); in visitLoop()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DSimplifyLoopConditions.cpp143 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()
DRemoveUnreferencedVariables.cpp343 ASSERT(node->getExpression() == nullptr || in traverseLoop()
344 node->getExpression()->getAsDeclarationNode() == nullptr); in traverseLoop()
DPruneNoOps.cpp145 TIntermTyped *expr = loop->getExpression(); in visitLoop()
DArrayReturnValueToOutParameter.cpp184 TIntermTyped *expression = node->getExpression(); in visitBranch()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DintermOut.cpp434 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()
Dintermediate.h370 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/
DOutputTree.cpp664 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()
DOutputHLSL.cpp2866 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/
DOutputTree.cpp640 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()
DOutputHLSL.cpp2765 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/
DpropagateNoContraction.cpp318 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/
DStripSymbols.cpp338 if (DIG->getExpression() && DIG->getExpression()->isConstant()) in runOnModule()
/third_party/typescript/src/services/refactors/
DconvertToOptionalChainExpression.ts93 …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/
DLocal.cpp1224 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 …]
DLoopUtils.cpp630 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()
DBasicBlockUtils.cpp344 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/
DSDNodeDbgValue.h96 DIExpression *getExpression() const { return Expr; } in getExpression() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DIntrinsicInst.cpp54 if (auto Fragment = getExpression()->getFragmentInfo()) in getFragmentSizeInBits()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/
DCoverageMappingWriter.cpp90 C = Counter::getExpression(AdjustedExpressionIDs[C.getExpressionID()]); in adjust()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/
DArrayReturnValueToOutParameter.cpp187 TIntermTyped *expression = node->getExpression(); in visitBranch()

123