/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | SPIRVDecorate.h | 104 std::vector<SPIRVWord> Literals; variable 144 assert(WordCount == Literals.size() + FixedWC); in validate() 156 Literals.push_back(I); in SPIRVDecorateLinkageAttr() 157 Literals.push_back(Kind); in SPIRVDecorateLinkageAttr() 158 WordCount += Literals.size(); in SPIRVDecorateLinkageAttr() 164 return getString(Literals.cbegin(), Literals.cend() - 1); in getLinkageName() 167 return (SPIRVLinkageTypeKind)Literals.back(); in getLinkageType() 171 const std::vector<SPIRVWord>& Literals) { in encodeLiterals() argument 174 Encoder << getString(Literals.cbegin(), Literals.cend() - 1); in encodeLiterals() 176 Encoder << (SPIRVLinkageTypeKind)Literals.back(); in encodeLiterals() [all …]
|
D | SPIRVDecorate.cpp | 71 Literals.push_back(V); in SPIRVDecorateGeneric() 87 assert(0 <= i && i <= Literals.size() && "Out of bounds"); in getLiteral() 88 return Literals[i]; in getLiteral() 93 return Literals.size(); in getLiteralCount() 101 SPIRVDecorateLinkageAttr::encodeLiterals(Encoder, Literals); in encode() 103 Encoder << Literals; in encode() 109 Literals.resize(WordCount - FixedWC); in setWordCount() 117 SPIRVDecorateLinkageAttr::decodeLiterals(Decoder, Literals); in decode() 119 Decoder >> Literals; in decode() 125 getEncoder(O) << Target << MemberNumber << Dec << Literals; in encode() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | R600ControlFlowFinalizer.cpp | 397 const std::vector<unsigned> &Literals) const { in insertLiterals() 399 for (unsigned i = 0, e = Literals.size(); i < e; i+=2) { in insertLiterals() 400 unsigned LiteralPair0 = Literals[i]; in insertLiterals() 401 unsigned LiteralPair1 = (i + 1 < e)?Literals[i + 1]:0; in insertLiterals() 423 std::vector<MachineOperand *>Literals; in MakeALUClause() local 433 getLiteral(*BI, Literals); in MakeALUClause() 439 getLiteral(*I, Literals); in MakeALUClause() 443 for (unsigned i = 0, e = Literals.size(); i < e; i += 2) { in MakeALUClause() 446 if (Literals[i]->isImm()) { in MakeALUClause() 447 MILit.addImm(Literals[i]->getImm()); in MakeALUClause() [all …]
|
D | R600InstrInfo.cpp | 612 SmallSet<int64_t, 4> Literals; in fitsConstReadLimitations() local 620 Literals.insert(Src.second); in fitsConstReadLimitations() 621 if (Literals.size() > 4) in fitsConstReadLimitations()
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600ControlFlowFinalizer.cpp | 381 const std::vector<unsigned> &Literals) const { in insertLiterals() 383 for (unsigned i = 0, e = Literals.size(); i < e; i+=2) { in insertLiterals() 384 unsigned LiteralPair0 = Literals[i]; in insertLiterals() 385 unsigned LiteralPair1 = (i + 1 < e)?Literals[i + 1]:0; in insertLiterals() 407 std::vector<MachineOperand *>Literals; in MakeALUClause() local 417 getLiteral(*BI, Literals); in MakeALUClause() 423 getLiteral(*I, Literals); in MakeALUClause() 427 for (unsigned i = 0, e = Literals.size(); i < e; i += 2) { in MakeALUClause() 430 if (Literals[i]->isImm()) { in MakeALUClause() 431 MILit.addImm(Literals[i]->getImm()); in MakeALUClause() [all …]
|
D | R600InstrInfo.cpp | 621 SmallSet<int64_t, 4> Literals; in fitsConstReadLimitations() local 631 Literals.insert(Src.second); in fitsConstReadLimitations() 632 if (Literals.size() > 4) in fitsConstReadLimitations()
|
/external/clang/docs/ |
D | ObjectiveCLiterals.rst | 2 Objective-C Literals 9 *NSNumber Literals* provide a syntax for creating ``NSNumber`` from 10 scalar literal expressions; *Collection Literals* provide a short-hand 24 NSNumber Literals 263 Container Literals
|
D | LanguageExtensions.rst | 384 Vector Literals 1198 Object Literals and Subscripting 1201 Clang provides support for :doc:`Object Literals and Subscripting
|
/external/clang/test/SemaCXX/ |
D | cxx98-compat.cpp | 28 void Literals() { in Literals() function
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | xla_data.proto | 129 // Clients must specify the layouts of input Literals to the 354 // Literals are used when the server and client need to exchange materialized 355 // data / results. Literals are also used to describe constants used in
|
/external/clang/include/clang/Basic/ |
D | TokenKinds.def | 149 // C99 6.4.5: String Literals. 154 // C++11 String Literals.
|
/external/javapoet/ |
D | README.md | 132 ### $L for Literals 152 Literals are emitted directly to the output code with no escaping. Arguments for literals may be
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cLayoutBindingTests.cpp | 361 enum Literals enum in glcts::IntegerConstant 379 IntegerConstant(Literals lit, int ai) : asInt(ai) in IntegerConstant() 1482 integerConstants.push_back(IntegerConstant((IntegerConstant::Literals)idx, (*it))); in binding_integer_constant()
|
/external/zlib/src/doc/ |
D | algorithm.txt | 13 Literals or match lengths are compressed with one Huffman tree, and
|
/external/python/cpython2/Modules/zlib/ |
D | algorithm.txt | 13 Literals or match lengths are compressed with one Huffman tree, and
|
/external/python/cpython2/Doc/reference/ |
D | lexical_analysis.rst | 405 Literals chapter 412 Literals are notations for constant values of some built-in types.
|
D | expressions.rst | 111 Literals section in Atoms
|
/external/python/cpython3/Doc/reference/ |
D | lexical_analysis.rst | 395 Literals chapter 400 Literals are notations for constant values of some built-in types.
|
D | expressions.rst | 99 Literals section in Atoms
|
/external/smali/smali/src/main/jflex/ |
D | smaliLexer.jflex | 288 /*Literals*/
|
/external/python/cpython3/Doc/tutorial/ |
D | inputoutput.rst | 99 Formatted String Literals
|
/external/python/cpython3/Doc/howto/ |
D | unicode.rst | 303 Unicode Literals in Python Source Code
|
/external/python/cpython2/Doc/howto/ |
D | unicode.rst | 373 Unicode Literals in Python Source Code
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.6.rst | 247 PEP 515: Underscores in Numeric Literals 276 :pep:`515` -- Underscores in Numeric Literals
|
/external/ply/ply/ |
D | CHANGES | 304 Fixed issue #8: Literals empty list causes IndexError
|