Home
last modified time | relevance | path

Searched refs:AllocBefore (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp284 MutableArrayRef<VirtualCallTarget> Targets, uint64_t AllocBefore, in setBeforeReturnValues() argument
287 OffsetByte = -(AllocBefore / 8 + 1); in setBeforeReturnValues()
289 OffsetByte = -((AllocBefore + 7) / 8 + (BitWidth + 7) / 8); in setBeforeReturnValues()
290 OffsetBit = AllocBefore % 8; in setBeforeReturnValues()
294 Target.setBeforeBit(AllocBefore); in setBeforeReturnValues()
296 Target.setBeforeBytes(AllocBefore, (BitWidth + 7) / 8); in setBeforeReturnValues()
1736 uint64_t AllocBefore = in tryVirtualConstProp() local
1746 (AllocBefore + 7) / 8 - Target.allocatedBeforeBytes() - 1, 0); in tryVirtualConstProp()
1761 setBeforeReturnValues(TargetsForSlot, AllocBefore, BitWidth, OffsetByte, in tryVirtualConstProp()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DWholeProgramDevirt.h212 uint64_t AllocBefore, unsigned BitWidth,