/openbsd/gnu/llvm/llvm/utils/TableGen/GlobalISel/ |
H A D | GIMatchTree.cpp | 41 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 D | RewriteRope.cpp | 621 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 D | CodeViewYAMLTypes.h | 46 std::shared_ptr<detail::LeafRecordBase> Leaf; member
|
/openbsd/gnu/llvm/clang/lib/Tooling/Syntax/ |
H A D | Synthesis.cpp | 50 auto *Leaf = new (A.getAllocator()) syntax::Leaf( in createLeaf() local
|
H A D | Tree.cpp | 35 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 D | FuzzerIO.cpp | 171 static bool MkDirRecursiveInner(const std::string &Leaf) { in MkDirRecursiveInner()
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
H A D | CodeViewRecordIO.cpp | 93 uint8_t Leaf = Reader->peek(); in skipPadding() local
|
H A D | CVTypeVisitor.cpp | 171 TypeLeafKind Leaf; in visitFieldListMemberStream() local
|
/openbsd/gnu/llvm/clang/lib/Lex/ |
H A D | PPMacroExpansion.cpp | 188 auto Leaf = LeafModuleMacros.find(II); in updateModuleMacroInfo() local 259 ArrayRef<ModuleMacro*> Leaf; in dumpMacroInfo() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | LowerSwitch.cpp | 157 BasicBlock *NewLeafBlock(CaseRange &Leaf, Value *Val, ConstantInt *LowerBound, in NewLeafBlock()
|
/openbsd/gnu/llvm/llvm/tools/llvm-xray/ |
H A D | xray-stacks.cpp | 467 auto *Leaf = *CurrentStack.begin(); in printStack() local
|
/openbsd/gnu/llvm/llvm/utils/TableGen/ |
H A D | GICombinerEmitter.cpp | 735 for (const auto &Leaf : Tree.possible_leaves()) { in generateCodeForTree() local
|
H A D | CodeGenDAGPatterns.cpp | 3763 Record *Leaf) { in checkOperandClass()
|
H A D | GlobalISelEmitter.cpp | 5034 GlobalISelEmitter::getRegClassFromLeaf(TreePatternNode *Leaf) { in getRegClassFromLeaf()
|
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLTypes.cpp | 809 for (const auto &Leaf : Leafs) { in toDebugT() local
|
/openbsd/gnu/llvm/clang/lib/Tooling/ASTDiff/ |
H A D | ASTDiff.cpp | 319 for (NodeId Leaf : Leaves) { in setLeftMostDescendants() local
|
/openbsd/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | IntervalMap.h | 938 using Leaf = IntervalMapImpl::LeafNode<KeyT, ValT, Sizer::LeafSize, Traits>; variable
|
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrInfo.cpp | 532 MachineInstr *Leaf = MRI->getUniqueVRegDef(RegA); in getFMAPatterns() local 821 MachineInstr *Leaf = nullptr; in reassociateFMA() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | LowerMatrixIntrinsics.cpp | 1954 Value *Leaf; member
|