Home
last modified time | relevance | path

Searched refs:Filtered (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyTypeDumper.cpp93 std::vector<std::unique_ptr<ClassLayout>> Filtered; in filterAndSortClassDefs() local
95 Filtered.reserve(UnfilteredCount); in filterAndSortClassDefs()
132 Filtered.push_back(std::move(Layout)); in filterAndSortClassDefs()
136 llvm::sort(Filtered, Comp); in filterAndSortClassDefs()
137 return Filtered; in filterAndSortClassDefs()
232 std::vector<LayoutPtr> Filtered; in start() local
235 Filtered = filterAndSortClassDefs(Printer, *Classes, All); in start()
237 Shown = Filtered.size(); in start()
249 for (auto &Class : Filtered) in start()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp1028 auto Filtered = make_filter_range(PHIOperands, [&](const ValPair &P) { in createPHIExpression() local
1042 std::transform(Filtered.begin(), Filtered.end(), op_inserter(E), in createPHIExpression()
1750 auto Filtered = make_filter_range(E->operands(), [&](Value *Arg) { in performSymbolicPHIEvaluation() local
1762 if (Filtered.empty()) { in performSymbolicPHIEvaluation()
1782 Value *AllSameValue = *(Filtered.begin()); in performSymbolicPHIEvaluation()
1783 ++Filtered.begin(); in performSymbolicPHIEvaluation()
1785 if (llvm::all_of(Filtered, [&](Value *Arg) { return Arg == AllSameValue; })) { in performSymbolicPHIEvaluation()
3043 auto Filtered = make_filter_range(MP->operands(), [&](const Use &U) { in valueNumberMemoryPhi() local
3051 if (Filtered.begin() == Filtered.end()) { in valueNumberMemoryPhi()
3062 auto MappedBegin = map_iterator(Filtered.begin(), LookupFunc); in valueNumberMemoryPhi()
[all …]
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx6ull-dhcom-pdk2.dts130 /* Filtered supply voltage */
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfoImpl.h133 auto Filtered = make_filter_range(L->blocks(), Pred); in getUniqueExitBlocksHelper() local
134 for (BlockT *BB : Filtered) in getUniqueExitBlocksHelper()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp1138 bool Filtered = PositionFiltered(i); in getIslands() local
1144 if (Filtered || Val == -1) in getIslands()
1154 if (Filtered || Val == -1) { in getIslands()
/freebsd/contrib/ntp/sntp/libevent/
H A Dwhatsnew-2.0.txt466 5.3. Filtered bufferevent IO
/freebsd/contrib/libevent/
H A Dwhatsnew-2.0.txt466 5.3. Filtered bufferevent IO
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp5583 SmallVector<TreeEntry *> Filtered; in reorderBottomToTop() local
5594 Filtered.push_back(TE); in reorderBottomToTop()
5608 for (TreeEntry *TE : Filtered) in reorderBottomToTop()