llvm-6502/include/llvm/Target
Matt Arsenault 5f3a6430d6 Add address space argument to isLegalAddressingMode
This is important because of different addressing modes
depending on the address space for GPU targets.

This only adds the argument, and does not update
any of the uses to provide the correct address space.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238723 91177308-0d34-0410-b5e6-96231b3b80d8
2015-06-01 05:31:59 +00:00
..
CostTable.h Add a overload to CostTable which allows it to infer the size of the table. 2013-08-09 19:33:32 +00:00
Target.td Add support for the convergent flag at the MC and MachineInstr levels. 2015-05-28 18:33:39 +00:00
TargetCallingConv.h Add missing #include and forward decl, found by modules build. 2015-05-12 21:49:03 +00:00
TargetCallingConv.td [mips] Remove MipsCC::analyzeCallOperands in favour of CCState::AnalyzeCallOperands. NFC 2014-11-07 11:43:49 +00:00
TargetFrameLowering.h [ShrinkWrap] Add a target hook to check whether or not 2015-05-27 06:25:48 +00:00
TargetInstrInfo.h fix typo, 80-col; NFC 2015-05-22 15:32:33 +00:00
TargetIntrinsicInfo.h Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition. 2015-02-15 22:54:22 +00:00
TargetItinerary.td I'm introducing a new machine model to simultaneously allow simple 2012-07-07 04:00:00 +00:00
TargetLowering.h Add address space argument to isLegalAddressingMode 2015-06-01 05:31:59 +00:00
TargetLoweringObjectFile.h Move alignment from MCSectionData to MCSection. 2015-05-21 19:20:38 +00:00
TargetMachine.h Use raw_pwrite_stream in the object writer/streamer. 2015-04-14 22:14:34 +00:00
TargetOpcodes.h Add the llvm.frameallocate and llvm.recoverframeallocation intrinsics 2015-01-13 00:48:10 +00:00
TargetOptions.h Remove NoFramePointerElim and NoFramePointerElimOverride from TargetOptions and 2015-05-26 20:17:20 +00:00
TargetRegisterInfo.h Clarify that higher priority means higher values. 2015-03-31 20:04:46 +00:00
TargetSchedule.td Move Post RA Scheduling flag bit into SchedMachineModel 2014-07-15 22:39:58 +00:00
TargetSelectionDAG.td Add SDNodes for umin, umax, smin and smax. 2015-05-15 09:03:15 +00:00
TargetSelectionDAGInfo.h Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition. 2015-02-15 22:54:22 +00:00
TargetSubtargetInfo.h Fix formatting and coding style. 2015-04-04 03:53:25 +00:00