Searched defs:OffloadArray (Results 1 – 1 of 1) sorted by relevance
699 struct OffloadArray { struct701 AllocaInst *Array = nullptr;703 SmallVector<Value *, 8> StoredValues;705 SmallVector<StoreInst *, 8> LastAccesses;713 bool initialize(AllocaInst &Array, Instruction &Before) { in initialize()724 static const unsigned DeviceIDArgNum = 1;725 static const unsigned BasePtrsArgNum = 3;726 static const unsigned PtrsArgNum = 4;727 static const unsigned SizesArgNum = 5;733 bool getValues(AllocaInst &Array, Instruction &Before) { in getValues()[all …]