HomeSort by relevance Sort by last modified time
    Searched full:lowering (Results 1 - 25 of 369) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/glsl/tests/lower_jumps/
lower_pulled_out_jump.opt_test 8 # Verify that this lowering occurs during the same pass as the
9 # lowering of other jumps by checking that extra temporary
lower_unified_returns.opt_test 8 # Verify that this lowering occurs during the same pass as the
9 # lowering of other returns by checking that extra temporary
lower_returns_2.opt_test 5 # Test that lowering is not performed on a non-void return at
lower_guarded_conditional_break.opt_test 7 # an if(execute_flag) because of earlier lowering of continues,
lower_returns_3.opt_test 5 # Test lowering of returns when there is one nested inside a
  /external/mesa3d/src/glsl/tests/lower_jumps/
lower_pulled_out_jump.opt_test 8 # Verify that this lowering occurs during the same pass as the
9 # lowering of other jumps by checking that extra temporary
lower_unified_returns.opt_test 8 # Verify that this lowering occurs during the same pass as the
9 # lowering of other returns by checking that extra temporary
lower_returns_2.opt_test 5 # Test that lowering is not performed on a non-void return at
lower_guarded_conditional_break.opt_test 7 # an if(execute_flag) because of earlier lowering of continues,
lower_returns_3.opt_test 5 # Test lowering of returns when there is one nested inside a
  /external/llvm/test/CodeGen/X86/
vec_uint_to_fp.ll 3 ; Test that we are not lowering uinttofp to scalars
tailcallbyval64.ll 8 ; Expect 2 rep;movs because of tail call byval lowering.
13 ; lowering appearing after moving arguments to registers. The following two
16 ; byval lowering - not rsi, not rdi, not rcx).
  /external/llvm/docs/HistoricalNotes/
2001-07-06-LoweringIRForCodeGen.txt 4 Subject: lowering the IR
6 BTW, I do think that we should consider lowering the IR as you said. I
27 The main benefit of lowering will be that we will be able to retain a close
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDGPUMCInstLower.h 1 //===- AMDGPUMCInstLower.h MachineInstr Lowering Interface ------*- C++ -*-===//
R600ISelLowering.h 1 //===-- R600ISelLowering.h - R600 DAG Lowering Interface -*- C++ -*--------===//
10 // R600 DAG Lowering interface definition
SIISelLowering.h 1 //===-- SIISelLowering.h - SI DAG Lowering Interface ------------*- C++ -*-===//
10 // SI DAG Lowering interface definition
  /external/llvm/test/CodeGen/Generic/
stop-after.ll 8 ; START: -machine-branch-prob -jump-instr-tables -gc-lowering
  /external/llvm/test/CodeGen/PowerPC/
2010-10-11-Fast-Varargs.ll 7 ; lowering code needs to use virtual registers when storing live-in registers on
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUMCInstLower.h 1 //===- AMDGPUMCInstLower.h MachineInstr Lowering Interface ------*- C++ -*-===//
R600ISelLowering.h 1 //===-- R600ISelLowering.h - R600 DAG Lowering Interface -*- C++ -*--------===//
10 // R600 DAG Lowering interface definition
SIISelLowering.h 1 //===-- SIISelLowering.h - SI DAG Lowering Interface ------------*- C++ -*-===//
10 // SI DAG Lowering interface definition
  /external/chromium_org/third_party/mesa/src/src/glsl/
lower_instructions.cpp 29 * of the most common cases, allowing the lowering code to be implemented once
111 * Determine if a particular type of lowering should occur
113 #define lowering(x) (this->lower & x) macro
257 if (lowering(DIV_TO_MUL_RCP))
276 if (lowering(SUB_TO_ADD_NEG))
281 if (ir->operands[1]->type->is_integer() && lowering(INT_DIV_TO_MUL_RCP))
283 else if (ir->operands[1]->type->is_float() && lowering(DIV_TO_MUL_RCP))
288 if (lowering(EXP_TO_EXP2))
293 if (lowering(LOG_TO_LOG2))
298 if (lowering(MOD_TO_FRACT) && ir->type->is_float()
    [all...]
  /external/mesa3d/src/glsl/
lower_instructions.cpp 29 * of the most common cases, allowing the lowering code to be implemented once
111 * Determine if a particular type of lowering should occur
113 #define lowering(x) (this->lower & x) macro
257 if (lowering(DIV_TO_MUL_RCP))
276 if (lowering(SUB_TO_ADD_NEG))
281 if (ir->operands[1]->type->is_integer() && lowering(INT_DIV_TO_MUL_RCP))
283 else if (ir->operands[1]->type->is_float() && lowering(DIV_TO_MUL_RCP))
288 if (lowering(EXP_TO_EXP2))
293 if (lowering(LOG_TO_LOG2))
298 if (lowering(MOD_TO_FRACT) && ir->type->is_float()
    [all...]
  /external/llvm/include/llvm/CodeGen/
IntrinsicLowering.h 1 //===-- IntrinsicLowering.h - Intrinsic Function Lowering -------*- C++ -*-===//
36 /// that might be needed by an intrinsic lowering implementation to be
  /external/llvm/lib/Target/AArch64/
CMakeLists.txt 6 tablegen(LLVM AArch64GenMCPseudoLowering.inc -gen-pseudo-lowering)

Completed in 2310 milliseconds

1 2 3 4 5 6 7 8 91011>>