Lines Matching defs:OffloadArray
610 struct OffloadArray { struct
612 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()
682 bool isFilled() { in isFilled()