Searched refs:NumElm (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/compiler-rt/lib/profile/ |
| H A D | InstrProfilingPlatformFuchsia.c | 103 Length += IOVecs[I].ElmSize * IOVecs[I].NumElm; in lprofVMOWriter() 113 size_t Length = IOVecs[I].ElmSize * IOVecs[I].NumElm; in lprofVMOWriter()
|
| H A D | InstrProfilingFile.c | 104 if (fwrite(IOVecs[I].Data, IOVecs[I].ElmSize, IOVecs[I].NumElm, File) != in fileWriter() 105 IOVecs[I].NumElm) in fileWriter() 108 if (fseek(File, IOVecs[I].ElmSize * IOVecs[I].NumElm, SEEK_CUR) == -1) in fileWriter()
|
| H A D | InstrProfilingInternal.h | 49 size_t NumElm; member
|
| H A D | InstrProfilingWriter.c | 41 size_t Length = IOVecs[I].ElmSize * IOVecs[I].NumElm; in lprofBufferWriter()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 7356 unsigned NumElm = SplatBitSize / ScalarSize; in getConstantVector() local 7359 for (unsigned i = 0; i < NumElm; i++) { in getConstantVector() 7544 unsigned NumElm = SplatBitSize / VT.getScalarSizeInBits(); in lowerBuildVectorAsBroadcast() local 7547 MVT::getVectorVT(CVT, NumElm), dl, DAG.getEntryNode(), VCP, in lowerBuildVectorAsBroadcast()
|