| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| H A D | BitVector.h | 482 unsigned NumWords = Bits.size(); 483 return std::equal(Bits.begin(), Bits.begin() + NumWords, RHS.Bits.begin()); 566 unsigned NumWords = Bits.size(); 567 assert(NumWords >= 1); 600 for (unsigned I = 0; I < NumWords - 1; ++I) { 605 Bits[NumWords - 1] >>= BitDistance; 615 unsigned NumWords = Bits.size(); 616 assert(NumWords >= 1); 650 for (int I = NumWords - 1; I > 0; --I) { 728 uint32_t NumWords = Bits.size(); in wordShl() local [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
| H A 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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | MIMGInstructions.td | 709 int NumWords = dw; 711 RegisterClass RegClass = !if(!le(NumWords, 0), ?, 712 !if(!eq(NumWords, 1), VGPR_32, 713 !if(!eq(NumWords, 2), VReg_64, 714 !if(!eq(NumWords, 3), VReg_96, 715 !if(!eq(NumWords, 4), VReg_128, 716 !if(!le(NumWords, 8), VReg_256, 717 !if(!le(NumWords, 16), VReg_512, ?))))))); 784 let VAddrDwords = addr.NumWords in { 786 def _V # addr.NumWords [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | TemplateBase.cpp | 167 unsigned NumWords = Value.getNumWords(); in TemplateArgument() local 168 if (NumWords > 1) { in TemplateArgument() 169 void *Mem = Ctx.Allocate(NumWords * sizeof(uint64_t)); in TemplateArgument() 170 std::memcpy(Mem, Value.getRawData(), NumWords * sizeof(uint64_t)); in TemplateArgument()
|
| H A D | Expr.cpp | 804 unsigned NumWords = Val.getNumWords(); in setIntValue() local 806 if (NumWords > 1) { in setIntValue() 807 pVal = new (C) uint64_t[NumWords]; in setIntValue() 808 std::copy(Words, Words + NumWords, pVal); in setIntValue() 809 } else if (NumWords == 1) in setIntValue()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| H A D | CodeGenDAGPatterns.h | 60 static unsigned constexpr NumWords = Capacity/WordWidth; member 61 static_assert(NumWords*WordWidth == Capacity, 78 std::memset(Words.data(), 0, NumWords*sizeof(WordType)); in clear() 97 for (unsigned i = 0; i != NumWords; ++i) in insert() 157 for (unsigned i = SkipWords; i != NumWords; ++i) { in find_from_pos() 186 std::array<WordType,NumWords> Words;
|
| H A D | CodeEmitterGen.cpp | 477 int NumWords = APInt::getNumWords(BitWidth); in run() local 485 << NumWords << "], " << NumBytes << ");\n" in run()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/Disassembler/ |
| H A D | M68kDisassembler.cpp | 261 unsigned NumWords = numWords(); in build() local 262 M68kInstructionBuffer MaskBuffer(Mask.begin(), Mask.begin() + NumWords); in build() 263 M68kInstructionBuffer ValueBuffer(Value.begin(), Value.begin() + NumWords); in build()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | Remarks.rst | 469 <Meta BlockID=8 NumWords=13 BlockCodeSize=3> 480 <Meta BlockID=8 NumWords=3 BlockCodeSize=3> 484 <Remark BlockID=9 NumWords=8 BlockCodeSize=4> 496 <Meta BlockID=8 NumWords=15 BlockCodeSize=3> 501 <Remark BlockID=9 NumWords=8 BlockCodeSize=4>
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitstream/Reader/ |
| H A D | BitstreamReader.cpp | 50 word_t NumWords = MaybeNum.get(); in EnterSubBlock() local 52 *NumWordsP = NumWords; in EnterSubBlock()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | TemplateBase.h | 321 unsigned NumWords = APInt::getNumWords(Integer.BitWidth); 322 return APSInt(APInt(Integer.BitWidth, makeArrayRef(Integer.pVal, NumWords)),
|
| H A D | Expr.h | 1457 unsigned NumWords = llvm::APInt::getNumWords(BitWidth); in getIntValue() local 1458 if (NumWords > 1) in getIntValue() 1459 return llvm::APInt(BitWidth, NumWords, pVal); in getIntValue()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeAnalyzer.cpp | 765 unsigned NumWords = 0; in parseBlock() local 766 if (Error Err = Stream.EnterSubBlock(BlockID, &NumWords)) in parseBlock() 783 O->OS << " NumWords=" << NumWords in parseBlock()
|
| H A D | MetadataLoader.cpp | 1397 const size_t NumWords = Record.size() - 3; in parseOneMetadata() local 1398 Value = readWideAPInt(makeArrayRef(&Record[3], NumWords), BitWidth); in parseOneMetadata()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A 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 *=()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMFrameLowering.cpp | 608 uint32_t NumWords = NumBytes >> 2; in emitPrologue() local 610 if (NumWords < 65536) in emitPrologue() 612 .addImm(NumWords) in emitPrologue() 617 .addImm(NumWords) in emitPrologue()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonLoopIdiomRecognition.cpp | 2282 Value *NumWords = Expander.expandCodeFor(NumWordsS, Int32Ty, in processCopyingStore() local 2284 if (Instruction *In = dyn_cast<Instruction>(NumWords)) in processCopyingStore() 2286 NumWords = Simp; in processCopyingStore() 2294 NewCall = CondBuilder.CreateCall(Fn, {Op0, Op1, NumWords}); in processCopyingStore()
|
| H A D | HexagonISelLoweringHVX.cpp | 511 unsigned NumWords = Words.size(); in buildHvxVectorReg() local 514 for (unsigned i = 0; i != NumWords && IsSplat; ++i) { in buildHvxVectorReg() 625 for (unsigned i = 0; i != NumWords/2; ++i) { in buildHvxVectorReg() 629 {HalfV1, Words[i+NumWords/2]}); in buildHvxVectorReg()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64FrameLowering.cpp | 1299 uint64_t NumWords = NumBytes >> 4; in emitPrologue() local 1311 uint32_t LowNumWords = NumWords & 0xFFFF; in emitPrologue() 1318 if ((NumWords & 0xFFFF0000) != 0) { in emitPrologue() 1321 .addImm((NumWords & 0xFFFF0000) >> 16) // High half in emitPrologue() 1329 .addImm(NumWords) in emitPrologue()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/ |
| H A D | Core.h | 1941 unsigned NumWords,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | Core.cpp | 1357 unsigned NumWords, in LLVMConstIntOfArbitraryPrecision() argument 1362 makeArrayRef(Words, NumWords)))); in LLVMConstIntOfArbitraryPrecision()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 1613 unsigned NumWords = A.getActiveWords(); in emitWideAPInt() local 1615 for (unsigned i = 0; i < NumWords; i++) in emitWideAPInt()
|