Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenHwModes.cpp45 std::vector<Record*> Modes = R->getValueAsListOfDefs("Modes"); in HwModeSelect() local
47 if (Modes.size() != Objects.size()) { in HwModeSelect()
53 for (unsigned i = 0, e = Modes.size(); i != e; ++i) { in HwModeSelect()
54 unsigned ModeId = CGH.getHwModeId(Modes[i]); in HwModeSelect()
73 Modes.emplace_back(R); in CodeGenHwModes()
74 ModeIds.insert(std::make_pair(R, Modes.size())); in CodeGenHwModes()
101 for (const HwMode &M : Modes) { in dump()
H A DVarLenCodeEmitterGen.cpp78 std::map<AltEncodingTy, std::string> Modes; member in __anon9188f63a0111::VarLenCodeEmitterGen
243 Modes.insert({Mode, "_" + HWM.getMode(Mode).Name.str()}); in run()
257 if (Modes.empty()) in run()
258 Modes.insert({Universal, ""}); // Base case, skip suffix. in run()
269 for (const auto &Mode : Modes) in run()
272 if (Modes.size() > 1) { in run()
276 for (const auto &Mode : Modes) { in run()
354 IS << " static const unsigned Index" << Modes[Mode] << "[][2] = {\n"; in emitInstructionBaseValues()
422 AltEncodingTy Mode = Modes.begin()->first; in getInstructionCases()
430 for (const auto &Mode : Modes) { in getInstructionCases()
[all …]
H A DCodeGenHwModes.h53 return Modes[Id-1]; in getMode()
56 unsigned getNumModeIds() const { return Modes.size()+1; } in getNumModeIds()
62 std::vector<HwMode> Modes; member
H A DInfoByHwMode.h45 SmallVectorImpl<unsigned> &Modes) { in union_modes() argument
64 Modes.push_back(AI->first); in union_modes()
69 Modes.push_back(BI->first); in union_modes()
72 Modes.push_back(AI->first); in union_modes()
81 Modes.push_back(BI->first); in union_modes()
85 Modes.push_back(DefaultMode); in union_modes()
H A DCodeGenDAGPatterns.cpp198 Modes.reserve(Map.size()); in writeToStream()
201 Modes.push_back(I.first); in writeToStream()
202 if (Modes.empty()) { in writeToStream()
206 array_pod_sort(Modes.begin(), Modes.end()); in writeToStream()
209 for (unsigned M : Modes) { in writeToStream()
231 Modes.insert(I.first); in operator ==()
233 Modes.insert(I.first); in operator ==()
507 for (unsigned M : Modes) { in EnforceSmallerThan()
564 for (unsigned M : Modes) { in EnforceSmallerThan()
745 union_modes(V, W, Modes); in EnforceSameNumElts()
[all …]
H A DCodeGenRegisters.cpp1161 const CodeGenHwModes &Modes) : CGH(Modes) { in CodeGenRegBank() argument
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DXRayArgs.cpp139 llvm::copy(XRaySupportedModes, std::back_inserter(Modes)); in XRayArgs()
147 Modes.clear(); in XRayArgs()
149 llvm::copy(XRaySupportedModes, std::back_inserter(Modes)); in XRayArgs()
151 Modes.push_back(std::string(M)); in XRayArgs()
155 llvm::sort(Modes); in XRayArgs()
156 Modes.erase(std::unique(Modes.begin(), Modes.end()), Modes.end()); in XRayArgs()
234 for (const auto &Mode : Modes) { in addArgs()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DXRayArgs.h26 std::vector<std::string> Modes; variable
38 llvm::ArrayRef<std::string> modeList() const { return Modes; } in modeList()
/freebsd/usr.sbin/pw/
H A Dpw.c38 const char *Modes[] = { variable
168 else if (mode == -1 && (tmp = getindex(Modes, argv[1])) != -1) in main()
H A Dpw_log.c106 "[%s:%s%s] %s\n", sname, Which[which], Modes[mode], in pw_log()
H A Dpw.h110 extern const char *Modes[];
/freebsd/sys/contrib/device-tree/Bindings/soc/fsl/cpm_qe/qe/
H A Dfirmware.txt13 - extended-modes: The Extended Modes bitfield, taken from the
/freebsd/contrib/ntp/html/scripts/
H A Dspecial.txt6 <li class='inline'><a href='xleave.html'>NTP Interleaved Modes</a></li>\
/freebsd/sys/contrib/dev/acpica/include/
H A Dacclib.h385 const char *Modes);
/freebsd/usr.bin/compress/doc/
H A Drevision.log89 * (-D -d -v -b 12), or combination thereof. Modes and other status is
/freebsd/sys/contrib/device-tree/Bindings/connector/
H A Dusb-connector.yaml158 description: List of Alternative Modes supported by the schematics on the
180 description: VDO returned by Discover Modes USB PD command.
/freebsd/lib/libc/softfloat/
H A Dsoftfloat.txt49 Rounding Modes
133 Rounding Modes
/freebsd/sys/dev/aic7xxx/
H A Daic79xx.reg48 /* Register window Modes */
1909 field WIDE_RES 0x04 /* Modes 0 and 1 only */
1910 field SDONE 0x02 /* Modes 0 and 1 only */
1911 field DMADONE 0x01 /* Modes 0 and 1 only */
1922 field CLRWIDE_RES 0x04 /* Modes 0 and 1 only */
1923 field CLRSDONE 0x02 /* Modes 0 and 1 only */
1924 field CLRDMADONE 0x01 /* Modes 0 and 1 only */
/freebsd/crypto/openssl/doc/man7/
H A Ddes_modes.pod242 Part 5.2: Modes of operation for an n-bit block cipher algorithm
/freebsd/contrib/tcsh/
H A DNewThings99 Modes that should be set are specified as +<mode>, modes that should
/freebsd/contrib/ntp/ntpd/
H A Dntpd-opts.def332 .Ss "Operating Modes"
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td45 // element on the Modes list.
47 list<HwMode> Modes = Ms;
67 : HwModeSelect<scalar.Modes>, PtrValueType<ValueType<0, 0>, addrspace> {
/freebsd/contrib/ntp/ntpq/
H A Dntpq.texi753 interleave delay (see @url{xleave.html, NTP Interleaved Modes})
H A Dntpq-opts.def959 .Lk xleave.html "NTP Interleaved Modes" )
H A Dinvoke-ntpq.texi839 .Lk xleave.html "NTP Interleaved Modes" )

12