reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

usr/include/c++/7.4.0/bits/algorithmfwd.h
  624     adjacent_find(_FIter, _FIter);

References

lib/Target/X86/X86InstrFoldTables.cpp
 5522            std::adjacent_find(std::begin(MemoryFoldTable2Addr),
 5528            std::adjacent_find(std::begin(MemoryFoldTable0),
 5534            std::adjacent_find(std::begin(MemoryFoldTable1),
 5540            std::adjacent_find(std::begin(MemoryFoldTable2),
 5546            std::adjacent_find(std::begin(MemoryFoldTable3),
 5552            std::adjacent_find(std::begin(MemoryFoldTable4),
 5558            std::adjacent_find(std::begin(BroadcastFoldTable2),
 5564            std::adjacent_find(std::begin(BroadcastFoldTable3),
 5649     assert(std::adjacent_find(Table.begin(), Table.end()) == Table.end() &&
lib/Target/X86/X86IntrinsicsInfo.h
 1164   assert((std::adjacent_find(std::begin(IntrinsicsWithoutChain),
 1167          (std::adjacent_find(std::begin(IntrinsicsWithChain),