Home
last modified time | relevance | path

Searched refs:ActualSize (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYFrameLowering.cpp114 uint64_t ActualSize = spillAreaSize + CFI->getVarArgsSaveSize(); in emitPrologue() local
117 adjustReg(MBB, MBBI, DL, SPReg, SPReg, -(static_cast<int64_t>(ActualSize)), in emitPrologue()
122 MF.addFrameInst(MCCFIInstruction::cfiDefCfaOffset(nullptr, ActualSize)); in emitPrologue()
163 -(static_cast<int64_t>(StackSize - ActualSize)), in emitPrologue()
213 -(static_cast<int64_t>(StackSize - ActualSize)), in emitPrologue()
250 uint64_t ActualSize = in emitEpilogue() local
266 adjustReg(MBB, LastFrameDestroy, DL, SPReg, SPReg, (StackSize - ActualSize), in emitEpilogue()
270 adjustReg(MBB, MBBI, DL, SPReg, SPReg, ActualSize, in emitEpilogue()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.h107 uptr ActualSize() const; // Size allocated by the allocator.
H A Dhwasan_allocator.cpp71 uptr HwasanChunkView::ActualSize() const { in ActualSize() function in __hwasan::HwasanChunkView
H A Dhwasan_report.cpp638 result.size = chunk.ActualSize(); in CopyHeapChunk()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1486 const uint64_t ActualSize = CTy->getSizeInBits(); in hasVectorBeenPadded() local
1506 assert(ActualSize >= (NumVecElements * ElementSize) && "Invalid vector size"); in hasVectorBeenPadded()
1507 return ActualSize != (NumVecElements * ElementSize); in hasVectorBeenPadded()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp17832 unsigned ActualSize = std::min(InputSize, OutputSize); in FoldIntToFPToInt() local
17837 if (APFloat::semanticsPrecision(sem) >= ActualSize) { in FoldIntToFPToInt()