Home
last modified time | relevance | path

Searched refs:totalSize (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ObjCopy/MachO/
H A DMachOWriter.h67 size_t totalSize() const;
H A DMachOWriter.cpp39 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 DVectorToSPIRV.cpp236 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 DABIInfo.h135 virtual bool isLegalVectorTypeForSwift(CharUnits totalSize,
H A DTargetInfo.cpp5565 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 DWriter.cpp1325 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 DMemRefToLLVM.cpp889 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 DELFObject.h343 size_t totalSize() const;
H A DELFObject.cpp2435 template <class ELFT> size_t ELFWriter<ELFT>::totalSize() const { in totalSize() function in ELFWriter
2579 size_t TotalSize = totalSize(); in finalize()