llvm-6502/include/llvm/Target
Dan Gohman 82a87a0172 Replace M_REMATERIALIZIBLE and the newly-added isOtherReMaterializableLoad
with a general target hook to identify rematerializable instructions. Some
instructions are only rematerializable with specific operands, such as loads
from constant pools, while others are always rematerializable. This hook
allows both to be identified as being rematerializable with the same
mechanism.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37644 91177308-0d34-0410-b5e6-96231b3b80d8
2007-06-19 01:48:05 +00:00
..
MRegisterInfo.h Add support to tablegen for specifying subregister classes on a per register class basis. 2007-06-13 22:20:15 +00:00
SubtargetFeature.h
TargetAsmInfo.h Eliminate some redundant newlines in asm output. 2007-06-14 15:00:27 +00:00
TargetData.h Fix typo in comment. 2007-05-06 13:37:16 +00:00
TargetELFWriterInfo.h
TargetFrameInfo.h
TargetInstrInfo.h Replace M_REMATERIALIZIBLE and the newly-added isOtherReMaterializableLoad 2007-06-19 01:48:05 +00:00
TargetInstrItineraries.h
TargetJITInfo.h
TargetLowering.h Target specific ifcvt code duplication limit. 2007-06-01 08:25:24 +00:00
TargetMachine.h Make stable_sort in tail merging actually be stable (it never was, but didn't 2007-05-29 23:47:50 +00:00
TargetMachineRegistry.h
TargetMachOWriterInfo.h
TargetOptions.h
TargetSubtarget.h