Searched refs:totalSize (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/ObjCopy/MachO/ |
| H A D | MachOWriter.h | 67 size_t totalSize() const;
|
| H A D | MachOWriter.cpp | 39 size_t MachOWriter::totalSize() const { in totalSize() function in MachOWriter 647 size_t TotalSize = totalSize(); in write()
|
| /llvm-project-15.0.7/mlir/lib/Conversion/VectorToSPIRV/ |
| H A D | VectorToSPIRV.cpp | 236 uint64_t totalSize = in matchAndRewrite() local 241 SmallVector<int32_t, 2> indices(totalSize); in matchAndRewrite() 244 totalSize); in matchAndRewrite()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | ABIInfo.h | 135 virtual bool isLegalVectorTypeForSwift(CharUnits totalSize,
|
| H A D | TargetInfo.cpp | 5565 bool isLegalVectorTypeForSwift(CharUnits totalSize, llvm::Type *eltTy, 5950 bool AArch64ABIInfo::isLegalVectorTypeForSwift(CharUnits totalSize, in isLegalVectorTypeForSwift() argument 5955 if (totalSize.getQuantity() != 8 && in isLegalVectorTypeForSwift() 5956 (totalSize.getQuantity() != 16 || elts == 1)) in isLegalVectorTypeForSwift() 6381 bool isLegalVectorTypeForSwift(CharUnits totalSize, llvm::Type *eltTy,
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | Writer.cpp | 1325 uint64_t totalSize = 0; in sortISDBySectionOrder() local 1329 totalSize += isec->getSize(); in sortISDBySectionOrder() 1375 totalSize >= target->getThunkSectionSpacing()) { in sortISDBySectionOrder()
|
| /llvm-project-15.0.7/mlir/lib/Conversion/MemRefToLLVM/ |
| H A D | MemRefToLLVM.cpp | 889 Value totalSize = in lowerToMemCopyIntrinsic() local 904 rewriter.create<LLVM::MemcpyOp>(loc, targetPtr, srcPtr, totalSize, in lowerToMemCopyIntrinsic()
|
| /llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObject.h | 343 size_t totalSize() const;
|
| H A D | ELFObject.cpp | 2435 template <class ELFT> size_t ELFWriter<ELFT>::totalSize() const { in totalSize() function in ELFWriter 2579 size_t TotalSize = totalSize(); in finalize()
|