Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenHwModes.cpp42 std::vector<const Record *> Modes = R->getValueAsListOfDefs("Modes"); in HwModeSelect() local
44 for (auto [Mode, Object] : zip_equal(Modes, Objects)) { in HwModeSelect()
64 Modes.emplace_back(R); in CodeGenHwModes()
65 ModeIds.try_emplace(R, Modes.size()); in CodeGenHwModes()
68 assert(Modes.size() <= 32 && "number of HwModes exceeds maximum of 32"); in CodeGenHwModes()
94 for (const HwMode &M : Modes) { in dump()
H A DVarLenCodeEmitterGen.cpp78 std::map<AltEncodingTy, std::string> Modes; member in __anon5736664a0111::VarLenCodeEmitterGen
244 Modes.try_emplace(Mode, "_" + HWM.getMode(Mode).Name.str()); in run()
257 if (Modes.empty()) in run()
258 Modes.try_emplace(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()
355 SS << " static const uint64_t InstBits" << Modes[Mode] << "[] = {\n"; in emitInstructionBaseValues()
423 AltEncodingTy Mode = Modes.begin()->first; in getInstructionCases()
[all …]
H A DCodeGenHwModes.h53 return Modes[Id - 1]; in getMode()
64 unsigned getNumModeIds() const { return Modes.size() + 1; } in getNumModeIds()
70 std::vector<HwMode> Modes; member
H A DInfoByHwMode.h44 SmallVectorImpl<unsigned> &Modes) { in union_modes() argument
63 Modes.push_back(AI->first); in union_modes()
68 Modes.push_back(BI->first); in union_modes()
71 Modes.push_back(AI->first); in union_modes()
80 Modes.push_back(BI->first); in union_modes()
84 Modes.push_back(DefaultMode); in union_modes()
H A DCodeGenDAGPatterns.cpp188 SmallVector<unsigned, 4> Modes; in writeToStream() local
189 Modes.reserve(Map.size()); in writeToStream()
192 Modes.push_back(I.first); in writeToStream()
193 if (Modes.empty()) { in writeToStream()
197 array_pod_sort(Modes.begin(), Modes.end()); in writeToStream()
200 for (unsigned M : Modes) { in writeToStream()
220 SmallSet<unsigned, 4> Modes; in operator ==() local
221 Modes.insert_range(llvm::make_first_range(*this)); in operator ==()
222 Modes.insert_range(llvm::make_first_range(VTS)); in operator ==()
226 for (unsigned M : Modes) { in operator ==()
[all …]
H A DCodeGenRegisters.cpp1128 const CodeGenHwModes &Modes) in CodeGenRegBank() argument
1129 : CGH(Modes) { in CodeGenRegBank()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DXRayArgs.cpp160 llvm::append_range(Modes, XRaySupportedModes); in XRayArgs()
168 Modes.clear(); in XRayArgs()
170 llvm::append_range(Modes, XRaySupportedModes); in XRayArgs()
172 Modes.push_back(std::string(M)); in XRayArgs()
176 llvm::sort(Modes); in XRayArgs()
177 Modes.erase(llvm::unique(Modes), Modes.end()); in XRayArgs()
259 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
40 llvm::ArrayRef<std::string> modeList() const { return Modes; } in modeList()
/freebsd/usr.sbin/pw/
H A Dpw.c38 const char *Modes[] = { variable
190 } 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.h115 extern const char *Modes[];
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp424 AArch64HwModeBits Modes = AArch64HwModeBits::DefaultMode; in getHwModeSet() local
431 Modes |= AArch64HwModeBits::SMEWithZPRPredicateSpills; in getHwModeSet()
434 return to_underlying(Modes); in getHwModeSet()
/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/sys/contrib/edk2/Include/Protocol/
H A DIdeControllerInit.h499 IN EFI_ATA_COLLECTIVE_MODE *Modes
/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/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLegalizerInfo.cpp460 Register Modes = MI.getOperand(0).getReg(); in legalizeCustom() local
466 auto FPModeBits = MIRBuilder.buildAnd(FPEnvTy, Modes, NotStatusBitMask); in legalizeCustom()
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_HPKE_CTX_new.pod159 =head2 HPKE Modes
186 modes> and L</Sender-authenticated HPKE Modes>.
237 subsequent HPKE operations, given a I<mode> (See L</HPKE Modes>), I<suite> (see
349 =head2 Sender-authenticated HPKE Modes
/freebsd/usr.bin/compress/doc/
H A Drevision.log89 * (-D -d -v -b 12), or combination thereof. Modes and other status is
/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/llvm-project/llvm/include/llvm/Target/
H A DTarget.td45 // element on the Modes list.
47 list<HwMode> Modes = Ms;
49 assert !eq(ObjectsLength, !size(Modes)),
50 "The Objects and Modes lists must be the same length";
70 : HwModeSelect<scalar.Modes, !size(scalar.Objects)>,
/freebsd/contrib/ntp/ntpd/
H A Dntpd-opts.def332 .Ss "Operating Modes"

12