Searched refs:RunFileCheck (Results 1 – 6 of 6) sorted by relevance
57 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()
29 StatusOr<bool> RunFileCheck(const std::string& input,
31 StatusOr<bool> RunFileCheck(const std::string& input, in RunFileCheck() function
59 StatusOr<bool> filecheck_result = RunFileCheck(ptx_str, pattern); in CompileAndOptionallyVerifyPtx()
138 RunFileCheck(CompileHloConvAndGetMlir(hlo_text), expected_mlir_pattern) in TEST()
146 RunFileCheck(llvm_ir::DumpModuleToString(ir_module), filecheck_pattern)); in TEST_F()