1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 04:22:57 +02:00
llvm-mirror/include/llvm/IR
Reid Kleckner 74bbf4a42b [IR] Split out target specific intrinsic enums into separate headers
This has two main effects:
- Optimizes debug info size by saving 221.86 MB of obj file size in a
  Windows optimized+debug build of 'all'. This is 3.03% of 7,332.7MB of
  object file size.
- Incremental step towards decoupling target intrinsics.

The enums are still compact, so adding and removing a single
target-specific intrinsic will trigger a rebuild of all of LLVM.
Assigning distinct target id spaces is potential future work.

Part of PR34259

Reviewers: efriedma, echristo, MaskRay

Reviewed By: echristo, MaskRay

Differential Revision: https://reviews.llvm.org/D71320
2019-12-11 18:02:14 -08:00
..
Argument.h IR: make getParamByValType Just Work. NFC. 2019-06-05 20:37:47 +00:00
AssemblyAnnotationWriter.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Attributes.h [Alignment][NFC] Use MaybeAlign in AttrBuilder 2019-10-22 11:57:52 +00:00
Attributes.td Recommit "[CodeView] Add option to disable inline line tables." 2019-11-04 09:15:26 -08:00
AutoUpgrade.h Add AutoUpgrade function to add new address space datalayout string to existing datalayouts. 2019-09-18 22:15:58 +00:00
BasicBlock.h [FastISel] Fix insertion of unconditional branches during FastISel 2019-09-20 13:22:59 +00:00
CallingConv.h Add Windows Control Flow Guard checks (/guard:cf). 2019-10-28 15:19:39 +00:00
CallSite.h [IR] Split out target specific intrinsic enums into separate headers 2019-12-11 18:02:14 -08:00
CFG.h Replace llvm::isPodLike<...> by llvm::is_trivially_copyable<...> 2019-01-20 21:19:56 +00:00
CFGDiff.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
CMakeLists.txt [IR] Split out target specific intrinsic enums into separate headers 2019-12-11 18:02:14 -08:00
Comdat.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Constant.h [IR] allow undefined elements when checking for splat constants 2019-12-10 17:16:59 -05:00
ConstantFolder.h [IRBuilder] Add CreateUnOp(...) to the IRBuilder to support unary FNeg 2019-05-28 13:00:52 +00:00
ConstantRange.h [ConstantRange] Add umul_sat()/smul_sat() methods 2019-11-08 17:52:43 +03:00
Constants.h [IR] allow undefined elements when checking for splat constants 2019-12-10 17:16:59 -05:00
ConstrainedOps.def [FPEnv] Constrained FCmp intrinsics 2019-12-07 11:28:39 +01:00
DataLayout.h Prune Pass.h include from DataLayout.h. NFCI 2019-10-21 17:51:54 +00:00
DebugInfo.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
DebugInfoFlags.def [DebugInfo] Remove the DIFlagArgumentNotModified debug info flag 2019-11-20 13:18:40 +01:00
DebugInfoMetadata.h [DebugInfo] Make DebugVariable class available in DebugInfoMetadata 2019-12-03 15:10:56 +00:00
DebugLoc.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
DerivedTypes.h [Types] Define a getWithNewBitWidth for Types and make use of it 2019-10-21 14:51:49 +00:00
DerivedUser.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
DiagnosticHandler.h Fix broken C++ mode comment 2019-07-01 22:00:59 +00:00
DiagnosticInfo.h Move DK_Misexpect for compatability with getNextAvailablePluginDiagnosticKind 2019-09-17 16:27:36 +00:00
DiagnosticPrinter.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
DIBuilder.h [DebugInfo] Support to emit debugInfo for extern variables 2019-12-10 08:09:51 -08:00
Dominators.h Sink all InitializePasses.h includes 2019-11-13 16:34:37 -08:00
FixedMetadataKinds.def Reland: Dead Virtual Function Elimination 2019-10-17 09:58:57 +00:00
FPEnv.h Move floating point related entities to namespace level 2019-11-20 19:05:46 +07:00
Function.h [IR] Split out target specific intrinsic enums into separate headers 2019-12-11 18:02:14 -08:00
GetElementPtrTypeIterator.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
GlobalAlias.h Linker: Add support for GlobalIFunc. 2019-08-08 22:09:18 +00:00
GlobalIFunc.h Linker: Add support for GlobalIFunc. 2019-08-08 22:09:18 +00:00
GlobalIndirectSymbol.h Linker: Add support for GlobalIFunc. 2019-08-08 22:09:18 +00:00
GlobalObject.h Reland: Dead Virtual Function Elimination 2019-10-17 09:58:57 +00:00
GlobalValue.h [IR] Split out target specific intrinsic enums into separate headers 2019-12-11 18:02:14 -08:00
GlobalVariable.h Added support for "#pragma clang section relro=<name>" 2019-10-15 18:31:10 +00:00
GVMaterializer.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
InlineAsm.h [RISCV] Lower inline asm constraint A for RISC-V 2019-08-16 10:28:34 +00:00
InstIterator.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
InstrTypes.h [IR] Split out target specific intrinsic enums into separate headers 2019-12-11 18:02:14 -08:00
Instruction.def [IR] Redefine Freeze instruction 2019-11-12 10:49:00 +09:00
Instruction.h [ARM] Teach the Arm cost model that a Shift can be folded into other instructions 2019-12-09 10:24:33 +00:00
Instructions.h [IR] Redefine Freeze instruction 2019-11-12 10:49:00 +09:00
InstVisitor.h [IR] Redefine Freeze instruction 2019-11-12 10:49:00 +09:00
IntrinsicInst.h [Alignment][NFC] Introduce Align in IRBuilder 2019-12-11 14:41:23 +01:00
Intrinsics.h [IR] Split out target specific intrinsic enums into separate headers 2019-12-11 18:02:14 -08:00
Intrinsics.td [FPEnv] Constrained FCmp intrinsics 2019-12-07 11:28:39 +01:00
IntrinsicsAArch64.td Add intrinsics for unary narrowing operations 2019-12-11 18:55:51 +00:00
IntrinsicsAMDGPU.td [AMDGPU] Extend buffer intrinsics with swizzling 2019-10-02 17:22:36 +00:00
IntrinsicsARM.td [ARM][MVE] Add intrinsics for immediate shifts. (reland) 2019-12-11 10:10:09 +00:00
IntrinsicsBPF.td [BPF] do compile-once run-everywhere relocation for bitfields 2019-10-08 18:23:17 +00:00
IntrinsicsHexagon.td Hexagon: Add ImmArg to intrinsics 2019-03-13 19:46:33 +00:00
IntrinsicsMips.td [SelectionDAG][Mips][Sparc] Don't allow SimplifyDemandedBits to constant fold TargetConstant nodes to a Constant. 2019-09-20 16:49:51 +00:00
IntrinsicsNVVM.td [NVPTX] Added llvm.nvvm.mma.m8n8k4.* intrinsics 2019-10-28 13:55:30 -07:00
IntrinsicsPowerPC.td Add __builtin_dcbf support for PPC 2019-04-29 23:25:33 +00:00
IntrinsicsRISCV.td [RISCV] Add ImmArg to intrinsics 2019-03-18 06:01:27 +00:00
IntrinsicsSystemZ.td [SystemZ] Add support for new cpu architecture - arch13 2019-07-12 18:13:16 +00:00
IntrinsicsWebAssembly.td [WebAssembly] Add experimental SIMD dot product instruction 2019-11-01 10:45:48 -07:00
IntrinsicsX86.td [X86] Require last argument to LWPINS/LWPVAL builtins to be an ICE. Add ImmArg to the llvm intrinsics. 2019-09-22 23:48:50 +00:00
IntrinsicsXCore.td Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
IRBuilder.h [Alignment][NFC] Introduce Align in IRBuilder 2019-12-11 14:41:23 +01:00
IRPrintingPasses.h [LegacyPassManager] Delete BasicBlockPass/Manager. 2019-10-30 11:40:16 -07:00
LegacyPassManager.h [LegacyPassManager] Delete BasicBlockPass/Manager. 2019-10-30 11:40:16 -07:00
LegacyPassManagers.h [LegacyPassManager] Delete BasicBlockPass/Manager. 2019-10-30 11:40:16 -07:00
LegacyPassNameParser.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
LLVMContext.h Remove Support/Options.h, it is unused 2019-11-15 13:32:52 -08:00
Mangler.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
MDBuilder.h Reland "clang-misexpect: Profile Guided Validation of Performance Annotations in LLVM" 2019-09-11 16:19:50 +00:00
Metadata.def Add LLVM IR debug info support for Fortran COMMON blocks 2019-04-08 19:13:55 +00:00
Metadata.h Add missing includes needed to prune LLVMContext.h include, NFC 2019-11-14 15:23:15 -08:00
Module.h [IR] Move global_objects and global_values out of line, NFC 2019-11-22 19:26:34 -08:00
ModuleSlotTracker.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ModuleSummaryIndex.h [ThinLTO] Make ValueInfo::operator bool() explicit 2019-11-19 12:46:09 +03:00
ModuleSummaryIndexYAML.h [llvm] Migrate llvm::make_unique to std::make_unique 2019-08-15 15:54:37 +00:00
NoFolder.h [IR] Use UnaryOperator::CreateFNeg in NoFolder::createFNeg 2019-10-28 11:08:28 -07:00
OperandTraits.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Operator.h [IR] Redefine Freeze instruction 2019-11-12 10:49:00 +09:00
OptBisect.h Fix IR/Analysis layering issue with OptBisect 2019-02-28 04:00:55 +00:00
PassInstrumentation.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
PassManager.h Prune Pass.h include from DataLayout.h. NFCI 2019-10-21 17:51:54 +00:00
PassManagerInternal.h [llvm] Migrate llvm::make_unique to std::make_unique 2019-08-15 15:54:37 +00:00
PassTimingInfo.h [Legacy][TimePasses] allow -time-passes reporting into a custom stream 2019-03-22 23:11:08 +00:00
PatternMatch.h [APInt][PatternMatch] Add 'is non-positive' predicate 2019-12-03 21:34:12 +03:00
PredIteratorCache.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ProfileSummary.h [PGO] Context sensitive PGO (part 2) 2019-02-28 19:55:07 +00:00
RemarkStreamer.h [Remarks] Emit the remarks section by default for certain formats 2019-10-28 12:50:46 -07:00
RuntimeLibcalls.def [CodeGen] Add lrint/llrint builtins 2019-05-28 20:47:44 +00:00
SafepointIRVerifier.h SafepointIRVerifier port to new Pass Manager 2019-03-31 10:15:39 +00:00
Statepoint.h Fix uninitialized value warnings in StatepointBase constructors. NFCI. 2019-05-09 12:21:00 +00:00
SymbolTableListTraits.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
TrackingMDRef.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Type.h [Types] Define a getWithNewBitWidth for Types and make use of it 2019-10-21 14:51:49 +00:00
TypeFinder.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Use.h Fix MSVC/cppcheck Use::Next isn't initialized warning. NFCI. 2019-07-05 12:12:23 +00:00
UseListOrder.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
User.h Fix signature of overloaded operator delete. 2019-09-25 08:45:36 +00:00
Value.def Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Value.h [Alignment][NFC] Value::getPointerAlignment returns MaybeAlign 2019-10-15 13:58:22 +00:00
ValueHandle.h [IR] Move ctor in the NDEBUG branch 2019-12-05 15:23:11 -08:00
ValueMap.h [ValueMapper] NFC: Remove dead code to pause metadata mapping 2019-08-28 17:43:14 +00:00
ValueSymbolTable.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Verifier.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00