llvm-6502/include/llvm/Target
Nadav Rotem e503319874 LoopVectorizer:
1. Add code to estimate register pressure.
2. Add code to select the unroll factor based on register pressure.
3. Add bits to TargetTransformInfo to provide the number of registers.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171469 91177308-0d34-0410-b5e6-96231b3b80d8
2013-01-04 17:48:25 +00:00
..
Mangler.h
Target.td Move all of the header files which are involved in modelling the LLVM IR 2013-01-02 11:36:10 +00:00
TargetCallingConv.h
TargetCallingConv.td
TargetFrameLowering.h Stack Alignment: when creating stack objects in MachineFrameInfo, make sure 2012-12-04 00:52:33 +00:00
TargetInstrInfo.h Sort the #include lines for the include/... tree with the script. 2012-12-03 17:02:12 +00:00
TargetIntrinsicInfo.h
TargetItinerary.td
TargetJITInfo.h Sort the #include lines for the include/... tree with the script. 2012-12-03 17:02:12 +00:00
TargetLibraryInfo.h Sort the #include lines for the include/... tree with the script. 2012-12-03 17:02:12 +00:00
TargetLowering.h Move all of the header files which are involved in modelling the LLVM IR 2013-01-02 11:36:10 +00:00
TargetLoweringObjectFile.h Move all of the header files which are involved in modelling the LLVM IR 2013-01-02 11:36:10 +00:00
TargetMachine.h llvm/Target/TargetMachine.h: Remove two dependent headers. 2012-12-11 05:53:43 +00:00
TargetOpcodes.h
TargetOptions.h Whitespace. 2012-11-29 20:58:08 +00:00
TargetRegisterInfo.h Move all of the header files which are involved in modelling the LLVM IR 2013-01-02 11:36:10 +00:00
TargetSchedule.td
TargetSelectionDAG.td
TargetSelectionDAGInfo.h
TargetSubtargetInfo.h misched: Allow subtargets to enable misched and dependent options. 2012-11-13 08:47:29 +00:00
TargetTransformImpl.h LoopVectorizer: 2013-01-04 17:48:25 +00:00