Home
last modified time | relevance | path

Searched refs:getSizeInBytes (Results 1 – 16 of 16) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DStackMapParser.h171 unsigned getSizeInBytes() const { in getSizeInBytes() function
271 unsigned getSizeInBytes() const { in getSizeInBytes() function
278 return RecordAccessor(P + getSizeInBytes()); in next()
309 RecordAccessor(&StackMapSection[CurrentRecordOffset]).getSizeInBytes(); in StackMapV2Parser()
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DStackMapPrinter.h75 << LO.getSizeInBytes() << "-bytes) "; in prettyPrintStackMap()
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DGlobalSplit.cpp87 ? SL->getSizeInBytes() in splitGlobal()
H A DGlobalOpt.cpp1308 TypeSize = DL.getStructLayout(ST)->getSizeInBytes(); in PerformHeapAllocSRoA()
1534 unsigned TypeSize = DL.getStructLayout(AllocSTy)->getSizeInBytes(); in tryToOptimizeStoreOfMallocToGlobal()
H A DWholeProgramDevirt.cpp721 if (Offset >= SL->getSizeInBytes()) in getPointerAtOffset()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDataLayout.h537 uint64_t getSizeInBytes() const { return StructSize; } in getSizeInBytes() function
/freebsd-12.1/contrib/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp388 DL.getStructLayout(cast<StructType>(CS->getType()))->getSizeInBytes(); in getConstantFieldValue()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1490 if (StructOffset >= SL->getSizeInBytes()) in getNaturalGEPRecursively()
3481 if (Offset >= SL->getSizeInBytes()) in getTypePartition()
3484 if (EndOffset > SL->getSizeInBytes()) in getTypePartition()
3508 if (EndOffset < SL->getSizeInBytes()) { in getTypePartition()
3528 if (Size != SubSL->getSizeInBytes()) in getTypePartition()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp288 ElementSize = DL.getStructLayout(ST)->getSizeInBytes(); in computeArraySize()
H A DBasicAliasAnalysis.cpp1181 const uint64_t StructSize = SL->getSizeInBytes(); in aliasSameBasePointerGEPs()
H A DConstantFolding.cpp946 if (Offset.isNegative() || Offset.uge(SL.getSizeInBytes())) in SymbolicallyEvaluateGEP()
H A DScalarEvolutionExpander.cpp472 if (FullOffset < SL.getSizeInBytes()) { in expandAddToGEP()
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DEfficiencySanitizer.cpp448 DL.getStructLayout(StructTy)->getSizeInBytes()), in createCacheFragInfoGV()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2419 assert(SizeSoFar == Layout->getSizeInBytes() && in emitGlobalConstantStruct()
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1086 assert(Offset < (int64_t)SL->getSizeInBytes() && in FindElementAtOffset()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp3177 if (IROffset < SL->getSizeInBytes()) { in GetINTEGERTypeAtOffset()