Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Option/
H A DOptTable.cpp72 for (const char * const *APre = A.Prefixes, in operator <()
73 * const *BPre = B.Prefixes; in operator <()
141 if (const char *const *P = getInfo(i).Prefixes) { in OptTable()
169 static bool isInput(const StringSet<> &Prefixes, StringRef Arg) { in isInput() argument
172 for (StringSet<>::const_iterator I = Prefixes.begin(), in isInput()
173 E = Prefixes.end(); I != E; ++I) in isInput()
182 for (const char * const *Pre = I->Prefixes; *Pre != nullptr; ++Pre) { in matchOption()
196 // Returns true if one of the Prefixes + In.Names matches Option
198 if (In.Prefixes) in optionMatches()
199 for (size_t I = 0; In.Prefixes[ in optionMatches()
[all...]
H A DOption.cpp61 if (Info->Prefixes) { in print()
62 O << " Prefixes:["; in print()
63 for (const char *const *Pre = Info->Prefixes; *Pre != nullptr; ++Pre) { in print()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h51 unsigned Prefixes; member
129 OS << "Prefix:" << Pref.Prefixes;
167 return Pref.Prefixes; in getPrefix()
607 CreatePrefix(unsigned Prefixes, SMLoc StartLoc, SMLoc EndLoc) { in CreatePrefix()
609 Res->Pref.Prefixes = Prefixes; in CreatePrefix()
H A DX86AsmParser.cpp3212 unsigned Prefixes = getPrefixes(Operands); in MatchAndEmitATTInstruction() local
3219 Prefixes |= X86::IP_USE_VEX3; in MatchAndEmitATTInstruction()
3221 if (Prefixes) in MatchAndEmitATTInstruction()
3222 Inst.setFlags(Prefixes); in MatchAndEmitATTInstruction()
3415 unsigned Prefixes = getPrefixes(Operands); in MatchAndEmitIntelInstruction() local
3426 Prefixes |= X86::IP_USE_VEX3; in MatchAndEmitIntelInstruction()
3428 if (Prefixes) in MatchAndEmitIntelInstruction()
3429 Inst.setFlags(Prefixes); in MatchAndEmitIntelInstruction()
/third_party/typescript/tests/baselines/reference/
H A DtemplateLiteralTypes3.js110 type Prefixes = "foo" | "bar";
114 type PrefixData<P extends Prefixes> = `${P}:baz`;
116 interface ITest<P extends Prefixes, E extends AllPrefixData = PrefixData<P>> {
330 type Prefixes = "foo" | "bar";
332 type PrefixData<P extends Prefixes> = `${P}:baz`;
333 interface ITest<P extends Prefixes, E extends AllPrefixData = PrefixData<P>> {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/
H A DOptTable.h44 const char *const *Prefixes; member
H A DOption.h127 const char *Prefix = *Info->Prefixes; in getPrefix()
/third_party/lzma/CPP/7zip/UI/Common/
H A DEnumDirItems.cpp127 len += Prefixes[(unsigned)i].Len(); in GetPrefixesPath()
136 const UString &s = Prefixes[(unsigned)i]; in GetPrefixesPath()
158 Prefixes.ReserveDown(); in ReserveDown()
168 return Prefixes.Add(prefix); in AddPrefix()
175 Prefixes.DeleteBack(); in DeleteLastPrefix()
H A DDirItem.h298 UStringVector Prefixes; member in CDirItems
363 // unsigned GetNumFolders() const { return Prefixes.Size(); }
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp684 const uint8_t Prefixes = ThisNopLength <= 10 ? 0 : ThisNopLength - 10; in writeNopData() local
685 for (uint8_t i = 0; i < Prefixes; i++) in writeNopData()
687 const uint8_t Rest = ThisNopLength - Prefixes; in writeNopData()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp1123 SmallVector<SDValue,8> Prefixes; in LowerHvxConcatVectors() local
1126 Prefixes.push_back(P); in LowerHvxConcatVectors()
1133 for (unsigned i = 0, e = Prefixes.size(); i != e; ++i) { in LowerHvxConcatVectors()
1135 Res = DAG.getNode(ISD::OR, dl, ByteTy, Res, Prefixes[e-i-1]); in LowerHvxConcatVectors()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dnumbers_test.cc395 TEST(NumbersTest, Prefixes) { in TEST()
/third_party/node/deps/v8/src/diagnostics/x64/
H A Ddisasm-x64.cc133 enum Prefixes { enum
325 // Prefixes parsed

Completed in 24 milliseconds