Searched defs:OffloadArray (Results 1 – 1 of 1) sorted by relevance
610 struct OffloadArray { struct612 AllocaInst *Array = nullptr;614 SmallVector<Value *, 8> StoredValues;616 SmallVector<StoreInst *, 8> LastAccesses;624 bool initialize(AllocaInst &Array, Instruction &Before) { in initialize()635 static const unsigned DeviceIDArgNum = 1;636 static const unsigned BasePtrsArgNum = 3;637 static const unsigned PtrsArgNum = 4;638 static const unsigned SizesArgNum = 5;644 bool getValues(AllocaInst &Array, Instruction &Before) { in getValues()[all …]