/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/ |
D | NaClBitcodeParser.cpp | 45 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()
|
D | NaClBitstreamReader.cpp | 76 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/ |
D | BitVector.h | 623 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/ |
D | HashTable.cpp | 26 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/ |
D | MIMGInstructions.td | 547 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/ |
D | BitstreamReader.cpp | 51 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/ |
D | BitVector.h | 541 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/ |
D | BitcodeAnalyzer.cpp | 756 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/ |
D | NaClBitcodeParser.h | 352 virtual void BeginBlockInfoBlock(unsigned NumWords);
|
D | NaClBitstreamReader.h | 359 virtual void BeginBlockInfoBlock(unsigned NumWords) = 0;
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceBitVector.h | 780 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()
|
D | PNaClTranslator.cpp | 1467 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/ |
D | AArch64FrameLowering.cpp | 1038 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/ |
D | APInt.cpp | 167 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/ |
D | HexagonLoopIdiomRecognition.cpp | 2264 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()
|
D | HexagonISelLoweringHVX.cpp | 375 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/ |
D | ARMFrameLowering.cpp | 519 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/ |
D | Core.h | 1885 unsigned NumWords,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Core.cpp | 1304 unsigned NumWords, in LLVMConstIntOfArbitraryPrecision() argument 1309 makeArrayRef(Words, NumWords)))); in LLVMConstIntOfArbitraryPrecision()
|