Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp310 MutableArrayRef<VirtualCallTarget> Targets, uint64_t AllocBefore, in setBeforeReturnValues() argument
313 OffsetByte = -(AllocBefore / 8 + 1); in setBeforeReturnValues()
315 OffsetByte = -((AllocBefore + 7) / 8 + (BitWidth + 7) / 8); in setBeforeReturnValues()
316 OffsetBit = AllocBefore % 8; in setBeforeReturnValues()
320 Target.setBeforeBit(AllocBefore); in setBeforeReturnValues()
322 Target.setBeforeBytes(AllocBefore, (BitWidth + 7) / 8); in setBeforeReturnValues()
1918 uint64_t AllocBefore = in tryVirtualConstProp() local
1928 (AllocBefore + 7) / 8 - Target.allocatedBeforeBytes() - 1, 0); in tryVirtualConstProp()
1943 setBeforeReturnValues(TargetsForSlot, AllocBefore, BitWidth, OffsetByte, in tryVirtualConstProp()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DWholeProgramDevirt.h213 uint64_t AllocBefore, unsigned BitWidth,