Home
last modified time | relevance | path

Searched refs:NumElm (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/profile/
H A DInstrProfilingPlatformFuchsia.c72 Length += IOVecs[I].ElmSize * IOVecs[I].NumElm; in lprofVMOWriter()
81 size_t Length = IOVecs[I].ElmSize * IOVecs[I].NumElm; in lprofVMOWriter()
H A DInstrProfilingFile.c257 if (fwrite(IOVecs[I].Data, IOVecs[I].ElmSize, IOVecs[I].NumElm, File) != in fileWriter()
258 IOVecs[I].NumElm) in fileWriter()
261 size_t BytesToWrite = IOVecs[I].ElmSize * IOVecs[I].NumElm; in fileWriter()
272 if (fseek(File, IOVecs[I].ElmSize * IOVecs[I].NumElm, SEEK_CUR) == -1) in fileWriter()
H A DInstrProfilingInternal.h54 size_t NumElm; member
H A DInstrProfilingWriter.c44 size_t Length = IOVecs[I].ElmSize * IOVecs[I].NumElm; in lprofBufferWriter()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp9611 unsigned NumElm = SplatBitSize / ScalarSize; in getConstantVector() local
9614 for (unsigned i = 0; i < NumElm; i++) { in getConstantVector()
9771 unsigned NumElm = SplatBitSize / VT.getScalarSizeInBits(); in lowerBuildVectorAsBroadcast() local
9772 MVT VVT = MVT::getVectorVT(VT.getScalarType(), NumElm); in lowerBuildVectorAsBroadcast()