Home
last modified time | relevance | path

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

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