Searched defs:RandomFunctionGenerator (Results 1 – 4 of 4) sorted by relevance
/external/cronet/tot/third_party/llvm-libc/src/benchmarks/automemcpy/include/automemcpy/ |
D | RandomFunctionGenerator.h | 26 struct RandomFunctionGenerator { struct 46 z3::context Context; 47 z3::solver Solver; 49 z3::expr Type; 50 z3::expr ContiguousBegin, ContiguousEnd; 51 z3::expr OverlapBegin, OverlapEnd; 52 z3::expr LoopBegin, LoopEnd, LoopBlockSize; 53 z3::expr AlignedLoopBegin, AlignedLoopEnd, AlignedLoopBlockSize, 54 AlignedAlignment, AlignedArg; 55 z3::expr AcceleratorBegin, AcceleratorEnd; [all …]
|
/external/cronet/stable/third_party/llvm-libc/src/benchmarks/automemcpy/include/automemcpy/ |
D | RandomFunctionGenerator.h | 26 struct RandomFunctionGenerator { struct 46 z3::context Context; 47 z3::solver Solver; 49 z3::expr Type; 50 z3::expr ContiguousBegin, ContiguousEnd; 51 z3::expr OverlapBegin, OverlapEnd; 52 z3::expr LoopBegin, LoopEnd, LoopBlockSize; 53 z3::expr AlignedLoopBegin, AlignedLoopEnd, AlignedLoopBlockSize, 54 AlignedAlignment, AlignedArg; 55 z3::expr AcceleratorBegin, AcceleratorEnd; [all …]
|
/external/cronet/stable/third_party/llvm-libc/src/benchmarks/automemcpy/lib/ |
D | RandomFunctionGenerator.cpp | 83 RandomFunctionGenerator::RandomFunctionGenerator() in RandomFunctionGenerator() function in llvm::automemcpy::RandomFunctionGenerator
|
/external/cronet/tot/third_party/llvm-libc/src/benchmarks/automemcpy/lib/ |
D | RandomFunctionGenerator.cpp | 83 RandomFunctionGenerator::RandomFunctionGenerator() in RandomFunctionGenerator() function in llvm::automemcpy::RandomFunctionGenerator
|