Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp41 for (const auto &Leaf : PossibleLeaves) { in writeDOTGraphNode() local
221 for (const auto &Leaf : Leaves) { 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
568 for (auto &Leaf : NewLeaves) { in applyForPartition() local
582 for (auto &Leaf : NewLeaves) { in applyForPartition() local
722 auto &Leaf = EnumeratedLeaf.value(); in applyForPartition() local
[all …]
/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLTypes.h46 std::shared_ptr<detail::LeafRecordBase> Leaf; member
/openbsd/gnu/llvm/clang/lib/Tooling/Syntax/
H A DSynthesis.cpp50 auto *Leaf = new (A.getAllocator()) syntax::Leaf( in createLeaf() local
H A DTree.cpp35 syntax::Leaf::Leaf(syntax::TokenManager::Key K) : Node(NodeKind::Leaf), K(K) {} in Leaf() function in syntax::Leaf
/openbsd/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerIO.cpp171 static bool MkDirRecursiveInner(const std::string &Leaf) { in MkDirRecursiveInner()
/openbsd/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp93 uint8_t Leaf = Reader->peek(); in skipPadding() local
H A DCVTypeVisitor.cpp171 TypeLeafKind Leaf; in visitFieldListMemberStream() local
/openbsd/gnu/llvm/clang/lib/Lex/
H A DPPMacroExpansion.cpp188 auto Leaf = LeafModuleMacros.find(II); in updateModuleMacroInfo() local
259 ArrayRef<ModuleMacro*> Leaf; in dumpMacroInfo() local
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp157 BasicBlock *NewLeafBlock(CaseRange &Leaf, Value *Val, ConstantInt *LowerBound, in NewLeafBlock()
/openbsd/gnu/llvm/llvm/tools/llvm-xray/
H A Dxray-stacks.cpp467 auto *Leaf = *CurrentStack.begin(); in printStack() local
/openbsd/gnu/llvm/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp735 for (const auto &Leaf : Tree.possible_leaves()) { in generateCodeForTree() local
H A DCodeGenDAGPatterns.cpp3763 Record *Leaf) { in checkOperandClass()
H A DGlobalISelEmitter.cpp5034 GlobalISelEmitter::getRegClassFromLeaf(TreePatternNode *Leaf) { in getRegClassFromLeaf()
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp809 for (const auto &Leaf : Leafs) { in toDebugT() local
/openbsd/gnu/llvm/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp319 for (NodeId Leaf : Leaves) { in setLeftMostDescendants() local
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DIntervalMap.h938 using Leaf = IntervalMapImpl::LeafNode<KeyT, ValT, Sizer::LeafSize, Traits>; variable
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp532 MachineInstr *Leaf = MRI->getUniqueVRegDef(RegA); in getFMAPatterns() local
821 MachineInstr *Leaf = nullptr; in reassociateFMA() local
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1954 Value *Leaf; member