Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DGCOV.cpp107 checksum = buf.getWord(); in readGCNO()
115 while ((tag = buf.getWord())) { in readGCNO()
122 fn->ident = buf.getWord(); in readGCNO()
131 fn->startLine = buf.getWord(); in readGCNO()
136 fn->startLine = buf.getWord(); in readGCNO()
138 fn->endLine = buf.getWord(); in readGCNO()
154 uint32_t num = buf.getWord(); in readGCNO()
159 uint32_t srcNo = buf.getWord(); in readGCNO()
169 uint32_t dstNo = buf.getWord(), flags = buf.getWord(); in readGCNO()
180 uint32_t srcNo = buf.getWord(); in readGCNO()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DAPInt.h995 return (maskBit(bitPosition) & getWord(bitPosition)) != 0;
1620 double bitsToDouble() const { return BitsToDouble(getWord(0)); } in bitsToDouble()
1628 return BitsToFloat(static_cast<uint32_t>(getWord(0))); in bitsToFloat()
1883 uint64_t getWord(unsigned bitPosition) const {
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DGCOV.h143 uint32_t getWord() { return de.getU32(cursor); } in getWord() function
/llvm-project-15.0.7/llvm/lib/Support/
H A DAPInt.cpp405 U.pVal[hi1Word] |= subBits.getWord(subBitWidth - 1); in insertBits()
847 int64_t sext = SignExtend64(getWord(0), BitWidth); in roundToDouble()
850 return double(getWord(0)); in roundToDouble()