Lines Matching defs:OffloadArray
837 struct OffloadArray { struct
839 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()
909 bool isFilled() { in isFilled()