Home
last modified time | relevance | path

Searched defs:OffloadArray (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp732 struct OffloadArray { struct
734 AllocaInst *Array = nullptr;
736 SmallVector<Value *, 8> StoredValues;
738 SmallVector<StoreInst *, 8> LastAccesses;
746 bool initialize(AllocaInst &Array, Instruction &Before) { in initialize()
757 static const unsigned DeviceIDArgNum = 1;
758 static const unsigned BasePtrsArgNum = 3;
759 static const unsigned PtrsArgNum = 4;
760 static const unsigned SizesArgNum = 5;
766 bool getValues(AllocaInst &Array, Instruction &Before) { in getValues()
[all …]