Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp134 MutableArrayRef<VirtualCallTarget> Targets, uint64_t AllocBefore, in setBeforeReturnValues() argument
137 OffsetByte = -(AllocBefore / 8 + 1); in setBeforeReturnValues()
139 OffsetByte = -((AllocBefore + 7) / 8 + (BitWidth + 7) / 8); in setBeforeReturnValues()
140 OffsetBit = AllocBefore % 8; in setBeforeReturnValues()
144 Target.setBeforeBit(AllocBefore); in setBeforeReturnValues()
146 Target.setBeforeBytes(AllocBefore, (BitWidth + 7) / 8); in setBeforeReturnValues()
562 uint64_t AllocBefore = in tryVirtualConstProp() local
572 (AllocBefore + 7) / 8 - Target.allocatedBeforeBytes() - 1, 0); in tryVirtualConstProp()
587 setBeforeReturnValues(TargetsForSlot, AllocBefore, BitWidth, OffsetByte, in tryVirtualConstProp()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp198 MutableArrayRef<VirtualCallTarget> Targets, uint64_t AllocBefore, in setBeforeReturnValues() argument
201 OffsetByte = -(AllocBefore / 8 + 1); in setBeforeReturnValues()
203 OffsetByte = -((AllocBefore + 7) / 8 + (BitWidth + 7) / 8); in setBeforeReturnValues()
204 OffsetBit = AllocBefore % 8; in setBeforeReturnValues()
208 Target.setBeforeBit(AllocBefore); in setBeforeReturnValues()
210 Target.setBeforeBytes(AllocBefore, (BitWidth + 7) / 8); in setBeforeReturnValues()
1226 uint64_t AllocBefore = in tryVirtualConstProp() local
1236 (AllocBefore + 7) / 8 - Target.allocatedBeforeBytes() - 1, 0); in tryVirtualConstProp()
1251 setBeforeReturnValues(TargetsForSlot, AllocBefore, BitWidth, OffsetByte, in tryVirtualConstProp()
/external/llvm/include/llvm/Transforms/IPO/
DWholeProgramDevirt.h205 uint64_t AllocBefore, unsigned BitWidth,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/IPO/
DWholeProgramDevirt.h209 uint64_t AllocBefore, unsigned BitWidth,