/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenHwModes.cpp | 43 std::vector<Record *> Modes = R->getValueAsListOfDefs("Modes"); in HwModeSelect() local 45 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::pair(R, Modes.size())); in CodeGenHwModes() 77 assert(Modes.size() <= 32 && "number of HwModes exceeds maximum of 32"); in CodeGenHwModes() 103 for (const HwMode &M : Modes) { in dump()
|
H A D | VarLenCodeEmitterGen.cpp | 78 std::map<AltEncodingTy, std::string> Modes; member in __anon5736664a0111::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() 355 SS << " static const uint64_t InstBits" << Modes[Mode] << "[] = {\n"; in emitInstructionBaseValues() 422 AltEncodingTy Mode = Modes.begin()->first; in getInstructionCases() [all …]
|
H A D | InfoByHwMode.h | 44 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 D | CodeGenHwModes.h | 53 return Modes[Id - 1]; in getMode() 64 unsigned getNumModeIds() const { return Modes.size() + 1; } in getNumModeIds() 70 std::vector<HwMode> Modes; member
|
H A D | CodeGenDAGPatterns.cpp | 187 SmallVector<unsigned, 4> Modes; in writeToStream() local 188 Modes.reserve(Map.size()); in writeToStream() 191 Modes.push_back(I.first); in writeToStream() 192 if (Modes.empty()) { in writeToStream() 196 array_pod_sort(Modes.begin(), Modes.end()); in writeToStream() 199 for (unsigned M : Modes) { in writeToStream() 219 SmallSet<unsigned, 4> Modes; in operator ==() local 221 Modes.insert(I.first); in operator ==() 223 Modes.insert(I.first); in operator ==() 227 for (unsigned M : Modes) { in operator ==() [all …]
|
H A D | CodeGenRegisters.cpp | 1181 const CodeGenHwModes &Modes) in CodeGenRegBank() argument 1182 : CGH(Modes) { in CodeGenRegBank()
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ |
H A D | XRayArgs.cpp | 139 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 D | XRayArgs.h | 26 std::vector<std::string> Modes; variable 38 llvm::ArrayRef<std::string> modeList() const { return Modes; } in modeList()
|
/freebsd/usr.sbin/pw/ |
H A D | pw.c | 38 const char *Modes[] = { variable 168 else if (mode == -1 && (tmp = getindex(Modes, argv[1])) != -1) in main()
|
H A D | pw_log.c | 106 "[%s:%s%s] %s\n", sname, Which[which], Modes[mode], in pw_log()
|
H A D | pw.h | 110 extern const char *Modes[];
|
/freebsd/sys/contrib/device-tree/Bindings/soc/fsl/cpm_qe/qe/ |
H A D | firmware.txt | 13 - extended-modes: The Extended Modes bitfield, taken from the
|
/freebsd/contrib/ntp/html/scripts/ |
H A D | special.txt | 6 <li class='inline'><a href='xleave.html'>NTP Interleaved Modes</a></li>\
|
/freebsd/sys/contrib/dev/acpica/include/ |
H A D | acclib.h | 385 const char *Modes);
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMLegalizerInfo.cpp | 450 Register Modes = MI.getOperand(0).getReg(); in legalizeCustom() local 456 auto FPModeBits = MIRBuilder.buildAnd(FPEnvTy, Modes, NotStatusBitMask); in legalizeCustom()
|
/freebsd/usr.bin/compress/doc/ |
H A D | revision.log | 89 * (-D -d -v -b 12), or combination thereof. Modes and other status is
|
/freebsd/lib/libc/softfloat/ |
H A D | softfloat.txt | 49 Rounding Modes 133 Rounding Modes
|
/freebsd/sys/dev/aic7xxx/ |
H A D | aic79xx.reg | 48 /* 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 D | des_modes.pod | 242 Part 5.2: Modes of operation for an n-bit block cipher algorithm
|
/freebsd/contrib/tcsh/ |
H A D | NewThings | 99 Modes that should be set are specified as +<mode>, modes that should
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntpd-opts.def | 332 .Ss "Operating Modes"
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | Target.td | 45 // 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 D | ntpq.texi | 753 interleave delay (see @url{xleave.html, NTP Interleaved Modes})
|
H A D | ntpq-opts.def | 959 .Lk xleave.html "NTP Interleaved Modes" )
|
H A D | invoke-ntpq.texi | 839 .Lk xleave.html "NTP Interleaved Modes" )
|