Home
last modified time | relevance | path

Searched refs:makeNode (Results 1 – 19 of 19) sorted by relevance

/third_party/skia/src/gpu/
DGrDynamicAtlas.cpp112 GrDynamicAtlas::Node* GrDynamicAtlas::makeNode(Node* previous, int l, int t, int r, int b) { in makeNode() function in GrDynamicAtlas
160 fTopNode = this->makeNode(nullptr, 0, 0, fWidth, fHeight); in internalPlaceRect()
177 fTopNode = this->makeNode(fTopNode, 0, top, fWidth, fHeight); in internalPlaceRect()
181 fTopNode = this->makeNode(fTopNode, left, 0, fWidth, fHeight); in internalPlaceRect()
DGrDynamicAtlas.h80 Node* makeNode(Node* previous, int l, int t, int r, int b);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DItaniumManglingCanonicalizer.cpp130 Node *makeNode(Args &&...As) { in makeNode() function in __anonccf128ad0111::FoldingNodeAllocator
174 template<typename T, typename ...Args> Node *makeNode(Args &&...As) { in makeNode() function in __anonccf128ad0111::CanonicalizerAllocator
204 Node *StdNamespace = Self.makeNode<itanium_demangle::NameType>("std"); in make()
207 return Self.makeNode<itanium_demangle::NestedName>(StdNamespace, Child); in make()
/third_party/skia/third_party/externals/icu/source/common/
Dstringtriebuilder.cpp74 Node *root=makeNode(0, elementsLength, 0, errorCode); in build()
208 StringTrieBuilder::makeNode(int32_t start, int32_t limit, int32_t unitIndex, UErrorCode &errorCode)… in makeNode() function in StringTrieBuilder
229 Node *nextNode=makeNode(start, limit, lastUnitIndex, errorCode); in makeNode()
297 listNode->add(unit, makeNode(start, i, unitIndex+1, errorCode)); in makeBranchSubNode()
306 listNode->add(unit, makeNode(start, limit, unitIndex+1, errorCode)); in makeBranchSubNode()
/third_party/icu/icu4c/source/common/
Dstringtriebuilder.cpp74 Node *root=makeNode(0, elementsLength, 0, errorCode); in build()
208 StringTrieBuilder::makeNode(int32_t start, int32_t limit, int32_t unitIndex, UErrorCode &errorCode)… in makeNode() function in StringTrieBuilder
229 Node *nextNode=makeNode(start, limit, lastUnitIndex, errorCode); in makeNode()
297 listNode->add(unit, makeNode(start, i, unitIndex+1, errorCode)); in makeBranchSubNode()
306 listNode->add(unit, makeNode(start, limit, unitIndex+1, errorCode)); in makeBranchSubNode()
/third_party/node/deps/icu-small/source/common/
Dstringtriebuilder.cpp74 Node *root=makeNode(0, elementsLength, 0, errorCode); in build()
208 StringTrieBuilder::makeNode(int32_t start, int32_t limit, int32_t unitIndex, UErrorCode &errorCode)… in makeNode() function in StringTrieBuilder
229 Node *nextNode=makeNode(start, limit, lastUnitIndex, errorCode); in makeNode()
297 listNode->add(unit, makeNode(start, i, unitIndex+1, errorCode)); in makeBranchSubNode()
306 listNode->add(unit, makeNode(start, limit, unitIndex+1, errorCode)); in makeBranchSubNode()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DWasmTranslator.cpp301 auto *Loop = Func->makeNode(); in Loop()
318 auto *MergedNode = Func->makeNode(); in Merge()
971 *TrueNode = OperandNode(Func->makeNode()); in Branch()
972 *FalseNode = OperandNode(Func->makeNode()); in Branch()
995 auto *Default = Func->makeNode(); in Switch()
1008 auto *Target = Func->makeNode(); in IfValue()
1151 auto *ExitNode = Func->makeNode(); in CallIndirect()
1159 auto *CallNode = Func->makeNode(); in CallIndirect()
1333 BoundsFailTarget = Func->makeNode(); in getBoundsFailTarget()
1347 IndirectFailTarget = Func->makeNode(); in getIndirectFailTarget()
[all …]
DIceCfg.h93 CfgNode *makeNode();
DIceCfgNode.cpp287 CfgNode *NewNode = Func->makeNode(); in splitIncomingEdge()
1316 auto *NewNode = Func->makeNode(); in shortCircuit()
DIceConverter.cpp189 NodeMap[BB] = Func->makeNode(); in mapBasicBlockToNode()
DIceCfg.cpp97 CfgNode *Cfg::makeNode() { in makeNode() function in Ice::Cfg
DPNaClTranslator.cpp1478 Ice::CfgNode *Node = Func->makeNode(); in installNextBasicBlock()
/third_party/node/deps/icu-small/source/common/unicode/
Dstringtriebuilder.h104 Node *makeNode(int32_t start, int32_t limit, int32_t unitIndex, UErrorCode &errorCode);
/third_party/icu/icu4c/source/common/unicode/
Dstringtriebuilder.h104 Node *makeNode(int32_t start, int32_t limit, int32_t unitIndex, UErrorCode &errorCode);
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dstringtriebuilder.h104 Node *makeNode(int32_t start, int32_t limit, int32_t unitIndex, UErrorCode &errorCode);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
DItaniumDemangle.cpp311 template<typename T, typename ...Args> T *makeNode(Args &&...args) { in makeNode() function in __anona3c1c87b0211::DefaultAllocator
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DSubzeroReactor.cpp79 Ice::CfgNode *node = function->makeNode(); in createFunction()
1114 return B(::function->makeNode()); in createBasicBlock()
1146 ::basicBlock = ::function->makeNode(); in createFunction()
4775 auto doneBlock = awaitFunc->makeNode(); in generateAwaitFunction()
4782 auto resumeBlock = awaitFunc->makeNode(); in generateAwaitFunction()
/third_party/node/deps/corepack/dist/lib/
Dcorepack.cjs37242 nodes: [makeNode(), makeNode(), makeNode()]
37556 function makeNode() {
37573 const output = makeNode();
37813 firstNode = injectNode(machine, makeNode());
37820 const optionPathNode = injectNode(machine, makeNode());
37826 const nextPathNode = injectNode(machine, makeNode());
37831 const helpNode = injectNode(machine, makeNode());
37841 const nextLeadingNode = injectNode(machine, makeNode());
37851 const extraShortcutNode = injectNode(machine, makeNode());
37854 const extraNode = injectNode(machine, makeNode());
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DItaniumDemangle.h2367 return ASTAllocator.template makeNode<T>(std::forward<Args>(args)...); in make()