Home
last modified time | relevance | path

Searched defs:getSizeInBytes (Results 1 – 10 of 10) sorted by relevance

/llvm-project/llvm/include/llvm/Object/
H A DStackMapParser.h121 unsigned getSizeInBytes() const { in getSizeInBytes() function
180 unsigned getSizeInBytes() const { in getSizeInBytes() function
281 unsigned getSizeInBytes() const { in getSizeInBytes() function
/llvm-project/llvm/include/llvm/CodeGenTypes/
H A DLowLevelType.h203 constexpr TypeSize getSizeInBytes() const { getSizeInBytes() function
/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryOpRemark.cpp150 getSizeInBytes(std::optional<uint64_t> SizeInBits) { in getSizeInBytes() function
/llvm-project/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVTypes.cpp82 std::optional<int64_t> ArrayType::getSizeInBytes() { in getSizeInBytes() function in ArrayType
709 return compositeType.getSizeInBytes(); in getSizeInBytes() function in ScalarType
183 std::optional<int64_t> CompositeType::getSizeInBytes() { getSizeInBytes() function in CompositeType
780 std::optional<int64_t> SPIRVType::getSizeInBytes() { getSizeInBytes() function in SPIRVType
[all...]
/llvm-project/mlir/lib/Conversion/LLVMCommon/
H A DPattern.cpp171 Value ConvertToLLVMPattern::getSizeInBytes( getSizeInBytes() function in ConvertToLLVMPattern
/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h629 TypeSize getSizeInBytes() const { return StructSize; } getSizeInBytes() function
/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp1376 unsigned MachineConstantPoolValue::getSizeInBytes(const DataLayout &DL) const { getSizeInBytes() function in MachineConstantPoolValue
1380 unsigned MachineConstantPoolEntry::getSizeInBytes(const DataLayout &DL) const { getSizeInBytes() function in MachineConstantPoolEntry
/llvm-project/llvm/include/llvm/MC/
H A DMCExpr.h170 unsigned getSizeInBytes() const { getSizeInBytes() function
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/OpenMP/
H A DOpenMPToLLVMIRTranslation.cpp1991 llvm::Value *getSizeInBytes(DataLayout &dl, const mlir::Type &type, getSizeInBytes() function
/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp6767 Value *OpenMPIRBuilder::getSizeInBytes(Value *BasePtr) { getSizeInBytes() function in OpenMPIRBuilder