Home
last modified time | relevance | path

Searched refs:NumWords (Results 1 – 25 of 48) sorted by relevance

12

/external/llvm/test/Bitcode/
Dpr18704.ll9 ;<MODULE_BLOCK NumWords=217 BlockCodeSize=3>
12 ; <TYPE_BLOCK_ID NumWords=23 BlockCodeSize=4>
59 ; <CONSTANTS_BLOCK NumWords=20 BlockCodeSize=4>
84 ; <METADATA_BLOCK NumWords=23 BlockCodeSize=3>
93 ; <VALUE_SYMTAB NumWords=29 BlockCodeSize=4>
107 ; <FUNCTION_BLOCK NumWords=18 BlockCodeSize=4>
109 ; <CONSTANTS_BLOCK NumWords=3 BlockCodeSize=4>
118 ; <VALUE_SYMTAB NumWords=4 BlockCodeSize=4>
123 ; <FUNCTION_BLOCK NumWords=23 BlockCodeSize=4>
125 ; <CONSTANTS_BLOCK NumWords=4 BlockCodeSize=4>
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bitcode/
Dpr18704.ll9 ;<MODULE_BLOCK NumWords=217 BlockCodeSize=3>
12 ; <TYPE_BLOCK_ID NumWords=23 BlockCodeSize=4>
59 ; <CONSTANTS_BLOCK NumWords=20 BlockCodeSize=4>
84 ; <METADATA_BLOCK NumWords=23 BlockCodeSize=3>
93 ; <VALUE_SYMTAB NumWords=29 BlockCodeSize=4>
107 ; <FUNCTION_BLOCK NumWords=18 BlockCodeSize=4>
109 ; <CONSTANTS_BLOCK NumWords=3 BlockCodeSize=4>
118 ; <VALUE_SYMTAB NumWords=4 BlockCodeSize=4>
123 ; <FUNCTION_BLOCK NumWords=23 BlockCodeSize=4>
125 ; <CONSTANTS_BLOCK NumWords=4 BlockCodeSize=4>
[all …]
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVValue.h152 SPIRVConstant():SPIRVValue(OpConstant), NumWords(0){} in SPIRVConstant()
158 NumWords = Type->getBitWidth()/32; in recalculateWordCount()
159 if (NumWords < 1) in recalculateWordCount()
160 NumWords = 1; in recalculateWordCount()
161 WordCount = 3 + NumWords; in recalculateWordCount()
165 assert(NumWords >= 1 && NumWords <= 2 && "Invalid constant size"); in validate()
169 for (unsigned i = 0; i < NumWords; ++i) in encode()
174 NumWords = WordCount - 3; in setWordCount()
178 for (unsigned i = 0; i < NumWords; ++i) in decode()
182 unsigned NumWords; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DBitVector.h607 unsigned NumWords = NumBitWords(Size); variable
608 assert(NumWords >= 1);
641 for (unsigned I = 0; I < NumWords - 1; ++I) {
646 Bits[NumWords - 1] >>= BitDistance;
656 unsigned NumWords = NumBitWords(Size); variable
657 assert(NumWords >= 1);
691 for (int I = NumWords - 1; I > 0; --I) {
800 uint32_t NumWords = NumBitWords(Size); in wordShl() local
802 auto Src = Bits.take_front(NumWords).drop_back(Count); in wordShl()
803 auto Dest = Bits.take_front(NumWords).drop_front(Count); in wordShl()
[all …]
/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeParser.cpp47 void NaClBitcodeParserListener::BeginBlockInfoBlock(unsigned NumWords) { in BeginBlockInfoBlock() argument
48 Parser->EnterBlock(NumWords); in BeginBlockInfoBlock()
117 unsigned NumWords; in ParseBlockInternal() local
118 if (Record.GetCursor().EnterSubBlock(GetBlockID(), &NumWords)) { in ParseBlockInternal()
122 EnterBlock(NumWords); in ParseBlockInternal()
DNaClBitstreamReader.cpp79 unsigned NumWords = Read(naclbitc::BlockSizeWidth); in EnterSubBlock() local
80 if (NumWordsP) *NumWordsP = NumWords; in EnterSubBlock()
387 unsigned NumWords; in ReadBlockInfoBlock() local
388 if (EnterSubBlock(naclbitc::BLOCKINFO_BLOCK_ID, &NumWords)) return true; in ReadBlockInfoBlock()
390 if (Listener) Listener->BeginBlockInfoBlock(NumWords); in ReadBlockInfoBlock()
/external/tensorflow/tensorflow/core/lib/core/
Dbitmap.cc24 const size_t num_words = NumWords(n); in Reset()
25 if (num_words != NumWords(nbits_)) { in Reset()
81 const size_t nwords = NumWords(nbits_); in FirstUnset()
Dbitmap.h69 static size_t NumWords(size_t n) { return (n + kBits - 1) / kBits; } in NumWords() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DHashTable.cpp27 uint32_t NumWords; in readSparseBitVector() local
28 if (auto EC = Stream.readInteger(NumWords)) in readSparseBitVector()
34 for (uint32_t I = 0; I != NumWords; ++I) { in readSparseBitVector()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Other/
Dbcanalyzer-block-info.txt7 DATA: NumWords=4 BlockCodeSize=2>
21 DATA: NumWords=3 BlockCodeSize=3>
/external/llvm/test/Other/
Dbcanalyzer-block-info.txt7 DATA: NumWords=4 BlockCodeSize=2>
21 DATA: NumWords=3 BlockCodeSize=3>
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DBitstreamReader.h375 unsigned NumWords = Read(bitc::BlockSizeWidth); in SkipBlock() local
379 const unsigned char *const SkipTo = NextChar + NumWords*4; in SkipBlock()
408 unsigned NumWords = Read(bitc::BlockSizeWidth); variable
409 if (NumWordsP) *NumWordsP = NumWords;
413 NextChar+NumWords*4 > BitStream->getLastChar())
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DMIMGInstructions.td326 int NumWords = dw;
328 RegisterClass RegClass = !if(!le(NumWords, 0), ?,
329 !if(!eq(NumWords, 1), VGPR_32,
330 !if(!eq(NumWords, 2), VReg_64,
331 !if(!eq(NumWords, 3), VReg_96,
332 !if(!eq(NumWords, 4), VReg_128,
333 !if(!le(NumWords, 8), VReg_256,
334 !if(!le(NumWords, 16), VReg_512, ?)))))));
382 let VAddrDwords = addr.NumWords in
383 def _V # addr.NumWords
/external/clang/lib/AST/
DTemplateBase.cpp79 unsigned NumWords = Value.getNumWords(); in TemplateArgument() local
80 if (NumWords > 1) { in TemplateArgument()
81 void *Mem = Ctx.Allocate(NumWords * sizeof(uint64_t)); in TemplateArgument()
82 std::memcpy(Mem, Value.getRawData(), NumWords * sizeof(uint64_t)); in TemplateArgument()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenDAGPatterns.h61 static unsigned constexpr NumWords = Capacity/WordWidth; member
62 static_assert(NumWords*WordWidth == Capacity,
79 std::memset(Words.data(), 0, NumWords*sizeof(WordType)); in clear()
98 for (unsigned i = 0; i != NumWords; ++i) in insert()
158 for (unsigned i = SkipWords; i != NumWords; ++i) { in find_from_pos()
187 std::array<WordType,NumWords> Words;
/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp344 unsigned NumWords = 0; in ParseBlock() local
345 if (Stream.EnterSubBlock(BlockID, &NumWords)) in ParseBlock()
359 errs() << " NumWords=" << NumWords in ParseBlock()
/external/llvm/lib/Bitcode/Reader/
DBitstreamReader.cpp47 unsigned NumWords = Read(bitc::BlockSizeWidth); in EnterSubBlock() local
48 if (NumWordsP) *NumWordsP = NumWords; in EnterSubBlock()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DBitVector.h400 void init_words(BitWord *B, unsigned NumWords, bool t) { in init_words() argument
401 memset(B, 0 - (int)t, NumWords*sizeof(BitWord)); in init_words()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitstreamReader.cpp44 unsigned NumWords = Read(bitc::BlockSizeWidth); in EnterSubBlock() local
45 if (NumWordsP) *NumWordsP = NumWords; in EnterSubBlock()
/external/clang/include/clang/AST/
DTemplateBase.h288 unsigned NumWords = APInt::getNumWords(Integer.BitWidth); in getAsIntegral() local
289 return APSInt(APInt(Integer.BitWidth, makeArrayRef(Integer.pVal, NumWords)), in getAsIntegral()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DBitVector.h541 void init_words(BitWord *B, unsigned NumWords, bool t) { in init_words() argument
542 memset(B, 0 - (int)t, NumWords*sizeof(BitWord)); in init_words()
/external/llvm/include/llvm/ADT/
DBitVector.h541 void init_words(BitWord *B, unsigned NumWords, bool t) { in init_words() argument
542 memset(B, 0 - (int)t, NumWords*sizeof(BitWord)); in init_words()
/external/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp494 unsigned NumWords = 0; in ParseBlock() local
495 if (Stream.EnterSubBlock(BlockID, &NumWords)) in ParseBlock()
513 outs() << " NumWords=" << NumWords in ParseBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp524 unsigned NumWords = 0; in ParseBlock() local
525 if (Stream.EnterSubBlock(BlockID, &NumWords)) in ParseBlock()
542 outs() << " NumWords=" << NumWords in ParseBlock()
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitcodeParser.h386 virtual void BeginBlockInfoBlock(unsigned NumWords);

12