Home
last modified time | relevance | path

Searched refs:Literals (Results 1 – 25 of 27) sorted by relevance

12

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVDecorate.h104 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 …]
DSPIRVDecorate.cpp71 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/
DR600ControlFlowFinalizer.cpp397 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 …]
DR600InstrInfo.cpp612 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/
DR600ControlFlowFinalizer.cpp381 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 …]
DR600InstrInfo.cpp621 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/
DObjectiveCLiterals.rst2 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
DLanguageExtensions.rst384 Vector Literals
1198 Object Literals and Subscripting
1201 Clang provides support for :doc:`Object Literals and Subscripting
/external/clang/test/SemaCXX/
Dcxx98-compat.cpp28 void Literals() { in Literals() function
/external/tensorflow/tensorflow/compiler/xla/
Dxla_data.proto129 // 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/
DTokenKinds.def149 // C99 6.4.5: String Literals.
154 // C++11 String Literals.
/external/javapoet/
DREADME.md132 ### $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/
Des31cLayoutBindingTests.cpp361 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/
Dalgorithm.txt13 Literals or match lengths are compressed with one Huffman tree, and
/external/python/cpython2/Modules/zlib/
Dalgorithm.txt13 Literals or match lengths are compressed with one Huffman tree, and
/external/python/cpython2/Doc/reference/
Dlexical_analysis.rst405 Literals chapter
412 Literals are notations for constant values of some built-in types.
Dexpressions.rst111 Literals section in Atoms
/external/python/cpython3/Doc/reference/
Dlexical_analysis.rst395 Literals chapter
400 Literals are notations for constant values of some built-in types.
Dexpressions.rst99 Literals section in Atoms
/external/smali/smali/src/main/jflex/
DsmaliLexer.jflex288 /*Literals*/
/external/python/cpython3/Doc/tutorial/
Dinputoutput.rst99 Formatted String Literals
/external/python/cpython3/Doc/howto/
Dunicode.rst303 Unicode Literals in Python Source Code
/external/python/cpython2/Doc/howto/
Dunicode.rst373 Unicode Literals in Python Source Code
/external/python/cpython3/Doc/whatsnew/
D3.6.rst247 PEP 515: Underscores in Numeric Literals
276 :pep:`515` -- Underscores in Numeric Literals
/external/ply/ply/
DCHANGES304 Fixed issue #8: Literals empty list causes IndexError

12