Move the IntrinsicLowering header into the CodeGen directory, as per PR346
authorChris Lattner <sabre@nondot.org>
Sun, 20 Jun 2004 07:49:54 +0000 (07:49 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 20 Jun 2004 07:49:54 +0000 (07:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14266 91177308-0d34-0410-b5e6-96231b3b80d8

19 files changed:
lib/CodeGen/IntrinsicLowering.cpp
lib/Debugger/UnixLocalInferiorProcess.cpp
lib/ExecutionEngine/Interpreter/Execution.cpp
lib/ExecutionEngine/Interpreter/Interpreter.cpp
lib/Target/CBackend/CBackend.cpp
lib/Target/CBackend/Writer.cpp
lib/Target/Sparc/InstSelectSimple.cpp
lib/Target/Sparc/SparcV8ISelSimple.cpp
lib/Target/SparcV8/InstSelectSimple.cpp
lib/Target/SparcV8/SparcV8ISelSimple.cpp
lib/Target/SparcV9/InstrSelection/InstrSelection.cpp
lib/Target/SparcV9/SparcV9TargetMachine.cpp
lib/Target/TargetMachine.cpp
lib/Target/X86/InstSelectSimple.cpp
lib/Target/X86/X86ISelSimple.cpp
lib/Target/X86/X86SimpInstrSelector.cpp
lib/Target/X86/X86TargetMachine.cpp
lib/VMCore/IntrinsicLowering.cpp
utils/TableGen/SimpleInstrSelEmitter.cpp

index 313f510edbf69581b115828c68b3b41f29dfb28a..6af333e79a59abefd5255f287256c1e882af7c89 100644 (file)
@@ -11,7 +11,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "llvm/IntrinsicLowering.h"
+#include "llvm/CodeGen/IntrinsicLowering.h"
 #include "llvm/Constants.h"
 #include "llvm/DerivedTypes.h"
 #include "llvm/Module.h"
index 20d048039793faf8c0462db4f63c03861f8d53c1..0c94a4b772171e299cb3da60506683c5c492615c 100644 (file)
 //===----------------------------------------------------------------------===//
 
 #include "llvm/Debugger/InferiorProcess.h"
-#include "llvm/IntrinsicLowering.h"
 #include "llvm/Constant.h"
 #include "llvm/Module.h"
 #include "llvm/ModuleProvider.h"
 #include "llvm/Type.h"
 #include "llvm/iOther.h"
+#include "llvm/CodeGen/IntrinsicLowering.h"
 #include "llvm/ExecutionEngine/GenericValue.h"
 #include "llvm/ExecutionEngine/ExecutionEngine.h"
 #include "Support/FileUtilities.h"
index 3348ab48826d276ed14ad7d634c155a6534327ff..a9846705b433825f7edc1c87cd23cbccaccb783a 100644 (file)
@@ -16,7 +16,7 @@
 #include "llvm/Constants.h"
 #include "llvm/DerivedTypes.h"
 #include "llvm/Instructions.h"
-#include "llvm/IntrinsicLowering.h"
+#include "llvm/CodeGen/IntrinsicLowering.h"
 #include "llvm/Support/GetElementPtrTypeIterator.h"
 #include "Support/Statistic.h"
 #include "Support/Debug.h"
index 9780add37d3a8dadc57dbbdd7d9baef05e1eb6e5..adb26aea64ed6c38f6f82f22e107335e80181919 100644 (file)
@@ -14,7 +14,7 @@
 //===----------------------------------------------------------------------===//
 
 #include "Interpreter.h"
-#include "llvm/IntrinsicLowering.h"
+#include "llvm/CodeGen/IntrinsicLowering.h"
 #include "llvm/DerivedTypes.h"
 #include "llvm/Module.h"
 using namespace llvm;
index 05be7706b3306a6f3448a55a26f6d9b578e0b9c0..adda86d64eefdf2c5ef9a51395e42809779fd8ef 100644 (file)
 #include "llvm/PassManager.h"
 #include "llvm/SymbolTable.h"
 #include "llvm/Intrinsics.h"
-#include "llvm/IntrinsicLowering.h"
 #include "llvm/Analysis/ConstantsScanner.h"
 #include "llvm/Analysis/FindUsedTypes.h"
 #include "llvm/Analysis/LoopInfo.h"
+#include "llvm/CodeGen/IntrinsicLowering.h"
 #include "llvm/Transforms/Scalar.h"
 #include "llvm/Support/CallSite.h"
 #include "llvm/Support/CFG.h"
index 05be7706b3306a6f3448a55a26f6d9b578e0b9c0..adda86d64eefdf2c5ef9a51395e42809779fd8ef 100644 (file)
 #include "llvm/PassManager.h"
 #include "llvm/SymbolTable.h"
 #include "llvm/Intrinsics.h"
-#include "llvm/IntrinsicLowering.h"
 #include "llvm/Analysis/ConstantsScanner.h"
 #include "llvm/Analysis/FindUsedTypes.h"
 #include "llvm/Analysis/LoopInfo.h"
+#include "llvm/CodeGen/IntrinsicLowering.h"
 #include "llvm/Transforms/Scalar.h"
 #include "llvm/Support/CallSite.h"
 #include "llvm/Support/CFG.h"
index 1bfd4da278cc1e8a62ad330d5cb769f8b2eb7f46..e4ef4e1505c1142f243d54037c609ca10ffae0b9 100644 (file)
@@ -15,9 +15,9 @@
 #include "SparcV8InstrInfo.h"
 #include "Support/Debug.h"
 #include "llvm/Instructions.h"
-#include "llvm/IntrinsicLowering.h"
 #include "llvm/Pass.h"
 #include "llvm/Constants.h"
+#include "llvm/CodeGen/IntrinsicLowering.h"
 #include "llvm/CodeGen/MachineInstrBuilder.h"
 #include "llvm/CodeGen/MachineFrameInfo.h"
 #include "llvm/CodeGen/MachineConstantPool.h"
index 1bfd4da278cc1e8a62ad330d5cb769f8b2eb7f46..e4ef4e1505c1142f243d54037c609ca10ffae0b9 100644 (file)
@@ -15,9 +15,9 @@
 #include "SparcV8InstrInfo.h"
 #include "Support/Debug.h"
 #include "llvm/Instructions.h"
-#include "llvm/IntrinsicLowering.h"
 #include "llvm/Pass.h"
 #include "llvm/Constants.h"
+#include "llvm/CodeGen/IntrinsicLowering.h"
 #include "llvm/CodeGen/MachineInstrBuilder.h"
 #include "llvm/CodeGen/MachineFrameInfo.h"
 #include "llvm/CodeGen/MachineConstantPool.h"
index 1bfd4da278cc1e8a62ad330d5cb769f8b2eb7f46..e4ef4e1505c1142f243d54037c609ca10ffae0b9 100644 (file)
@@ -15,9 +15,9 @@
 #include "SparcV8InstrInfo.h"
 #include "Support/Debug.h"
 #include "llvm/Instructions.h"
-#include "llvm/IntrinsicLowering.h"
 #include "llvm/Pass.h"
 #include "llvm/Constants.h"
+#include "llvm/CodeGen/IntrinsicLowering.h"
 #include "llvm/CodeGen/MachineInstrBuilder.h"
 #include "llvm/CodeGen/MachineFrameInfo.h"
 #include "llvm/CodeGen/MachineConstantPool.h"
index 1bfd4da278cc1e8a62ad330d5cb769f8b2eb7f46..e4ef4e1505c1142f243d54037c609ca10ffae0b9 100644 (file)
@@ -15,9 +15,9 @@
 #include "SparcV8InstrInfo.h"
 #include "Support/Debug.h"
 #include "llvm/Instructions.h"
-#include "llvm/IntrinsicLowering.h"
 #include "llvm/Pass.h"
 #include "llvm/Constants.h"
+#include "llvm/CodeGen/IntrinsicLowering.h"
 #include "llvm/CodeGen/MachineInstrBuilder.h"
 #include "llvm/CodeGen/MachineFrameInfo.h"
 #include "llvm/CodeGen/MachineConstantPool.h"
index 6cce02f8dd6f724e6388ec4e64d5fa471bb06a91..0e8c58b1bd133f2857653cfe76807db54f461e14 100644 (file)
 
 #include "llvm/CodeGen/InstrSelection.h"
 #include "llvm/Function.h"
-#include "llvm/IntrinsicLowering.h"
 #include "llvm/iPHINode.h"
 #include "llvm/iOther.h"
 #include "llvm/Pass.h"
 #include "llvm/CodeGen/InstrForest.h"
+#include "llvm/CodeGen/IntrinsicLowering.h"
 #include "llvm/CodeGen/MachineCodeForInstruction.h"
 #include "llvm/CodeGen/MachineFunction.h"
 #include "llvm/Target/TargetMachine.h"
index d7d5ab7364c8e201b091afc152501eea5cfaa74f..78332e1f1048540ec44793e6830bbba15d76005c 100644 (file)
 //===----------------------------------------------------------------------===//
 
 #include "llvm/Function.h"
-#include "llvm/IntrinsicLowering.h"
 #include "llvm/PassManager.h"
 #include "llvm/Assembly/PrintModulePass.h"
 #include "llvm/CodeGen/InstrSelection.h"
 #include "llvm/CodeGen/InstrScheduling.h"
+#include "llvm/CodeGen/IntrinsicLowering.h"
 #include "llvm/CodeGen/MachineFunction.h"
 #include "llvm/CodeGen/MachineFunctionInfo.h"
 #include "llvm/CodeGen/MachineCodeForInstruction.h"
index edb8c54ae9d6f07cf92c2dab2bceecb57cd38430..051ebf07b4b326b34c27051f441455b69260b144 100644 (file)
@@ -13,7 +13,7 @@
 
 #include "llvm/Target/TargetMachine.h"
 #include "llvm/Type.h"
-#include "llvm/IntrinsicLowering.h"
+#include "llvm/CodeGen/IntrinsicLowering.h"
 #include "Support/CommandLine.h"
 using namespace llvm;
 
index 454fb2f09978a886eb3c9979f25b2fe911467296..f37b52ee7eb622ead0951421beb0fb9a05a1c6b5 100644 (file)
@@ -18,8 +18,8 @@
 #include "llvm/DerivedTypes.h"
 #include "llvm/Function.h"
 #include "llvm/Instructions.h"
-#include "llvm/IntrinsicLowering.h"
 #include "llvm/Pass.h"
+#include "llvm/CodeGen/IntrinsicLowering.h"
 #include "llvm/CodeGen/MachineConstantPool.h"
 #include "llvm/CodeGen/MachineFrameInfo.h"
 #include "llvm/CodeGen/MachineFunction.h"
@@ -2155,7 +2155,8 @@ void ISel::emitSimpleBinaryOperation(MachineBasicBlock *MBB,
         unsigned op1Reg = getReg(Op1, MBB, IP);
         unsigned Tmp = makeAnotherReg(Op0->getType());
         BuildMI(*MBB, IP, NEGTab[Class], 1, Tmp).addReg(op1Reg);
-        BuildMI(*MBB, IP, ADDRITab[Class], 2, DestReg).addReg(Tmp).addImm(CI->getRawValue());
+        BuildMI(*MBB, IP, ADDRITab[Class], 2,
+                DestReg).addReg(Tmp).addImm(CI->getRawValue());
         return;
       }
     }
index 454fb2f09978a886eb3c9979f25b2fe911467296..f37b52ee7eb622ead0951421beb0fb9a05a1c6b5 100644 (file)
@@ -18,8 +18,8 @@
 #include "llvm/DerivedTypes.h"
 #include "llvm/Function.h"
 #include "llvm/Instructions.h"
-#include "llvm/IntrinsicLowering.h"
 #include "llvm/Pass.h"
+#include "llvm/CodeGen/IntrinsicLowering.h"
 #include "llvm/CodeGen/MachineConstantPool.h"
 #include "llvm/CodeGen/MachineFrameInfo.h"
 #include "llvm/CodeGen/MachineFunction.h"
@@ -2155,7 +2155,8 @@ void ISel::emitSimpleBinaryOperation(MachineBasicBlock *MBB,
         unsigned op1Reg = getReg(Op1, MBB, IP);
         unsigned Tmp = makeAnotherReg(Op0->getType());
         BuildMI(*MBB, IP, NEGTab[Class], 1, Tmp).addReg(op1Reg);
-        BuildMI(*MBB, IP, ADDRITab[Class], 2, DestReg).addReg(Tmp).addImm(CI->getRawValue());
+        BuildMI(*MBB, IP, ADDRITab[Class], 2,
+                DestReg).addReg(Tmp).addImm(CI->getRawValue());
         return;
       }
     }
index 7a6115e3ec79ecc11cf84ac85a54c1c366477ac4..e310d04b3b4e63ddbed3806d36cbb892685b7307 100644 (file)
@@ -18,8 +18,8 @@
 #include "llvm/DerivedTypes.h"
 #include "llvm/Function.h"
 #include "llvm/Instructions.h"
-#include "llvm/IntrinsicLowering.h"
 #include "llvm/Pass.h"
+#include "llvm/CodeGen/IntrinsicLowering.h"
 #include "llvm/CodeGen/MachineConstantPool.h"
 #include "llvm/CodeGen/MachineFrameInfo.h"
 #include "llvm/CodeGen/MachineFunction.h"
index 97d82e0416d65dc4aa079a8dbb916cc1c8deeee1..194c8b5e6ed55afb23058397130178efa9ac84b2 100644 (file)
 
 #include "X86TargetMachine.h"
 #include "X86.h"
-#include "llvm/IntrinsicLowering.h"
 #include "llvm/Module.h"
 #include "llvm/PassManager.h"
-#include "llvm/Target/TargetMachineImpls.h"
+#include "llvm/CodeGen/IntrinsicLowering.h"
 #include "llvm/CodeGen/MachineFunction.h"
 #include "llvm/CodeGen/Passes.h"
+#include "llvm/Target/TargetMachineImpls.h"
 #include "llvm/Transforms/Scalar.h"
 #include "Support/CommandLine.h"
 #include "Support/Statistic.h"
index 313f510edbf69581b115828c68b3b41f29dfb28a..6af333e79a59abefd5255f287256c1e882af7c89 100644 (file)
@@ -11,7 +11,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "llvm/IntrinsicLowering.h"
+#include "llvm/CodeGen/IntrinsicLowering.h"
 #include "llvm/Constants.h"
 #include "llvm/DerivedTypes.h"
 #include "llvm/Module.h"
index 8d36a741a515e31e7fe3e40a2e17e57dd31960ea..df2f4a3cba6b821dd55da0bb8db5b5e96d590864 100644 (file)
@@ -51,8 +51,8 @@ void SimpleInstrSelEmitter::run(std::ostream &OS) {
 //   OS << "#include \"llvm/DerivedTypes.h\"\n";
 //   OS << "#include \"llvm/Function.h\"\n";
 //   OS << "#include \"llvm/Instructions.h\"\n";
-//   OS << "#include \"llvm/IntrinsicLowering.h\"\n";
 //   OS << "#include \"llvm/Pass.h\"\n";
+//   OS << "#include \"llvm/CodeGen/IntrinsicLowering.h\"\n";
 //   OS << "#include \"llvm/CodeGen/MachineConstantPool.h\"\n";
 //   OS << "#include \"llvm/CodeGen/MachineFrameInfo.h\"\n";
 //   OS << "#include \"llvm/CodeGen/MachineFunction.h\"\n";