HomeSort by relevance Sort by last modified time
    Searched defs:Filtered (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
PrettyTypeDumper.cpp 88 std::vector<std::unique_ptr<ClassLayout>> Filtered;
90 Filtered.reserve(UnfilteredCount);
127 Filtered.push_back(std::move(Layout));
131 llvm::sort(Filtered.begin(), Filtered.end(), Comp);
132 return Filtered;
176 // responsive. So only precompute the filtered/sorted set of classes if
178 std::vector<LayoutPtr> Filtered;
181 Filtered = filterAndSortClassDefs(Printer, *Classes, All);
183 Shown = Filtered.size()
    [all...]
  /external/clang/lib/Driver/
Multilib.cpp 253 multilib_list Filtered = filterCopy([&FlagSet](const Multilib &M) {
263 if (Filtered.size() == 0)
265 if (Filtered.size() == 1) {
266 M = Filtered[0];
  /external/swiftshader/third_party/subzero/src/
IceRegAlloc.cpp 647 void LinearScan::allocateFreeRegister(IterationState &Iter, bool Filtered) {
649 *RegNumBVIter(Filtered ? Iter.Free : Iter.FreeUnfiltered).begin();
651 if (Filtered)
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
ARMDecoderEmitter.cpp 285 // Keeps track of the last opcode in the filtered bucket.
315 // A special case arises when there's only one entry in the filtered
597 // A special case arises when there's only one entry in the filtered
625 // No need to recurse for a singleton filtered instruction.
949 bool Filtered = PositionFiltered(i);
956 if (Filtered || Val == -1)
966 if (Filtered || Val == -1) {
    [all...]
FixedLenDecoderEmitter.cpp 145 // Keeps track of the last opcode in the filtered bucket.
174 // A special case arises when there's only one entry in the filtered
435 // A special case arises when there's only one entry in the filtered
463 // No need to recurse for a singleton filtered instruction.
696 bool Filtered = PositionFiltered(i);
703 if (Filtered || Val == -1)
713 if (Filtered || Val == -1) {
    [all...]

Completed in 255 milliseconds