Home
last modified time | relevance | path

Searched refs:getWord (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DGCOV.cpp107 Checksum = buf.getWord(); in readGCNO()
111 buf.getWord(); // hasUnexecutedBlocks in readGCNO()
115 while ((tag = buf.getWord())) { in readGCNO()
121 fn->ident = buf.getWord(); in readGCNO()
122 fn->linenoChecksum = buf.getWord(); in readGCNO()
124 fn->cfgChecksum = buf.getWord(); in readGCNO()
129 fn->startLine = buf.getWord(); in readGCNO()
131 fn->artificial = buf.getWord(); in readGCNO()
133 fn->startLine = buf.getWord(); in readGCNO()
134 fn->startColumn = buf.getWord(); in readGCNO()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPInt.h163 uint64_t getWord(unsigned bitPosition) const {
1139 return (maskBit(bitPosition) & getWord(bitPosition)) != 0;
1785 return BitsToDouble(getWord(0));
1794 return BitsToFloat(static_cast<uint32_t>(getWord(0)));
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DGCOV.h144 uint32_t getWord() { return de.getU32(cursor); } in getWord() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPInt.cpp387 U.pVal[hi1Word] |= subBits.getWord(subBitWidth - 1); in insertBits()
807 int64_t sext = SignExtend64(getWord(0), BitWidth); in roundToDouble()
810 return double(getWord(0)); in roundToDouble()