HomeSort by relevance Sort by last modified time
    Searched refs:is_one (Results 1 - 24 of 24) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_cmod_propagation.cpp 77 !(inst->src[1].is_one() &&
brw_vec4_cmod_propagation.cpp 57 !(inst->src[1].is_one() &&
brw_shader.h 62 bool is_one() const;
brw_shader.cpp 696 backend_reg::is_one() const
    [all...]
brw_fs.cpp     [all...]
brw_vec4.cpp 778 } else if (inst->src[1].is_one()) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
double-int.h 165 bool is_one () const;
404 double_int::is_one () const
  /external/mesa3d/src/compiler/glsl/
lower_vector.cpp 78 if (!c->is_one() && !c->is_zero() && !c->is_negative_one())
opt_algebraic.cpp 111 return (ir == NULL) ? false : ir->is_one();
854 outer_const->is_one())
859 inner_const->is_one() &&
877 inner_const->is_one() &&
884 outer_const->is_one())
ir.cpp 39 bool ir_rvalue::is_one() const function in class:ir_rvalue
1175 ir_constant::is_one() const function in class:ir_constant
    [all...]
ir.h 273 * \sa ir_constant::has_value, ir_rvalue::is_one, ir_rvalue::is_negative_one
287 virtual bool is_one() const;
297 * \sa ir_constant::has_value, ir_rvalue::is_zero, ir_rvalue::is_one
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
PatternMatch.h 177 struct is_one { struct in namespace:llvm::PatternMatch
182 inline cst_pred_ty<is_one> m_One() { return cst_pred_ty<is_one>(); }
183 inline api_pred_ty<is_one> m_One(const APInt *&V) { return V; }
  /external/llvm/include/llvm/IR/
PatternMatch.h 239 struct is_one { struct in namespace:llvm::PatternMatch
244 inline cst_pred_ty<is_one> m_One() { return cst_pred_ty<is_one>(); }
245 inline api_pred_ty<is_one> m_One(const APInt *&V) { return V; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
PatternMatch.h 252 struct is_one { struct in namespace:llvm::PatternMatch
257 inline cst_pred_ty<is_one> m_One() { return cst_pred_ty<is_one>(); }
258 inline api_pred_ty<is_one> m_One(const APInt *&V) { return V; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
PatternMatch.h 252 struct is_one { struct in namespace:llvm::PatternMatch
257 inline cst_pred_ty<is_one> m_One() { return cst_pred_ty<is_one>(); }
258 inline api_pred_ty<is_one> m_One(const APInt *&V) { return V; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
PatternMatch.h 252 struct is_one { struct in namespace:llvm::PatternMatch
257 inline cst_pred_ty<is_one> m_One() { return cst_pred_ty<is_one>(); }
258 inline api_pred_ty<is_one> m_One(const APInt *&V) { return V; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
PatternMatch.h 252 struct is_one { struct in namespace:llvm::PatternMatch
257 inline cst_pred_ty<is_one> m_One() { return cst_pred_ty<is_one>(); }
258 inline api_pred_ty<is_one> m_One(const APInt *&V) { return V; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
PatternMatch.h 252 struct is_one { struct in namespace:llvm::PatternMatch
257 inline cst_pred_ty<is_one> m_One() { return cst_pred_ty<is_one>(); }
258 inline api_pred_ty<is_one> m_One(const APInt *&V) { return V; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
PatternMatch.h 252 struct is_one { struct in namespace:llvm::PatternMatch
257 inline cst_pred_ty<is_one> m_One() { return cst_pred_ty<is_one>(); }
258 inline api_pred_ty<is_one> m_One(const APInt *&V) { return V; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
PatternMatch.h 252 struct is_one { struct in namespace:llvm::PatternMatch
257 inline cst_pred_ty<is_one> m_One() { return cst_pred_ty<is_one>(); }
258 inline api_pred_ty<is_one> m_One(const APInt *&V) { return V; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
PatternMatch.h 252 struct is_one { struct in namespace:llvm::PatternMatch
257 inline cst_pred_ty<is_one> m_One() { return cst_pred_ty<is_one>(); }
258 inline api_pred_ty<is_one> m_One(const APInt *&V) { return V; }
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_shader.c 6796 bool is_zero[4] = {}, is_one[4] = {}; local
    [all...]
  /external/mesa3d/src/mesa/program/
ir_to_mesa.cpp 836 if (c->is_one()) {
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp     [all...]

Completed in 1398 milliseconds