Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIWholeQuadMode.cpp138 struct WorkItem { struct
139 MachineBasicBlock *MBB = nullptr;
140 MachineInstr *MI = nullptr;
143 WorkItem(MachineBasicBlock *MBB) : MBB(MBB) {} in WorkItem() function
144 WorkItem(MachineInstr *MI) : MI(MI) {} in WorkItem() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp4075 struct WorkItem { struct
4076 size_t LUIdx;
4077 int64_t Imm;
4078 const SCEV *OrigReg;
4080 WorkItem(size_t LI, int64_t I, const SCEV *R) in WorkItem() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp501 const Constant *WorkItem = WorkList.pop_back_val(); in ConstHasGlobalValuePredicate() local