Home
last modified time | relevance | path

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

/llvm-project/libc/test/src/math/performance_testing/
H A DBinaryOpSingleOutputPerf.h82 run_perf(Func myFunc,Func otherFunc,int rounds,const char * logFile) run_perf() argument
101 run_diff(Func myFunc,Func otherFunc,const char * logFile) run_diff() argument
H A DSingleInputSingleOutputPerf.h70 runPerf(Func myFunc,Func otherFunc,const char * logFile) runPerf() argument
/llvm-project/mlir/lib/Target/LLVM/NVVM/
H A DTarget.cpp286 std::optional<TmpFile> logFile = createTemp(basename, "log"); compileToBinary() local