/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | APNumericStorage.h | 42 unsigned NumWords = llvm::APInt::getNumWords(BitWidth); in getIntValue() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | HashTable.cpp | 23 uint32_t NumWords; in readSparseBitVector() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/ |
H A D | SPIRVMCCodeEmitter.cpp | 114 const uint32_t NumWords = MI.getNumOperands() + 1; in encodeInstruction() local
|
/freebsd-src/contrib/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(); wordShl() local 766 uint32_t NumWords = Bits.size(); wordShr() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/ |
H A D | M68kBaseInfo.h | 82 const unsigned NumWords = sizeof(Val) / 2; in swapWord() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Bitstream/Reader/ |
H A D | BitstreamReader.cpp | 55 word_t NumWords = MaybeNum.get(); in EnterSubBlock() local
|
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | CodeEmitterGen.cpp | 517 int NumWords = APInt::getNumWords(BitWidth); run() local
|
H A D | CodeGenDAGPatterns.h |
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | TemplateBase.cpp | 189 unsigned NumWords = Value.getNumWords(); in initFromIntegral() local
|
H A D | Expr.cpp | 925 unsigned NumWords = Val.getNumWords(); setIntValue() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeAnalyzer.cpp | 764 unsigned NumWords = 0; parseBlock() local
|
H A D | MetadataLoader.cpp | 1509 const size_t NumWords = Record.size() - 3; parseOneMetadata() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | APInt.cpp | 163 unsigned NumWords = getNumWords(); in Profile() local 272 unsigned NumWords = getNumWords(); in operator *=() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
H A D | DXILBitcodeWriter.cpp | 735 unsigned NumWords = A.getActiveWords(); emitWideAPInt() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMFrameLowering.cpp | 976 uint32_t NumWords = NumBytes >> 2; emitPrologue() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonLoopIdiomRecognition.cpp | 2275 Value *NumWords = Expander.expandCodeFor(NumWordsS, Int32Ty, processCopyingStore() local
|
H A D | HexagonISelLoweringHVX.cpp | 825 unsigned NumWords = Words.size(); in buildHvxVectorReg() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64FrameLowering.cpp | 1914 uint64_t NumWords = (NumBytes + RealignmentPadding) >> 4; emitPrologue() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 1731 unsigned NumWords = A.getActiveWords(); emitWideAPInt() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | Core.cpp | 1457 LLVMConstIntOfArbitraryPrecision(LLVMTypeRef IntTy,unsigned NumWords,const uint64_t Words[]) LLVMConstIntOfArbitraryPrecision() argument
|