Displaying 2 results from an estimated 2 matches for "amdgpuinstrinfo".
2012 Jul 16
3
[LLVMdev] RFC: LLVM incubation, or requirements for committing new backends
...trunk/lib/Target/AMDGPU/AMDGPU.h
> llvm/trunk/lib/Target/AMDGPU/AMDGPU.td
> llvm/trunk/lib/Target/AMDGPU/AMDGPUConvertToISA.cpp
> llvm/trunk/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
> llvm/trunk/lib/Target/AMDGPU/AMDGPUISelLowering.h
> llvm/trunk/lib/Target/AMDGPU/AMDGPUInstrInfo.cpp
> llvm/trunk/lib/Target/AMDGPU/AMDGPUInstrInfo.h
> llvm/trunk/lib/Target/AMDGPU/AMDGPUInstrInfo.td
> llvm/trunk/lib/Target/AMDGPU/AMDGPUInstructions.td
> llvm/trunk/lib/Target/AMDGPU/AMDGPUIntrinsics.td
> llvm/trunk/lib/Target/AMDGPU/AMDGPURegisterInfo.cpp
>...
2014 Oct 03
2
[LLVMdev] Weird problems with cos (was Re: [PATCH v3 2/3] R600: Add carry and borrow instructions. Use them to implement UADDO/USUBO)
...with this patch
On Wed, 2014-09-24 at 20:27 -0400, Jan Vesely wrote:
> v2: tighten the sub64 tests
> v3: rename to CARRY/BORROW
>
> Signed-off-by: Jan Vesely <jan.vesely at rutgers.edu>
>
> ---
> lib/Target/R600/AMDGPUISelLowering.h | 2 +
> lib/Target/R600/AMDGPUInstrInfo.td | 6 ++
> lib/Target/R600/AMDGPUSubtarget.h | 8 ++
> lib/Target/R600/EvergreenInstructions.td | 3 +
> lib/Target/R600/R600ISelLowering.cpp | 39 +++++++-
> test/CodeGen/R600/add.ll | 154 +++++++++++++++++--------------
> test/CodeGen/R600...