Searched defs:OffloadArray (Results 1 – 1 of 1) sorted by relevance
431 struct OffloadArray { struct433 AllocaInst *Array = nullptr;435 SmallVector<Value *, 8> StoredValues;437 SmallVector<StoreInst *, 8> LastAccesses;445 bool initialize(AllocaInst &Array, Instruction &Before) { in initialize()456 static const unsigned DeviceIDArgNum = 1;457 static const unsigned BasePtrsArgNum = 3;458 static const unsigned PtrsArgNum = 4;459 static const unsigned SizesArgNum = 5;465 bool getValues(AllocaInst &Array, Instruction &Before) { in getValues()[all …]