Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/FuzzMutate/
DOpDescriptor.h90 struct OpDescriptor { struct
91 unsigned Weight;
92 SmallVector<SourcePred, 2> SourcePreds;
93 std::function<Value *(ArrayRef<Value *>, Instruction *)> BuilderFunc;
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DAtomic.kt16 public abstract class OpDescriptor { class