search for: amdgpuregisterinfo

Displaying 5 results from an estimated 5 matches for "amdgpuregisterinfo".

2012 Jul 16
3
[LLVMdev] RFC: LLVM incubation, or requirements for committing new backends
...get/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 > llvm/trunk/lib/Target/AMDGPU/AMDGPURegisterInfo.h > llvm/trunk/lib/Target/AMDGPU/AMDGPURegisterInfo.td > llvm/trunk/lib/Target/AMDGPU/AMDGPUSubtarget.h > llvm/trunk/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp > llvm/trunk/lib/Target/AMDGPU/AMDGPUTargetMachine....
2012 Nov 29
0
[LLVMdev] [llvm-commits] RFC: Merge branches/R600 into TOT for 3.2 release
...·····»·······»·······»·······»·······»·······»·······branchDL); No tabs, please. +AMDGPUCFGStructurizer::AMDGPUCFGStructurizer(char &pid, TargetMachine &tm + ) +: MachineFunctionPass(pid), TM(tm), TII(tm.getInstrInfo()), + TRI(static_cast<const AMDGPURegisterInfo *>(tm.getRegisterInfo()) + ) { +} Both right parentheses should be on previous lines. +}; //end of class AMDGPUCFGPrepare In general I don't see "end of class" and "end of function" comments in LLVM, just namespaces. +// The AMDGPUCypressDevice is similiar to the A...
2012 Nov 29
3
[LLVMdev] [llvm-commits] RFC: Merge branches/R600 into TOT for 3.2 release
...··»·······»·······branchDL); > > No tabs, please. > > +AMDGPUCFGStructurizer::AMDGPUCFGStructurizer(char &pid, TargetMachine &tm > + ) > +: MachineFunctionPass(pid), TM(tm), TII(tm.getInstrInfo()), > + TRI(static_cast<const AMDGPURegisterInfo *>(tm.getRegisterInfo()) > + ) { > +} > > Both right parentheses should be on previous lines. > > +}; //end of class AMDGPUCFGPrepare > > In general I don't see "end of class" and "end of function" comments > in LLVM, just namespaces. >...
2014 Apr 03
5
[LLVMdev] comparing .o files from different build trees
...ld/./lib/Target/SystemZ/Disassembler/Release+Asserts/SystemZDisassembler.o differ: byte 82425, line 189 ./lib/Target/R600/Release+Asserts/AMDGPUISelDAGToDAG.o ../../recurse2be/build/./lib/Target/R600/Release+Asserts/AMDGPUISelDAGToDAG.o differ: byte 84998, line 768 ./lib/Target/R600/Release+Asserts/AMDGPURegisterInfo.o ../../recurse2be/build/./lib/Target/R600/Release+Asserts/AMDGPURegisterInfo.o differ: byte 53538, line 333 ./lib/Target/R600/InstPrinter/Release+Asserts/AMDGPUInstPrinter.o ../../recurse2be/build/./lib/Target/R600/InstPrinter/Release+Asserts/AMDGPUInstPrinter.o differ: byte 119518, line 80
2012 Nov 26
5
[LLVMdev] [llvm-commits] RFC: Merge branches/R600 into TOT for 3.2 release
On Sat, Nov 17, 2012 at 10:56:26PM +0100, Benjamin Kramer wrote: > > On 01.11.2012, at 14:44, Tom Stellard <tom at stellard.net> wrote: > > > Moving this thread to llvmdev. > > > > On Tue, Oct 30, 2012 at 11:09:34PM -0700, Chris Lattner wrote: > >> On Oct 30, 2012, at 11:35 AM, Tom Stellard <tom at stellard.net> wrote: > >>>> Hi