HomeSort by relevance Sort by last modified time
    Searched refs:Literals (Results 1 - 13 of 13) sorted by null

  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVDecorate.h 54 // Complete constructor for decorations without literals
70 /// Compare kind, literals and target.
104 std::vector<SPIRVWord> Literals;
131 // Complete constructor for decorations without literals
144 assert(WordCount == Literals.size() + FixedWC);
156 Literals.push_back(I);
157 Literals.push_back(Kind);
158 WordCount += Literals.size();
164 return getString(Literals.cbegin(), Literals.cend() - 1)
    [all...]
SPIRVDecorate.cpp 71 Literals.push_back(V);
87 assert(0 <= i && i <= Literals.size() && "Out of bounds");
88 return Literals[i];
93 return Literals.size();
101 SPIRVDecorateLinkageAttr::encodeLiterals(Encoder, Literals);
103 Encoder << Literals;
109 Literals.resize(WordCount - FixedWC);
117 SPIRVDecorateLinkageAttr::decodeLiterals(Decoder, Literals);
119 Decoder >> Literals;
125 getEncoder(O) << Target << MemberNumber << Dec << Literals;
    [all...]
  /device/linaro/bootloader/edk2/PerformancePkg/Dp_App/
Dp.inf 38 Literals.h
39 Literals.c
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiDpLib/
UefiDpLib.inf 38 Literals.h
39 Literals.c
  /external/llvm/lib/Target/AMDGPU/
R600ControlFlowFinalizer.cpp 372 assert(Lits.size() < 4 && "Too many literals in Instruction Group");
381 const std::vector<unsigned> &Literals) const {
383 for (unsigned i = 0, e = Literals.size(); i < e; i+=2) {
384 unsigned LiteralPair0 = Literals[i];
385 unsigned LiteralPair1 = (i + 1 < e)?Literals[i + 1]:0;
387 TII->get(AMDGPU::LITERALS))
407 std::vector<MachineOperand *>Literals;
417 getLiteral(*BI, Literals);
423 getLiteral(*I, Literals);
427 for (unsigned i = 0, e = Literals.size(); i < e; i += 2)
    [all...]
R600InstrInfo.cpp 621 SmallSet<int64_t, 4> Literals;
631 Literals.insert(Src.second);
632 if (Literals.size() > 4)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
R600ControlFlowFinalizer.cpp 388 assert(Lits.size() < 4 && "Too many literals in Instruction Group");
397 const std::vector<unsigned> &Literals) const {
399 for (unsigned i = 0, e = Literals.size(); i < e; i+=2) {
400 unsigned LiteralPair0 = Literals[i];
401 unsigned LiteralPair1 = (i + 1 < e)?Literals[i + 1]:0;
403 TII->get(R600::LITERALS))
423 std::vector<MachineOperand *>Literals;
433 getLiteral(*BI, Literals);
439 getLiteral(*I, Literals);
443 for (unsigned i = 0, e = Literals.size(); i < e; i += 2)
    [all...]
R600InstrInfo.cpp 612 SmallSet<int64_t, 4> Literals;
620 Literals.insert(Src.second);
621 if (Literals.size() > 4)
    [all...]
  /external/clang/test/SemaCXX/
cxx98-compat.cpp 28 void Literals() {
29 (void)u8"str"; // expected-warning {{unicode literals are incompatible with C++98}}
30 (void)u"str"; // expected-warning {{unicode literals are incompatible with C++98}}
31 (void)U"str"; // expected-warning {{unicode literals are incompatible with C++98}}
32 (void)u'x'; // expected-warning {{unicode literals are incompatible with C++98}}
33 (void)U'x'; // expected-warning {{unicode literals are incompatible with C++98}}
35 (void)u8R"X(str)X"; // expected-warning {{raw string literals are incompatible with C++98}}
36 (void)uR"X(str)X"; // expected-warning {{raw string literals are incompatible with C++98}}
37 (void)UR"X(str)X"; // expected-warning {{raw string literals are incompatible with C++98}}
38 (void)R"X(str)X"; // expected-warning {{raw string literals are incompatible with C++98}
    [all...]
  /external/deqp/external/openglcts/modules/gles31/
es31cLayoutBindingTests.cpp 361 enum Literals
379 IntegerConstant(Literals lit, int ai) : asInt(ai)
    [all...]
  /external/python/cpython3/Lib/xml/etree/
ElementTree.py     [all...]
  /external/python/setuptools/pkg_resources/_vendor/
pyparsing.py     [all...]
  /external/python/setuptools/setuptools/_vendor/
pyparsing.py     [all...]

Completed in 759 milliseconds