Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp283 MutableArrayRef<VirtualCallTarget> Targets, uint64_t AllocBefore, in setBeforeReturnValues() argument
286 OffsetByte = -(AllocBefore / 8 + 1); in setBeforeReturnValues()
288 OffsetByte = -((AllocBefore + 7) / 8 + (BitWidth + 7) / 8); in setBeforeReturnValues()
289 OffsetBit = AllocBefore % 8; in setBeforeReturnValues()
293 Target.setBeforeBit(AllocBefore); in setBeforeReturnValues()
295 Target.setBeforeBytes(AllocBefore, (BitWidth + 7) / 8); in setBeforeReturnValues()
1735 uint64_t AllocBefore = in tryVirtualConstProp() local
1745 (AllocBefore + 7) / 8 - Target.allocatedBeforeBytes() - 1, 0); in tryVirtualConstProp()
1760 setBeforeReturnValues(TargetsForSlot, AllocBefore, BitWidth, OffsetByte, in tryVirtualConstProp()
/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
DWholeProgramDevirt.h212 uint64_t AllocBefore, unsigned BitWidth,