Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Driver/
DMultilib.cpp252 multilib_list Filtered = filterCopy([&FlagSet](const Multilib &M) { in select() local
262 if (Filtered.empty()) in select()
264 if (Filtered.size() == 1) { in select()
265 M = Filtered[0]; in select()
270 llvm::sort(Filtered.begin(), Filtered.end(), in select()
275 if (Filtered[0].priority() > Filtered[1].priority()) { in select()
276 M = Filtered[0]; in select()
/external/llvm-project/llvm/tools/llvm-pdbutil/
DPrettyTypeDumper.cpp91 std::vector<std::unique_ptr<ClassLayout>> Filtered; in filterAndSortClassDefs() local
93 Filtered.reserve(UnfilteredCount); in filterAndSortClassDefs()
130 Filtered.push_back(std::move(Layout)); in filterAndSortClassDefs()
134 llvm::sort(Filtered, Comp); in filterAndSortClassDefs()
135 return Filtered; in filterAndSortClassDefs()
230 std::vector<LayoutPtr> Filtered; in start() local
233 Filtered = filterAndSortClassDefs(Printer, *Classes, All); in start()
235 Shown = Filtered.size(); in start()
247 for (auto &Class : Filtered) in start()
/external/clang/lib/Driver/
DMultilib.cpp253 multilib_list Filtered = filterCopy([&FlagSet](const Multilib &M) { in select() local
263 if (Filtered.size() == 0) in select()
265 if (Filtered.size() == 1) { in select()
266 M = Filtered[0]; in select()
/external/rust/crates/libz-sys/src/zlib/contrib/ada/
Dzlib.ads119 Filtered : constant Strategy_Type; constant
307 Filtered : constant Strategy_Type := 1; constant
/external/swiftshader/third_party/subzero/src/
DIceRegAlloc.cpp647 void LinearScan::allocateFreeRegister(IterationState &Iter, bool Filtered) { in allocateFreeRegister() argument
649 *RegNumBVIter(Filtered ? Iter.Free : Iter.FreeUnfiltered).begin(); in allocateFreeRegister()
651 if (Filtered) in allocateFreeRegister()
938 constexpr bool Filtered = true; in scan() local
939 allocateFreeRegister(Iter, Filtered); in scan()
DIceRegAlloc.h106 void allocateFreeRegister(IterationState &Iter, bool Filtered);
/external/llvm-project/llvm/lib/Transforms/Scalar/
DNewGVN.cpp997 auto Filtered = make_filter_range(PHIOperands, [&](const ValPair &P) { in createPHIExpression() local
1011 std::transform(Filtered.begin(), Filtered.end(), op_inserter(E), in createPHIExpression()
1706 auto Filtered = make_filter_range(E->operands(), [&](Value *Arg) { in performSymbolicPHIEvaluation() local
1714 if (Filtered.empty()) { in performSymbolicPHIEvaluation()
1728 Value *AllSameValue = *(Filtered.begin()); in performSymbolicPHIEvaluation()
1729 ++Filtered.begin(); in performSymbolicPHIEvaluation()
1731 if (llvm::all_of(Filtered, [&](Value *Arg) { return Arg == AllSameValue; })) { in performSymbolicPHIEvaluation()
2980 auto Filtered = make_filter_range(MP->operands(), [&](const Use &U) { in valueNumberMemoryPhi() local
2988 if (Filtered.begin() == Filtered.end()) { in valueNumberMemoryPhi()
2999 auto MappedBegin = map_iterator(Filtered.begin(), LookupFunc); in valueNumberMemoryPhi()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp995 auto Filtered = make_filter_range(PHIOperands, [&](const ValPair &P) { in createPHIExpression() local
1009 std::transform(Filtered.begin(), Filtered.end(), op_inserter(E), in createPHIExpression()
1755 auto Filtered = make_filter_range(E->operands(), [&](Value *Arg) { in performSymbolicPHIEvaluation() local
1763 if (Filtered.empty()) { in performSymbolicPHIEvaluation()
1777 Value *AllSameValue = *(Filtered.begin()); in performSymbolicPHIEvaluation()
1778 ++Filtered.begin(); in performSymbolicPHIEvaluation()
1780 if (llvm::all_of(Filtered, [&](Value *Arg) { return Arg == AllSameValue; })) { in performSymbolicPHIEvaluation()
3027 auto Filtered = make_filter_range(MP->operands(), [&](const Use &U) { in valueNumberMemoryPhi() local
3035 if (Filtered.begin() == Filtered.end()) { in valueNumberMemoryPhi()
3046 auto MappedBegin = map_iterator(Filtered.begin(), LookupFunc); in valueNumberMemoryPhi()
[all …]
/external/autotest/server/cros/chaos_lib/
Dchaos_analyzer_usage.txt33 Filtered Packet Capture Summary
/external/bazelbuild-rules_android/rules/
Dproviders.bzl45 jdeps = "Filtered jdeps",
/external/llvm-project/polly/lib/Transform/
DSimplify.cpp303 isl::union_map Filtered = in coalesceWrites() local
307 for (isl::map Map : Filtered.get_map_list()) { in coalesceWrites()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopInfoImpl.h106 auto Filtered = make_filter_range(L->blocks(), Pred); in getUniqueExitBlocksHelper() local
107 for (BlockT *BB : Filtered) in getUniqueExitBlocksHelper()
/external/llvm-project/llvm/include/llvm/Analysis/
DLoopInfoImpl.h112 auto Filtered = make_filter_range(L->blocks(), Pred); in getUniqueExitBlocksHelper() local
113 for (BlockT *BB : Filtered) in getUniqueExitBlocksHelper()
/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp997 bool Filtered = PositionFiltered(i); in getIslands() local
1002 if (Filtered || Val == -1) in getIslands()
1012 if (Filtered || Val == -1) { in getIslands()
/external/llvm-project/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp1064 bool Filtered = PositionFiltered(i); in getIslands() local
1069 if (Filtered || Val == -1) in getIslands()
1079 if (Filtered || Val == -1) { in getIslands()
/external/llvm-project/mlir/docs/Tutorials/
DUnderstandingTheIRStructure.md159 ### Filtered iterator: `getOps<OpTy>()`
/external/libevent/
Dwhatsnew-2.0.txt466 5.3. Filtered bufferevent IO