Lines Matching defs:OffloadArray
393 struct OffloadArray { struct
395 AllocaInst *Array = nullptr;
397 SmallVector<Value *, 8> StoredValues;
399 SmallVector<StoreInst *, 8> LastAccesses;
407 bool initialize(AllocaInst &Array, Instruction &Before) { in initialize()
418 static const unsigned DeviceIDArgNum = 1;
419 static const unsigned BasePtrsArgNum = 3;
420 static const unsigned PtrsArgNum = 4;
421 static const unsigned SizesArgNum = 5;
427 bool getValues(AllocaInst &Array, Instruction &Before) { in getValues()
466 bool isFilled() { in isFilled()