Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DBitVector.h482 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 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DMIMGInstructions.td709 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 DTemplateBase.cpp167 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 DExpr.cpp804 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 DCodeGenDAGPatterns.h60 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 DCodeEmitterGen.cpp477 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 DM68kDisassembler.cpp261 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 DRemarks.rst469 <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 DBitstreamReader.cpp50 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 DTemplateBase.h321 unsigned NumWords = APInt::getNumWords(Integer.BitWidth);
322 return APSInt(APInt(Integer.BitWidth, makeArrayRef(Integer.pVal, NumWords)),
H A DExpr.h1457 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 DBitcodeAnalyzer.cpp765 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 DMetadataLoader.cpp1397 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 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 *=()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp608 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 DHexagonLoopIdiomRecognition.cpp2282 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 DHexagonISelLoweringHVX.cpp511 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 DAArch64FrameLowering.cpp1299 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 DCore.h1941 unsigned NumWords,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp1357 unsigned NumWords, in LLVMConstIntOfArbitraryPrecision() argument
1362 makeArrayRef(Words, NumWords)))); in LLVMConstIntOfArbitraryPrecision()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1613 unsigned NumWords = A.getActiveWords(); in emitWideAPInt() local
1615 for (unsigned i = 0; i < NumWords; i++) in emitWideAPInt()