Home
last modified time | relevance | path

Searched full:partcount (Results 1 – 25 of 59) sorted by relevance

123

/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp657 unsigned int partCount, in lostFractionThroughTruncation()
662 lsb = APInt::tcLSB(parts, partCount); in shiftRight()
669 if (bits <= partCount * APFloatBase::integerPartWidth && in shiftRight()
890 count = partCount(); in assign()
912 assert(rhs.partCount() >= partCount()); in makeNaN()
915 partCount()); in makeNaN()
934 unsigned numParts = partCount(); in makeNaN()
1038 const unsigned int PartCount = partCountForBits(semantics->precision); in isSignificandAllOnesExceptLSB()
1039 const unsigned int Bits = PartCount * integerPartWidt in isSignificandAllOnesExceptLSB()
641 lostFractionThroughTruncation(const APFloatBase::integerPart * parts,unsigned int partCount,unsigned int bits) lostFractionThroughTruncation() argument
1020 const unsigned PartCount = partCountForBits(semantics->precision); isSignificandAllOnes() local
1046 const unsigned PartCount = partCountForBits(semantics->precision); isSignificandAllOnesExceptLSB() local
1069 const unsigned PartCount = partCountForBits(semantics->precision); isSignificandAllZeros() local
1090 const unsigned PartCount = partCountForBits(semantics->precision); isSignificandAllZerosExceptMSB() local
1175 unsigned int IEEEFloat::partCount() const { partCount() function in llvm::detail::IEEEFloat
2786 unsigned int partCount = Val.getNumWords(); convertFromAPInt() local
2831 unsigned int partCount = partCountForBits(width); convertFromZeroExtendedInteger() local
3086 unsigned int partCount; convertFromDecimalString() local
3985 unsigned PartCount = partCount(); makeLargest() local
4393 const int PartCount = partCountForBits(semantics->precision); getExactLog2Abs() local
[all...]
/llvm-project/llvm/test/tools/obj2yaml/DXContainer/
H A DShaderHash.yaml10 PartCount: 1
25 # CHECK-NEXT: PartCount: 1
H A DOmitSizeAndOffsets.yaml10 PartCount: 7
36 # CHECK-NEXT: PartCount: 7
H A DExplicitSizeAndOffsets.yaml11 PartCount: 7
38 # CHECK-NEXT: PartCount: 7
H A DInvalidOffset.yaml12 PartCount: 1
H A DInvalidSize.yaml12 PartCount: 2
H A DPartTooSmall.yaml13 PartCount: 1
H A DShaderFlagsEmpty.yaml10 PartCount: 2
H A DDXILPart.yaml15 PartCount: 7
/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerEmitter.cpp59 sizeof(dxbc::Header) + (ObjectFile.Header.PartCount * sizeof(uint32_t)); in validatePartOffsets()
77 sizeof(dxbc::Header) + (ObjectFile.Header.PartCount * sizeof(uint32_t)); in computePartOffsets()
96 Header.PartCount = ObjectFile.Parts.size(); in writeHeader()
111 sizeof(dxbc::Header) + (ObjectFile.Header.PartCount * sizeof(uint32_t)); in writeParts()
/llvm-project/llvm/unittests/ObjectYAML/
H A DDXContainerYAMLTest.cpp40 PartCount: 7 in TEST()
88 PartCount: 7 in TEST()
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h81 uint32_t PartCount; member
86 sys::swapByteOrder(PartCount); in swapBytes()
88 // Structure is followed by part offsets: uint32_t PartOffset[PartCount];
/llvm-project/llvm/tools/obj2yaml/
H A Ddxcontainer2yaml.cpp46 Obj->Header.PartCount = Container.getHeader().PartCount; in dumpDXContainer()
/llvm-project/llvm/test/ObjectYAML/DXContainer/
H A DPSVv0-compute.yaml10 PartCount: 2
H A DPSVv0-amplification.yaml10 PartCount: 2
H A DPSVv0-vertex.yaml10 PartCount: 2
H A DPSVv0-hull.yaml10 PartCount: 2
H A DPSVv0-domain.yaml10 PartCount: 2
H A DPSVv0-pixel.yaml10 PartCount: 2
H A DPSVv0-geometry.yaml10 PartCount: 2
H A DPSVv0-mesh.yaml10 PartCount: 2
H A DPSVv1-compute.yaml10 PartCount: 2
H A DPSVv1-pixel.yaml10 PartCount: 2
H A DPSVv1-amplification.yaml10 PartCount: 2
H A DPSVv1-vertex.yaml10 PartCount: 2

123