Home
last modified time | relevance | path

Searched defs:NumWords (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeParser.cpp45 void NaClBitcodeParserListener::BeginBlockInfoBlock(unsigned NumWords) { in BeginBlockInfoBlock()
116 unsigned NumWords; in ParseBlockInternal() local
DNaClBitstreamReader.cpp76 unsigned NumWords = Read(naclbitc::BlockSizeWidth); in EnterSubBlock() local
384 unsigned NumWords; in ReadBlockInfoBlock() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DBitVector.h623 unsigned NumWords = NumBitWords(Size); variable
672 unsigned NumWords = NumBitWords(Size); variable
816 uint32_t NumWords = NumBitWords(Size); in wordShl() local
836 uint32_t NumWords = NumBitWords(Size); in wordShr() local
846 MutableArrayRef<BitWord> allocate(size_t NumWords) { in allocate()
/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
/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
/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeAnalyzer.cpp756 unsigned NumWords = 0; in parseBlock() local
/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()
DPNaClTranslator.cpp1467 void EnterBlock(unsigned NumWords) override { in EnterBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp167 unsigned NumWords = getNumWords(); in Profile() local
265 unsigned NumWords = getNumWords(); in operator *=() local
/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
/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelLoweringHVX.cpp375 unsigned NumWords = Words.size(); in buildHvxVectorReg() local
DHexagonLoopIdiomRecognition.cpp2264 Value *NumWords = Expander.expandCodeFor(NumWordsS, Int32Ty, in processCopyingStore() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp1304 unsigned NumWords, in LLVMConstIntOfArbitraryPrecision()