Home
last modified time | relevance | path

Searched refs:ir_ (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()
59 EXPECT_TRUE(filecheck_result.ValueOrDie()) << "Full IR: " << ir_; in CompileAndVerifyIr()
81 StatusOr<bool> filecheck_result = RunFileCheck(ir_, pattern); in CompileAheadOfTimeAndVerifyIr()
83 EXPECT_TRUE(filecheck_result.ValueOrDie()) << "Full IR: " << ir_; in CompileAheadOfTimeAndVerifyIr()
114 ir_ = llvm_ir::DumpModuleToString(module); in IrHook()
Dllvm_irgen_test_base.h82 string ir_; variable
/external/mesa3d/src/compiler/glsl/
Dir.h148 class ir_##TYPE *as_##TYPE() \
151 return is_##TYPE() ? (ir_##TYPE *) this : NULL; \
153 const class ir_##TYPE *as_##TYPE() const \
156 return is_##TYPE() ? (ir_##TYPE *) this : NULL; \
165 class ir_##TYPE * as_##TYPE() \
168 return ir_type == ir_type_##TYPE ? (ir_##TYPE *) this : NULL; \
170 const class ir_##TYPE * as_##TYPE() const \
173 return ir_type == ir_type_##TYPE ? (const ir_##TYPE *) this : NULL; \
DREADME23 optimizations to do additional work. See most files called ir_*.cpp
172 the IR. Generally this is in the form of an ir_{bin,un}op expression