Home
last modified time | relevance | path

Searched refs:RunFileCheck (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/tests/
Dllvm_irgen_test_base.cc57 StatusOr<bool> filecheck_result = RunFileCheck(ir_, pattern); in CompileAndVerifyIr()
81 StatusOr<bool> filecheck_result = RunFileCheck(ir_, pattern); in CompileAheadOfTimeAndVerifyIr()
94 RunFileCheck(optimized_module->ToString(print_opts), pattern); in MatchOptimizedHlo()
Dfilecheck.h29 StatusOr<bool> RunFileCheck(const std::string& input,
Dfilecheck.cc31 StatusOr<bool> RunFileCheck(const std::string& input, in RunFileCheck() function
/external/tensorflow/tensorflow/compiler/xla/service/gpu/tests/
Dgpu_codegen_test.cc59 StatusOr<bool> filecheck_result = RunFileCheck(ptx_str, pattern); in CompileAndOptionallyVerifyPtx()
/external/tensorflow/tensorflow/compiler/mlir/xla/experimental/conv_emitter/
Dconv_emitter_test.cc138 RunFileCheck(CompileHloConvAndGetMlir(hlo_text), expected_mlir_pattern) in TEST()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/
Dcpu_noalias_test.cc146 RunFileCheck(llvm_ir::DumpModuleToString(ir_module), filecheck_pattern)); in TEST_F()