Searched refs:getSizeInBytes (Results 1 - 22 of 22) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DStackMapPrinter.h67 OS << ", size: " << Loc.getSizeInBytes() << "\n";
74 << LO.getSizeInBytes() << "-bytes) ";
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DStackMapParser.h119 unsigned getSizeInBytes() const { function in class:llvm::StackMapParser::LocationKind::LocationAccessor
178 unsigned getSizeInBytes() const { function in class:llvm::StackMapParser::LocationKind::LiveOutAccessor
279 unsigned getSizeInBytes() const { function in class:llvm::StackMapParser::LocationKind::RecordAccessor
286 return RecordAccessor(P + getSizeInBytes());
317 RecordAccessor(&StackMapSection[CurrentRecordOffset]).getSizeInBytes();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp880 while (DstAlign && DstAlign < Ty.getSizeInBytes() &&
882 Ty = LLT::scalar(Ty.getSizeInBytes());
889 unsigned TySize = Ty.getSizeInBytes();
898 unsigned NewTySize = NewTy.getSizeInBytes();
1033 unsigned TySize = Ty.getSizeInBytes();
1057 MF.getMachineMemOperand(&DstMMO, DstOff, Ty.getSizeInBytes());
1067 DstOff += Ty.getSizeInBytes();
1153 if (CopyTy.getSizeInBytes() > Size)
1154 CurrOffset -= CopyTy.getSizeInBytes() - Size;
1158 MF.getMachineMemOperand(&SrcMMO, CurrOffset, CopyTy.getSizeInBytes());
[all...]
H A DLegalizerHelper.cpp4400 unsigned SizeInBytes = Ty.getSizeInBytes();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalSplit.cpp87 ? SL->getSizeInBytes()
H A DGlobalOpt.cpp1329 TypeSize = DL.getStructLayout(ST)->getSizeInBytes();
1557 unsigned TypeSize = DL.getStructLayout(AllocSTy)->getSizeInBytes();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DLowLevelTypeImpl.h116 unsigned getSizeInBytes() const { function in class:llvm::LLT
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTypeMetadataUtils.cpp142 if (Offset >= SL->getSizeInBytes())
H A DMemoryBuiltins.cpp339 ElementSize = DL.getStructLayout(ST)->getSizeInBytes();
H A DBasicAliasAnalysis.cpp1223 const uint64_t StructSize = SL->getSizeInBytes();
H A DScalarEvolutionExpander.cpp476 if (FullOffset < SL.getSizeInBytes()) {
H A DConstantFolding.cpp966 if (Offset.isNegative() || Offset.uge(SL.getSizeInBytes()))
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h593 uint64_t getSizeInBytes() const { return StructSize; } function in class:llvm::StructLayout
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp359 DL.getStructLayout(cast<StructType>(CS->getType()))->getSizeInBytes();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1516 if (StructOffset >= SL->getSizeInBytes())
3546 if (Offset >= SL->getSizeInBytes())
3549 if (EndOffset > SL->getSizeInBytes())
3573 if (EndOffset < SL->getSizeInBytes()) {
3593 if (Size != SubSL->getSizeInBytes())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp1027 if (MMO.getSize() > ValTy.getSizeInBytes())
1030 if (ValTy.getSizeInBytes() < MMO.getSize())
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp1032 unsigned TotalSize = Layout->getSizeInBytes();
H A DTargetInfo.cpp3210 if (IROffset < SL->getSizeInBytes()) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2518 assert(SizeSoFar == Layout->getSizeInBytes() &&
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1158 assert(Offset < (int64_t)SL->getSizeInBytes() &&
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstructionSelector.cpp2186 if (BytesLoaded < 4 && SrcTy.getSizeInBytes() == BytesLoaded)
H A DAArch64ISelLowering.cpp1210 Ty.getSizeInBytes() != 16 ||

Completed in 403 milliseconds