Home
last modified time | relevance | path

Searched defs:filecheck_result (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/tests/
Dllvm_irgen_test_base.cc57 StatusOr<bool> filecheck_result = RunFileCheck(ir_, pattern); in CompileAndVerifyIr() local
81 StatusOr<bool> filecheck_result = RunFileCheck(ir_, pattern); in CompileAheadOfTimeAndVerifyIr() local
93 StatusOr<bool> filecheck_result = in MatchOptimizedHlo() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/tests/
Dgpu_codegen_test.cc59 StatusOr<bool> filecheck_result = RunFileCheck(ptx_str, pattern); in CompileAndOptionallyVerifyPtx() local
/external/llvm/test/Other/
Dopt-bisect-helper.py30 filecheck_result = subprocess.Popen(check_command, stdin=opt_result.stdout) variable
/external/llvm-project/llvm/test/Other/
Dopt-bisect-helper.py32 filecheck_result = subprocess.Popen(check_command, stdin=opt_result.stdout) variable