Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
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 …]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Rewrite/
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
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
DCodeViewYAMLTypes.h46 std::shared_ptr<detail::LeafRecordBase> Leaf; member
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
DSynthesis.cpp46 auto *Leaf = new (A.getAllocator()) syntax::Leaf(Tokens.begin()); in createLeaf() local
DTree.cpp51 syntax::Leaf::Leaf(const syntax::Token *Tok) : Node(NodeKind::Leaf), Tok(Tok) { in Leaf() function in syntax::Leaf
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerIO.cpp163 static bool MkDirRecursiveInner(const std::string &Leaf) { in MkDirRecursiveInner()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
DCodeViewRecordIO.cpp91 uint8_t Leaf = Reader->peek(); in skipPadding() local
DCVTypeVisitor.cpp170 TypeLeafKind Leaf; in visitFieldListMemberStream() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
DPPMacroExpansion.cpp191 auto Leaf = LeafModuleMacros.find(II); in updateModuleMacroInfo() local
262 ArrayRef<ModuleMacro*> Leaf; in dumpMacroInfo() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp156 BasicBlock *NewLeafBlock(CaseRange &Leaf, Value *Val, ConstantInt *LowerBound, in NewLeafBlock()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-xray/
Dxray-stacks.cpp467 auto *Leaf = *CurrentStack.begin(); in printStack() local
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DGICombinerEmitter.cpp735 for (const auto &Leaf : Tree.possible_leaves()) { in generateCodeForTree() local
DCodeGenDAGPatterns.cpp3687 Record *Leaf) { in checkOperandClass()
DGlobalISelEmitter.cpp4980 GlobalISelEmitter::getRegClassFromLeaf(TreePatternNode *Leaf) { in getRegClassFromLeaf()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp806 for (const auto &Leaf : Leafs) { in toDebugT() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/ASTDiff/
DASTDiff.cpp320 for (NodeId Leaf : Leaves) { in setLeftMostDescendants() local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
DIntervalMap.h940 using Leaf = IntervalMapImpl::LeafNode<KeyT, ValT, Sizer::LeafSize, Traits>; variable
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp528 MachineInstr *Leaf = MRI->getUniqueVRegDef(RegA); in getFMAPatterns() local
819 MachineInstr *Leaf = nullptr; in reassociateFMA() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DLowerMatrixIntrinsics.cpp1822 Value *Leaf; member