Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
HDGIMatchTree.cpp39 for (const auto &Leaf : PossibleLeaves) { in writeDOTGraphNode() local
52 for (const GIMatchTreeLeafInfo &Leaf : PossibleLeaves) { in writeDOTGraphNode() local
221 for (const auto &Leaf : Leaves) { in runStep() local
277 for (auto &Leaf : make_range(Leaves.begin(), FirstFullyTested)) in runStep() local
279 for (const auto &Leaf : make_range(FirstFullyTested, Leaves.end())) in runStep() local
285 for (const auto &Leaf : Leaves) { in runStep() local
363 for (auto &Leaf : Leaves) { in run() local
395 for (const auto &Leaf : enumerate(Leaves)) { in repartition() local
518 for (const auto &Leaf : enumerate(Leaves)) { in repartition() local
545 auto &Leaf = EnumeratedLeaf.value(); in applyForPartition() local
[all …]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Rewrite/
HDRewriteRope.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
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
HDCodeViewYAMLTypes.h46 std::shared_ptr<detail::LeafRecordBase> Leaf; member
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
HDTree.cpp51 syntax::Leaf::Leaf(const syntax::Token *Tok) : Node(NodeKind::Leaf), Tok(Tok) { in Leaf() function in syntax::Leaf
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDCodeViewRecordIO.cpp91 uint8_t Leaf = Reader->peek(); in skipPadding() local
HDCVTypeVisitor.cpp170 TypeLeafKind Leaf; in visitFieldListMemberStream() local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
HDNodes.h38 Leaf, enumerator
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
HDPPMacroExpansion.cpp189 auto Leaf = LeafModuleMacros.find(II); in updateModuleMacroInfo() local
260 ArrayRef<ModuleMacro*> Leaf; in dumpMacroInfo() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDLowerSwitch.cpp333 BasicBlock *LowerSwitch::newLeafBlock(CaseRange &Leaf, Value *Val, in newLeafBlock()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-xray/
HDxray-stacks.cpp466 auto *Leaf = *CurrentStack.begin(); in printStack() local
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
HDGICombinerEmitter.cpp738 for (const auto &Leaf : Tree.possible_leaves()) { in generateCodeForTree() local
HDCodeGenDAGPatterns.cpp3611 Record *Leaf) { in checkOperandClass()
HDGlobalISelEmitter.cpp4499 GlobalISelEmitter::getRegClassFromLeaf(TreePatternNode *Leaf) { in getRegClassFromLeaf()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDCodeViewYAMLTypes.cpp801 for (const auto &Leaf : Leafs) { in toDebugT() local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/ASTDiff/
HDASTDiff.cpp319 for (NodeId Leaf : Leaves) { in setLeftMostDescendants() local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDIntervalMap.h935 using Leaf = IntervalMapImpl::LeafNode<KeyT, ValT, Sizer::LeafSize, Traits>; variable