Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeParser.cpp45 void NaClBitcodeParserListener::BeginBlockInfoBlock(unsigned NumWords) { in BeginBlockInfoBlock() argument
46 Parser->EnterBlock(NumWords); in BeginBlockInfoBlock()
116 unsigned NumWords; in ParseBlockInternal() local
117 if (Record.GetCursor().EnterSubBlock(GetBlockID(), &NumWords)) { in ParseBlockInternal()
121 EnterBlock(NumWords); in ParseBlockInternal()
DNaClBitstreamReader.cpp76 unsigned NumWords = Read(naclbitc::BlockSizeWidth); in EnterSubBlock() local
78 *NumWordsP = NumWords; in EnterSubBlock()
384 unsigned NumWords; in ReadBlockInfoBlock() local
385 if (EnterSubBlock(naclbitc::BLOCKINFO_BLOCK_ID, &NumWords)) in ReadBlockInfoBlock()
389 Listener->BeginBlockInfoBlock(NumWords); in ReadBlockInfoBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DBitVector.h623 unsigned NumWords = NumBitWords(Size); variable
624 assert(NumWords >= 1);
657 for (unsigned I = 0; I < NumWords - 1; ++I) {
662 Bits[NumWords - 1] >>= BitDistance;
672 unsigned NumWords = NumBitWords(Size); variable
673 assert(NumWords >= 1);
707 for (int I = NumWords - 1; I > 0; --I) {
816 uint32_t NumWords = NumBitWords(Size); in wordShl() local
818 auto Src = Bits.take_front(NumWords).drop_back(Count); in wordShl()
819 auto Dest = Bits.take_front(NumWords).drop_front(Count); in wordShl()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DHashTable.cpp26 uint32_t NumWords; in readSparseBitVector() local
27 if (auto EC = Stream.readInteger(NumWords)) in readSparseBitVector()
33 for (uint32_t I = 0; I != NumWords; ++I) { in readSparseBitVector()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DMIMGInstructions.td547 int NumWords = dw;
549 RegisterClass RegClass = !if(!le(NumWords, 0), ?,
550 !if(!eq(NumWords, 1), VGPR_32,
551 !if(!eq(NumWords, 2), VReg_64,
552 !if(!eq(NumWords, 3), VReg_96,
553 !if(!eq(NumWords, 4), VReg_128,
554 !if(!le(NumWords, 8), VReg_256,
555 !if(!le(NumWords, 16), VReg_512, ?)))))));
621 let VAddrDwords = addr.NumWords in {
622 def _V # addr.NumWords
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitstream/Reader/
DBitstreamReader.cpp51 word_t NumWords = MaybeNum.get(); in EnterSubBlock() local
53 *NumWordsP = NumWords; in EnterSubBlock()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeAnalyzer.cpp756 unsigned NumWords = 0; in parseBlock() local
757 if (Error Err = Stream.EnterSubBlock(BlockID, &NumWords)) in parseBlock()
774 O->OS << " NumWords=" << NumWords in parseBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitcodeParser.h352 virtual void BeginBlockInfoBlock(unsigned NumWords);
DNaClBitstreamReader.h359 virtual void BeginBlockInfoBlock(unsigned NumWords) = 0;
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceBitVector.h780 void init_words(BitWord *B, unsigned NumWords, bool t) { in init_words() argument
781 memset(B, 0 - (int)t, NumWords * sizeof(BitWord)); in init_words()
DPNaClTranslator.cpp1467 void EnterBlock(unsigned NumWords) override { in EnterBlock() argument
1469 NumBytesDefiningFunction = NumWords * sizeof(uint32_t); in EnterBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp1038 uint64_t NumWords = NumBytes >> 4; in emitPrologue() local
1050 uint32_t LowNumWords = NumWords & 0xFFFF; in emitPrologue()
1057 if ((NumWords & 0xFFFF0000) != 0) { in emitPrologue()
1060 .addImm((NumWords & 0xFFFF0000) >> 16) // High half in emitPrologue()
1068 .addImm(NumWords) in emitPrologue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp167 unsigned NumWords = getNumWords(); in Profile() local
168 for (unsigned i = 0; i < NumWords; ++i) in Profile()
265 unsigned NumWords = getNumWords(); in operator *=() local
266 tcMultiplyPart(U.pVal, U.pVal, RHS, 0, NumWords, NumWords, false); in operator *=()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonLoopIdiomRecognition.cpp2264 Value *NumWords = Expander.expandCodeFor(NumWordsS, Int32Ty, in processCopyingStore() local
2266 if (Instruction *In = dyn_cast<Instruction>(NumWords)) in processCopyingStore()
2268 NumWords = Simp; in processCopyingStore()
2276 NewCall = CondBuilder.CreateCall(Fn, {Op0, Op1, NumWords}); in processCopyingStore()
DHexagonISelLoweringHVX.cpp375 unsigned NumWords = Words.size(); in buildHvxVectorReg() local
378 for (unsigned i = 0; i != NumWords && IsSplat; ++i) { in buildHvxVectorReg()
486 for (unsigned i = 0; i != NumWords/2; ++i) { in buildHvxVectorReg()
490 {HalfV1, Words[i+NumWords/2]}); in buildHvxVectorReg()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMFrameLowering.cpp519 uint32_t NumWords = NumBytes >> 2; in emitPrologue() local
521 if (NumWords < 65536) in emitPrologue()
523 .addImm(NumWords) in emitPrologue()
528 .addImm(NumWords) in emitPrologue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h1885 unsigned NumWords,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp1304 unsigned NumWords, in LLVMConstIntOfArbitraryPrecision() argument
1309 makeArrayRef(Words, NumWords)))); in LLVMConstIntOfArbitraryPrecision()