Searched defs:OffloadArray (Results 1 – 1 of 1) sorted by relevance
837 struct OffloadArray { struct839 AllocaInst *Array = nullptr;841 SmallVector<Value *, 8> StoredValues;843 SmallVector<StoreInst *, 8> LastAccesses;851 bool initialize(AllocaInst &Array, Instruction &Before) { in initialize()862 static const unsigned DeviceIDArgNum = 1;863 static const unsigned BasePtrsArgNum = 3;864 static const unsigned PtrsArgNum = 4;865 static const unsigned SizesArgNum = 5;871 bool getValues(AllocaInst &Array, Instruction &Before) { in getValues()[all …]