Home
last modified time | relevance | path

Searched refs:Modes (Results 1 – 25 of 35) sorted by relevance

12

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenHwModes.cpp33 std::vector<Record*> Modes = R->getValueAsListOfDefs("Modes"); in HwModeSelect() local
35 if (Modes.size() != Objects.size()) { in HwModeSelect()
41 for (unsigned i = 0, e = Modes.size(); i != e; ++i) { in HwModeSelect()
42 unsigned ModeId = CGH.getHwModeId(Modes[i]->getName()); in HwModeSelect()
67 Modes.emplace_back(R); in CodeGenHwModes()
68 unsigned NewId = Modes.size(); in CodeGenHwModes()
69 ModeIds.insert(std::make_pair(Modes[NewId-1].Name, NewId)); in CodeGenHwModes()
97 for (const HwMode &M : Modes) { in dump()
H A DCodeGenHwModes.h50 return Modes[Id-1]; in getMode()
53 unsigned getNumModeIds() const { return Modes.size()+1; } in getNumModeIds()
59 std::vector<HwMode> Modes; member
H A DCodeGenDAGPatterns.cpp111 Modes.insert(M); in insert()
179 Modes.reserve(Map.size()); in writeToStream()
182 Modes.push_back(I.first); in writeToStream()
183 if (Modes.empty()) { in writeToStream()
187 array_pod_sort(Modes.begin(), Modes.end()); in writeToStream()
190 for (unsigned M : Modes) { in writeToStream()
225 Modes.insert(I.first); in operator ==()
227 Modes.insert(I.first); in operator ==()
231 for (unsigned M : Modes) { in operator ==()
473 for (unsigned M : Modes) { in EnforceSmallerThan()
[all …]
H A DCodeGenRegisters.cpp1087 const CodeGenHwModes &Modes) : CGH(Modes) { in CodeGenRegBank() argument
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/
H A DXRayArgs.cpp161 llvm::copy(XRaySupportedModes, std::back_inserter(Modes)); in XRayArgs()
169 Modes.clear(); in XRayArgs()
171 llvm::copy(XRaySupportedModes, std::back_inserter(Modes)); in XRayArgs()
173 Modes.push_back(M); in XRayArgs()
177 llvm::sort(Modes); in XRayArgs()
178 Modes.erase(std::unique(Modes.begin(), Modes.end()), Modes.end()); in XRayArgs()
222 for (const auto &Mode : Modes) { in addArgs()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/
H A DXRayArgs.h27 std::vector<std::string> Modes; variable
42 llvm::ArrayRef<std::string> modeList() const { return Modes; } in modeList()
/freebsd-12.1/usr.sbin/pw/
H A Dpw.c43 const char *Modes[] = { variable
170 else if (mode == -1 && (tmp = getindex(Modes, argv[1])) != -1) in main()
H A Dpw_log.c111 "[%s:%s%s] %s\n", sname, Which[which], Modes[mode], in pw_log()
H A Dpw.h112 extern const char *Modes[];
/freebsd-12.1/contrib/ntp/html/scripts/
H A Dspecial.txt6 <li class='inline'><a href='xleave.html'>NTP Interleaved Modes</a></li>\
/freebsd-12.1/sys/contrib/dev/acpica/include/
H A Dacclib.h385 const char *Modes);
/freebsd-12.1/contrib/gcc/
H A Dmachmode.def118 corresponding vector modes having width WIDTH. Modes whose
127 corresponding complex modes. Modes smaller than one byte
/freebsd-12.1/contrib/binutils/gas/doc/
H A Dc-sh.texi74 * SH-Addressing:: Addressing Modes
127 @subsection Addressing Modes
/freebsd-12.1/usr.bin/compress/doc/
H A Drevision.log90 * (-D -d -v -b 12), or combination thereof. Modes and other status is
/freebsd-12.1/lib/libc/softfloat/
H A Dsoftfloat.txt50 Rounding Modes
134 Rounding Modes
/freebsd-12.1/sys/dev/aic7xxx/
H A Daic79xx.reg50 /* Register window Modes */
1911 field WIDE_RES 0x04 /* Modes 0 and 1 only */
1912 field SDONE 0x02 /* Modes 0 and 1 only */
1913 field DMADONE 0x01 /* Modes 0 and 1 only */
1924 field CLRWIDE_RES 0x04 /* Modes 0 and 1 only */
1925 field CLRSDONE 0x02 /* Modes 0 and 1 only */
1926 field CLRDMADONE 0x01 /* Modes 0 and 1 only */
/freebsd-12.1/crypto/openssl/doc/man7/
H A Ddes_modes.pod242 Part 5.2: Modes of operation for an n-bit block cipher algorithm
/freebsd-12.1/contrib/tcsh/
H A DNewThings99 Modes that should be set are specified as +<mode>, modes that should
/freebsd-12.1/contrib/ntp/ntpd/
H A Dntpd-opts.def332 .Ss "Operating Modes"
/freebsd-12.1/crypto/openssl/doc/man3/
H A DEVP_EncryptInit.pod353 =head2 GCM and OCB Modes
/freebsd-12.1/contrib/ntp/ntpq/
H A Dntpq.texi753 interleave delay (see @url{xleave.html, NTP Interleaved Modes})
H A Dntpq-opts.def949 .Lk xleave.html "NTP Interleaved Modes" )
/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTarget.td43 // element on the Modes list.
45 list<HwMode> Modes = Ms;
/freebsd-12.1/contrib/gcc/doc/
H A Dlibgcc.texi30 mode, not a specific C type. @xref{Machine Modes}, for an explanation
H A Drtl.texi29 * Machine Modes:: Describing the size and format of a datum.
1018 @node Machine Modes
1019 @section Machine Modes
1246 Modes representing condition code values. These are @code{CCmode} plus

12