HomeSort by relevance Sort by last modified time
    Searched full:r600 (Results 151 - 175 of 365) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/llvm/test/CodeGen/R600/
schedule-if.ll 1 ;RUN: llc < %s -march=r600 -mcpu=cayman -stress-sched -verify-misched
35 call void @llvm.R600.store.swizzle(<4 x float> %19, i32 0, i32 0)
46 declare void @llvm.R600.store.swizzle(<4 x float>, i32, i32)
short-args.ll 1 ; RUN: llc < %s -march=r600 -mcpu=redwood | FileCheck %s --check-prefix=EG-CHECK
2 ; RUN: llc < %s -march=r600 -mcpu=cayman | FileCheck %s --check-prefix=EG-CHECK
3 ; RUN: llc < %s -march=r600 -mcpu=SI | FileCheck %s --check-prefix=SI-CHECK
store.ll 1 ; RUN: llc < %s -march=r600 -mcpu=redwood | FileCheck --check-prefix=EG-CHECK %s
2 ; RUN: llc < %s -march=r600 -mcpu=cayman | FileCheck --check-prefix=CM-CHECK %s
3 ; RUN: llc < %s -march=r600 -mcpu=verde | FileCheck --check-prefix=SI-CHECK %s
loop-address.ll 1 ;RUN: llc < %s -march=r600 -mcpu=redwood | FileCheck %s
9 target triple = "r600--"
  /external/mesa3d/src/gallium/targets/egl-static/
egl_pipe.c 41 /* for r600 */
42 #include "r600/r600_public.h"
191 else if (strcmp(name, "r600") == 0)
  /external/chromium_org/third_party/mesa/src/include/pci_ids/
r600_pci_ids.h 1 CHIPSET(0x9400, R600_9400, R600)
2 CHIPSET(0x9401, R600_9401, R600)
3 CHIPSET(0x9402, R600_9402, R600)
4 CHIPSET(0x9403, R600_9403, R600)
5 CHIPSET(0x9405, R600_9405, R600)
6 CHIPSET(0x940A, R600_940A, R600)
7 CHIPSET(0x940B, R600_940B, R600)
8 CHIPSET(0x940F, R600_940F, R600)
pci_id_driver_map.h 73 { 0x1002, "r600", r600_chip_ids, ARRAY_SIZE(r600_chip_ids) },
  /external/chromium_org/third_party/mesa/src/src/gallium/
SConscript 35 'drivers/r600/SConscript',
158 'targets/dri-r600/SConscript',
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600ISelLowering.h 1 //===-- R600ISelLowering.h - R600 DAG Lowering Interface -*- C++ -*--------===//
10 // R600 DAG Lowering interface definition
R600RegisterInfo.h 1 //===-- R600RegisterInfo.h - R600 Register Info Interface ------*- C++ -*--===//
35 /// R600 reg class that is equivalent to the given AMDIL reg class.
R600Defines.h 1 //===-- R600Defines.h - R600 Helper Macros ----------------------*- C++ -*-===//
R600IntrinsicsOpenCL.td 14 let TargetPrefix = "R600", isTarget = 1 in {
  /external/llvm/lib/Target/R600/
R600MachineScheduler.h 1 //===-- R600MachineScheduler.h - R600 Scheduler Interface -*- C++ -*-------===//
11 /// \brief R600 Machine Scheduler interface
R600RegisterInfo.h 1 //===-- R600RegisterInfo.h - R600 Register Info Interface ------*- C++ -*--===//
35 /// \returns the R600 reg class that is equivalent to \p RC.
R600Schedule.td 1 //===-- R600Schedule.td - R600 Scheduling definitions ------*- tablegen -*-===//
10 // R600 has a VLIW architecture. On pre-cayman cards there are 5 instruction
AMDGPUMachineFunction.h 1 //===-- R600MachineFunctionInfo.h - R600 Machine Function Info ----*- C++ -*-=//
Makefile 1 ##===- lib/Target/R600/Makefile ---------------------------*- Makefile -*-===##
  /external/mesa3d/include/pci_ids/
r600_pci_ids.h 1 CHIPSET(0x9400, R600_9400, R600)
2 CHIPSET(0x9401, R600_9401, R600)
3 CHIPSET(0x9402, R600_9402, R600)
4 CHIPSET(0x9403, R600_9403, R600)
5 CHIPSET(0x9405, R600_9405, R600)
6 CHIPSET(0x940A, R600_940A, R600)
7 CHIPSET(0x940B, R600_940B, R600)
8 CHIPSET(0x940F, R600_940F, R600)
  /external/mesa3d/src/gallium/
SConscript 35 'drivers/r600/SConscript',
158 'targets/dri-r600/SConscript',
  /external/mesa3d/src/gallium/drivers/radeon/
R600ISelLowering.h 1 //===-- R600ISelLowering.h - R600 DAG Lowering Interface -*- C++ -*--------===//
10 // R600 DAG Lowering interface definition
R600RegisterInfo.h 1 //===-- R600RegisterInfo.h - R600 Register Info Interface ------*- C++ -*--===//
35 /// R600 reg class that is equivalent to the given AMDIL reg class.
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
evergreen_hw_context.c 26 #include "r600.h"
radeonsi_pipe.h 37 #include "r600.h"
214 void r600_init_context_resource_functions(struct r600_context *r600);
218 void si_init_surface_functions(struct r600_context *r600);
221 void r600_translate_index_buffer(struct r600_context *r600,
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/pipe-loader/
Makefile 54 # r600 pipe driver
57 $(TOP)/src/gallium/drivers/r600/libr600.a
108 ifneq ($(findstring r600,$(GALLIUM_DRIVERS_DIRS)),)
109 _PIPE_TARGETS_CC += $(PIPE_PREFIX)r600.so
  /external/llvm/lib/Target/R600/InstPrinter/
Makefile 1 #===- lib/Target/R600/AsmPrinter/Makefile ------------------*- Makefile -*-===##

Completed in 306 milliseconds

1 2 3 4 5 67 8 91011>>