Home
last modified time | relevance | path

Searched defs:Leaves (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp622 ArrayRef<Directive> Leaves = getLeafConstructs(DKind); in isOpenMPNestingTeamsDirective() local
645 ArrayRef<Directive> Leaves = getLeafConstructs(Kind); in isOpenMPNestingDistributeDirective() local
657 ArrayRef<Directive> Leaves = getLeafConstructs(Kind); in isOpenMPGenericLoopDirective() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86PartialReduction.cpp435 static void collectLeaves(Value *Root, SmallVectorImpl<Instruction *> &Leaves) { in collectLeaves()
527 SmallVector<Instruction *, 8> Leaves; in runOnFunction() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDirectiveEmitter.cpp522 std::vector<Record *> Leaves = Dir.getLeafConstructs(); in EmitLeafTable() local
584 auto &Leaves = LeafTable[Ordering[I]]; in EmitLeafTable() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp2472 SmallVector<Value *, 4> Leaves; in getExpressionLeaves() local
2557 auto Leaves = getExpressionLeaves(ExprsInSubprogram); in emitRemarks() local
H A DReassociate.cpp421 LeafMap Leaves; // Leaf -> Total weight so far. in LinearizeExprTree() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp2093 LeafPrioQueue Leaves(NOpcode); in balanceSubTree() local