Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp269 MutableArrayRef<VirtualCallTarget> Targets, uint64_t AllocBefore, in setBeforeReturnValues() argument
272 OffsetByte = -(AllocBefore / 8 + 1); in setBeforeReturnValues()
274 OffsetByte = -((AllocBefore + 7) / 8 + (BitWidth + 7) / 8); in setBeforeReturnValues()
275 OffsetBit = AllocBefore % 8; in setBeforeReturnValues()
279 Target.setBeforeBit(AllocBefore); in setBeforeReturnValues()
281 Target.setBeforeBytes(AllocBefore, (BitWidth + 7) / 8); in setBeforeReturnValues()
1653 uint64_t AllocBefore = in tryVirtualConstProp() local
1663 (AllocBefore + 7) / 8 - Target.allocatedBeforeBytes() - 1, 0); in tryVirtualConstProp()
1678 setBeforeReturnValues(TargetsForSlot, AllocBefore, BitWidth, OffsetByte, in tryVirtualConstProp()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DWholeProgramDevirt.h211 uint64_t AllocBefore, unsigned BitWidth,