/openbsd/gnu/llvm/llvm/utils/TableGen/ |
H A D | CodeGenHwModes.cpp | 32 std::vector<Record*> Modes = R->getValueAsListOfDefs("Modes"); in HwModeSelect() local 34 if (Modes.size() != Objects.size()) { in HwModeSelect() 40 for (unsigned i = 0, e = Modes.size(); i != e; ++i) { in HwModeSelect() 41 unsigned ModeId = CGH.getHwModeId(Modes[i]->getName()); in HwModeSelect() 66 Modes.emplace_back(R); in CodeGenHwModes() 67 unsigned NewId = Modes.size(); in CodeGenHwModes() 68 ModeIds.insert(std::make_pair(Modes[NewId-1].Name, NewId)); in CodeGenHwModes() 96 for (const HwMode &M : Modes) { in dump()
|
H A D | CodeGenHwModes.h | 50 return Modes[Id-1]; in getMode() 53 unsigned getNumModeIds() const { return Modes.size()+1; } in getNumModeIds() 59 std::vector<HwMode> Modes; member
|
H A D | InfoByHwMode.h | 40 SmallVectorImpl<unsigned> &Modes) { in union_modes() argument 50 Modes.push_back(M); in union_modes() 54 Modes.push_back(DefaultMode); in union_modes()
|
H A D | CodeGenDAGPatterns.cpp | 197 Modes.reserve(Map.size()); in writeToStream() 200 Modes.push_back(I.first); in writeToStream() 201 if (Modes.empty()) { in writeToStream() 205 array_pod_sort(Modes.begin(), Modes.end()); in writeToStream() 208 for (unsigned M : Modes) { in writeToStream() 230 Modes.insert(I.first); in operator ==() 232 Modes.insert(I.first); in operator ==() 509 for (unsigned M : Modes) { in EnforceSmallerThan() 566 for (unsigned M : Modes) { in EnforceSmallerThan() 747 union_modes(V, W, Modes); in EnforceSameNumElts() [all …]
|
/openbsd/gnu/llvm/clang/lib/Driver/ |
H A D | XRayArgs.cpp | 174 llvm::copy(XRaySupportedModes, std::back_inserter(Modes)); in XRayArgs() 182 Modes.clear(); in XRayArgs() 184 llvm::copy(XRaySupportedModes, std::back_inserter(Modes)); in XRayArgs() 186 Modes.push_back(std::string(M)); in XRayArgs() 205 llvm::sort(Modes); in XRayArgs() 206 Modes.erase(std::unique(Modes.begin(), Modes.end()), Modes.end()); in XRayArgs() 266 for (const auto &Mode : Modes) { in addArgs()
|
/openbsd/gnu/usr.bin/cvs/doc/ |
H A D | cvsclient.aux | 22 'xrdef {File Modes-title}{File Modes} 23 'xrdef {File Modes-pg}{7} 24 'xrdef {File Modes-snt}{Section'tie5.2}
|
H A D | cvsclient.info | 24 Node: File Modes17787
|
H A D | cvsclient.info-1 | 324 * File Modes:: Read, write, execute, and possibly more... 346 File: cvsclient.info, Node: Entries Lines, Next: File Modes, Up: Protocol 374 File: cvsclient.info, Node: File Modes, Next: Filenames, Prev: Entries Lines, Up: Protocol 376 File Modes 409 File: cvsclient.info, Node: Filenames, Next: File transmissions, Prev: File Modes, Up: Protocol
|
/openbsd/gnu/llvm/clang/include/clang/Driver/ |
H A D | XRayArgs.h | 26 std::vector<std::string> Modes; variable 45 llvm::ArrayRef<std::string> modeList() const { return Modes; } in modeList()
|
/openbsd/gnu/gcc/gcc/config/m32c/ |
H A D | m32c-modes.def | 1 /* Target-Specific Modes for R8C/M16C/M32C
|
/openbsd/share/snmp/ |
H A D | SNMP-USM-AES-MIB.txt | 56 Cipher Modes of Operation, Methods and
|
/openbsd/gnu/llvm/llvm/docs/GlobalISel/ |
H A D | RegBankSelect.rst | 52 RegBankSelect Modes
|
/openbsd/gnu/usr.bin/binutils/gas/doc/ |
H A D | c-sh64.texi | 76 * SH64-Addressing:: Addressing Modes 121 @subsection Addressing Modes
|
H A D | c-h8500.texi | 31 * H8/500-Addressing:: Addressing Modes 91 @subsection Addressing Modes
|
H A D | c-d10v.texi | 60 * D10V-Addressing:: Addressing Modes 197 @subsection Addressing Modes
|
H A D | c-sh.texi | 70 * SH-Addressing:: Addressing Modes 123 @subsection Addressing Modes
|
H A D | c-d30v.texi | 59 * D30V-Addressing:: Addressing Modes 248 @subsection Addressing Modes
|
H A D | c-h8300.texi | 32 * H8/300-Addressing:: Addressing Modes 73 @subsection Addressing Modes
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/doc/ |
H A D | c-sh64.texi | 76 * SH64-Addressing:: Addressing Modes 121 @subsection Addressing Modes
|
H A D | c-d10v.texi | 60 * D10V-Addressing:: Addressing Modes 197 @subsection Addressing Modes
|
H A D | c-d30v.texi | 59 * D30V-Addressing:: Addressing Modes 248 @subsection Addressing Modes
|
H A D | c-sh.texi | 74 * SH-Addressing:: Addressing Modes 127 @subsection Addressing Modes
|
H A D | c-h8300.texi | 33 * H8/300-Addressing:: Addressing Modes 74 @subsection Addressing Modes
|
/openbsd/gnu/gcc/gcc/ |
H A D | machmode.def | 118 corresponding vector modes having width WIDTH. Modes whose 127 corresponding complex modes. Modes smaller than one byte
|
/openbsd/gnu/usr.bin/binutils/cpu/ |
H A D | simplify.inc | 199 ; Modes.
|