Searched defs:OffloadArray (Results 1 – 1 of 1) sorted by relevance
732 struct OffloadArray { struct734 AllocaInst *Array = nullptr;736 SmallVector<Value *, 8> StoredValues;738 SmallVector<StoreInst *, 8> LastAccesses;746 bool initialize(AllocaInst &Array, Instruction &Before) { in initialize()757 static const unsigned DeviceIDArgNum = 1;758 static const unsigned BasePtrsArgNum = 3;759 static const unsigned PtrsArgNum = 4;760 static const unsigned SizesArgNum = 5;766 bool getValues(AllocaInst &Array, Instruction &Before) { in getValues()[all …]