Home
last modified time | relevance | path

Searched defs:Leaf (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp40 for (const auto &Leaf : PossibleLeaves) { in writeDOTGraphNode() local
53 for (const GIMatchTreeLeafInfo &Leaf : PossibleLeaves) { in writeDOTGraphNode() local
221 for (const auto &Leaf : Leaves) { in runStep() local
276 for (auto &Leaf : make_range(Leaves.begin(), FirstFullyTested)) in runStep() local
278 for (const auto &Leaf : make_range(FirstFullyTested, Leaves.end())) in runStep() local
284 for (const auto &Leaf : Leaves) { in runStep() local
362 for (auto &Leaf : Leaves) { in run() local
394 for (const auto &Leaf : enumerate(Leaves)) { in repartition() local
516 for (const auto &Leaf : enumerate(Leaves)) { in repartition() local
543 auto &Leaf = EnumeratedLeaf.value(); in applyForPartition() local
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Rewrite/
H A DRewriteRope.cpp621 if (auto *Leaf = dyn_cast<RopePieceBTreeLeaf>(this)) in Destroy() local
635 if (auto *Leaf = dyn_cast<RopePieceBTreeLeaf>(this)) in split() local
649 if (auto *Leaf = dyn_cast<RopePieceBTreeLeaf>(this)) in insert() local
658 if (auto *Leaf = dyn_cast<RopePieceBTreeLeaf>(this)) in erase() local
739 if (auto *Leaf = dyn_cast<RopePieceBTreeLeaf>(getRoot(Root))) in clear() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLTypes.h46 std::shared_ptr<detail::LeafRecordBase> Leaf; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DSynthesis.cpp46 auto *Leaf = new (A.getAllocator()) syntax::Leaf(Tokens.begin()); in createLeaf() local
H A DTree.cpp51 syntax::Leaf::Leaf(const syntax::Token *Tok) : Node(NodeKind::Leaf), Tok(Tok) { in Leaf() function in syntax::Leaf
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp91 uint8_t Leaf = Reader->peek(); in skipPadding() local
H A DCVTypeVisitor.cpp170 TypeLeafKind Leaf; in visitFieldListMemberStream() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPMacroExpansion.cpp191 auto Leaf = LeafModuleMacros.find(II); in updateModuleMacroInfo() local
262 ArrayRef<ModuleMacro*> Leaf; in dumpMacroInfo() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp156 BasicBlock *NewLeafBlock(CaseRange &Leaf, Value *Val, ConstantInt *LowerBound, in NewLeafBlock()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-xray/
H A Dxray-stacks.cpp467 auto *Leaf = *CurrentStack.begin(); in printStack() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp735 for (const auto &Leaf : Tree.possible_leaves()) { in generateCodeForTree() local
H A DCodeGenDAGPatterns.cpp3686 Record *Leaf) { in checkOperandClass()
H A DGlobalISelEmitter.cpp4966 GlobalISelEmitter::getRegClassFromLeaf(TreePatternNode *Leaf) { in getRegClassFromLeaf()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp806 for (const auto &Leaf : Leafs) { in toDebugT() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp320 for (NodeId Leaf : Leaves) { in setLeftMostDescendants() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DIntervalMap.h940 using Leaf = IntervalMapImpl::LeafNode<KeyT, ValT, Sizer::LeafSize, Traits>; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp528 MachineInstr *Leaf = MRI->getUniqueVRegDef(RegA); in getFMAPatterns() local
819 MachineInstr *Leaf = nullptr; in reassociateFMA() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1624 Value *Leaf; member
/netbsd-src/external/mit/isl/dist/interface/
H A Dtemplate_cpp.cc134 static TupleKindPtr Leaf("Leaf"); variable