Searched refs:Prefixes (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DOptRSTEmitter.cpp63 std::vector<StringRef> Prefixes = R->getValueAsListOfStrings("Prefixes"); local
64 if (!Prefixes.empty())
65 OS << Prefixes[0]; local
H A DOptParserEmitter.cpp39 std::vector<StringRef> Prefixes = R.getValueAsListOfStrings("Prefixes"); local
42 if (Prefixes.empty()) {
47 PrefixLength = Prefixes[0].size();
48 return (Twine(Prefixes[0]) + Twine(Name)).str();
228 PrefixesT Prefixes; local
229 Prefixes.insert(std::make_pair(PrefixKeyT(), "prefix_0"));
232 std::vector<StringRef> RPrefixes = R.getValueAsListOfStrings("Prefixes");
236 if (Prefixes.insert(std::make_pair(PrefixKey, Prefix)).second)
243 OS << "// Prefixes\
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Option/
H A DOptTable.cpp73 for (const char * const *APre = A.Prefixes,
74 * const *BPre = B.Prefixes;
142 if (const char *const *P = getInfo(i).Prefixes) {
170 static bool isInput(const StringSet<> &Prefixes, StringRef Arg) { argument
173 for (StringSet<>::const_iterator I = Prefixes.begin(),
174 E = Prefixes.end(); I != E; ++I)
183 for (const char * const *Pre = I->Prefixes; *Pre != nullptr; ++Pre) {
197 // Returns true if one of the Prefixes + In.Names matches Option
199 if (In.Prefixes) {
201 for (size_t I = 0; In.Prefixes[
[all...]
H A DOption.cpp61 if (Info->Prefixes) {
62 O << " Prefixes:[";
63 for (const char *const *Pre = Info->Prefixes; *Pre != nullptr; ++Pre) {
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Option/
H A DOptTable.h46 const char *const *Prefixes; member in struct:llvm::opt::OptTable::Info
H A DOption.h127 const char *Prefix = *Info->Prefixes;
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/cris/
H A Drd-dw2-14.d5 # Prefixes of various sizes.
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h49 unsigned Prefixes; member in struct:llvm::final::PrefOp
128 OS << "Prefix:" << Pref.Prefixes;
166 return Pref.Prefixes;
642 CreatePrefix(unsigned Prefixes, SMLoc StartLoc, SMLoc EndLoc) { argument
644 Res->Pref.Prefixes = Prefixes;
H A DX86AsmParser.cpp4129 unsigned Prefixes = getPrefixes(Operands); local
4136 Prefixes |= X86::IP_USE_VEX;
4138 Prefixes |= X86::IP_USE_VEX2;
4140 Prefixes |= X86::IP_USE_VEX3;
4142 Prefixes |= X86::IP_USE_EVEX;
4146 Prefixes |= X86::IP_USE_DISP8;
4148 Prefixes |= X86::IP_USE_DISP32;
4150 if (Prefixes)
4151 Inst.setFlags(Prefixes);
4388 unsigned Prefixes local
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp431 const auto &Prefixes = Diags.getDiagnosticOptions().VerifyPrefixes; local
432 if (!(Prefixes.size() == 1 ? PH.Search(*Prefixes.begin(), true, true)
479 if (!std::binary_search(Prefixes.begin(), Prefixes.end(), DToken))
/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DGnu.cpp1912 SmallVector<std::string, 8> Prefixes; local
1918 Prefixes.push_back(std::string(GCCToolchainDir));
1922 Prefixes.push_back(D.SysRoot);
1923 AddDefaultGCCPrefixes(TargetTriple, Prefixes, D.SysRoot);
1927 Prefixes.push_back(D.InstalledDir + "/..");
1933 AddDefaultGCCPrefixes(TargetTriple, Prefixes, D.SysRoot);
1960 for (const std::string &Prefix : Prefixes) {
2022 const llvm::Triple &TargetTriple, SmallVectorImpl<std::string> &Prefixes,
2048 Prefixes.push_back(CandidatePrefix);
2056 Prefixes
2021 AddDefaultGCCPrefixes( const llvm::Triple &TargetTriple, SmallVectorImpl<std::string> &Prefixes, StringRef SysRoot) argument
[all...]
H A DGnu.h261 SmallVectorImpl<std::string> &Prefixes,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp381 "Prefixes can be added only in 32-bit or 64-bit mode.");
1149 const uint8_t Prefixes = ThisNopLength <= 10 ? 0 : ThisNopLength - 10; local
1150 for (uint8_t i = 0; i < Prefixes; i++)
1152 const uint8_t Rest = ThisNopLength - Prefixes;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp1330 SmallVector<SDValue,8> Prefixes;
1333 Prefixes.push_back(P);
1340 for (unsigned i = 0, e = Prefixes.size(); i != e; ++i) {
1342 Res = DAG.getNode(ISD::OR, dl, ByteTy, Res, Prefixes[e-i-1]);
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/
H A Dx86-64-opcode.s2 # Prefixes

Completed in 424 milliseconds