Lines Matching defs:OffloadArray
699 struct OffloadArray { struct
701 AllocaInst *Array = nullptr;
703 SmallVector<Value *, 8> StoredValues;
705 SmallVector<StoreInst *, 8> LastAccesses;
713 bool initialize(AllocaInst &Array, Instruction &Before) { in initialize()
724 static const unsigned DeviceIDArgNum = 1;
725 static const unsigned BasePtrsArgNum = 3;
726 static const unsigned PtrsArgNum = 4;
727 static const unsigned SizesArgNum = 5;
733 bool getValues(AllocaInst &Array, Instruction &Before) { in getValues()
771 bool isFilled() { in isFilled()