/llvm-project/clang/include/clang/AST/ |
H A D | APNumericStorage.h | 42 unsigned NumWords = llvm::APInt::getNumWords(BitWidth); in getIntValue() local
|
/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | HashTable.cpp | 23 uint32_t NumWords; in readSparseBitVector() local
|
/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/ |
H A D | SPIRVMCCodeEmitter.cpp | 114 const uint32_t FirstWord = (NumWords << 16) | OpCode; in encodeInstruction() local
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | Bitset.h | 38 static constexpr unsigned NumWords = (NumBits + BITWORD_SIZE-1) / BITWORD_SIZE; variable
|
H A D | BitVector.h | 748 uint32_t NumWords = Bits.size(); in wordShl() local 766 uint32_t NumWords = Bits.size(); in wordShr() local
|
/llvm-project/llvm/utils/TableGen/ |
H A D | CodeEmitterGen.cpp | 317 int NumWords = APInt::getNumWords(BitWidth); getInstructionCases() local 558 int NumWords = APInt::getNumWords(BitWidth); run() local
|
/llvm-project/clang-tools-extra/pseudo/include/clang-pseudo/grammar/ |
H A D | LRTable.h |
|
/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/ |
H A D | M68kBaseInfo.h | 82 const unsigned NumWords = sizeof(Val) / 2; in swapWord() local
|
/llvm-project/llvm/lib/Bitstream/Reader/ |
H A D | BitstreamReader.cpp | 55 word_t NumWords = MaybeNum.get(); in EnterSubBlock() local
|
/llvm-project/clang/lib/AST/ |
H A D | TemplateBase.cpp | 189 std::memcpy(Mem, Value.getRawData(), NumWords * sizeof(uint64_t)); in initFromIntegral() local
|
H A D | Expr.cpp | 955 unsigned NumWords = Val.getNumWords(); setIntValue() local
|
/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeAnalyzer.cpp | 770 unsigned NumWords = 0; parseBlock() local
|
H A D | MetadataLoader.cpp | 1517 const size_t NumWords = Record.size() - 3; parseOneMetadata() local
|
/llvm-project/llvm/lib/Support/ |
H A D | APInt.cpp | 163 unsigned NumWords = getNumWords(); Profile() local 272 unsigned NumWords = getNumWords(); operator *=() local
|
/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenDAGPatterns.h | 62 static unsigned constexpr NumWords = Capacity / WordWidth; global() member
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMFrameLowering.cpp | 978 uint32_t NumWords = NumBytes >> 2; emitPrologue() local
|
/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
H A D | DXILBitcodeWriter.cpp | 734 for (unsigned i = 0; i < NumWords; i++) in emitWideAPInt() local
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonLoopIdiomRecognition.cpp | 2269 Value *NumWords = Expander.expandCodeFor(NumWordsS, Int32Ty, processCopyingStore() local
|
H A D | HexagonISelLoweringHVX.cpp | 825 unsigned NumWords = Words.size(); in buildHvxVectorReg() local
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64FrameLowering.cpp | 1992 uint64_t NumWords = (NumBytes + RealignmentPadding) >> 4; emitPrologue() local
|
/llvm-project/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 900 unsigned NumWords = A.getActiveWords(); emitWideAPInt() local
|
/llvm-project/llvm/lib/IR/ |
H A D | Core.cpp | 194 unsigned NumWords = divideCeil(NumBits, 64); LLVMCreateConstantRangeAttribute() local 1525 LLVMConstIntOfArbitraryPrecision(LLVMTypeRef IntTy,unsigned NumWords,const uint64_t Words[]) LLVMConstIntOfArbitraryPrecision() argument
|