mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
86f8a623c5
ScalarizeMaskedMemIntrinsic is currently a codeGen level pass. The pass is actually operating on IR level and does not use any code gen specific passes. It is useful to move it into transforms directory so that it can be more widely used as a mid-level transform as well (apart from usage in codegen pipeline). In particular, we have a usecase downstream where we would like to use this pass in our mid-level pipeline which operates on IR level. The next change will be to add support for new PM. Reviewers: craig.topper, apilipenko, skatkov Reviewed-By: skatkov Differential Revision: https://reviews.llvm.org/D92407
218 lines
4.8 KiB
CMake
218 lines
4.8 KiB
CMake
add_llvm_component_library(LLVMCodeGen
|
|
AggressiveAntiDepBreaker.cpp
|
|
AllocationOrder.cpp
|
|
Analysis.cpp
|
|
AtomicExpandPass.cpp
|
|
BasicTargetTransformInfo.cpp
|
|
BranchFolding.cpp
|
|
BranchRelaxation.cpp
|
|
BreakFalseDeps.cpp
|
|
BuiltinGCs.cpp
|
|
BasicBlockSections.cpp
|
|
CalcSpillWeights.cpp
|
|
CallingConvLower.cpp
|
|
CFGuardLongjmp.cpp
|
|
CFIInstrInserter.cpp
|
|
CodeGen.cpp
|
|
CodeGenPrepare.cpp
|
|
CommandFlags.cpp
|
|
CriticalAntiDepBreaker.cpp
|
|
DeadMachineInstructionElim.cpp
|
|
DetectDeadLanes.cpp
|
|
DFAPacketizer.cpp
|
|
DwarfEHPrepare.cpp
|
|
EarlyIfConversion.cpp
|
|
EdgeBundles.cpp
|
|
ExecutionDomainFix.cpp
|
|
ExpandMemCmp.cpp
|
|
ExpandPostRAPseudos.cpp
|
|
ExpandReductions.cpp
|
|
FaultMaps.cpp
|
|
FEntryInserter.cpp
|
|
FinalizeISel.cpp
|
|
FixupStatepointCallerSaved.cpp
|
|
FuncletLayout.cpp
|
|
GCMetadata.cpp
|
|
GCMetadataPrinter.cpp
|
|
GCRootLowering.cpp
|
|
GCStrategy.cpp
|
|
GlobalMerge.cpp
|
|
HardwareLoops.cpp
|
|
IfConversion.cpp
|
|
ImplicitNullChecks.cpp
|
|
IndirectBrExpandPass.cpp
|
|
InlineSpiller.cpp
|
|
InterferenceCache.cpp
|
|
InterleavedAccessPass.cpp
|
|
InterleavedLoadCombinePass.cpp
|
|
IntrinsicLowering.cpp
|
|
LatencyPriorityQueue.cpp
|
|
LazyMachineBlockFrequencyInfo.cpp
|
|
LexicalScopes.cpp
|
|
LiveDebugVariables.cpp
|
|
LiveIntervals.cpp
|
|
LiveInterval.cpp
|
|
LiveIntervalUnion.cpp
|
|
LivePhysRegs.cpp
|
|
LiveRangeCalc.cpp
|
|
LiveIntervalCalc.cpp
|
|
LiveRangeEdit.cpp
|
|
LiveRangeShrink.cpp
|
|
LiveRegMatrix.cpp
|
|
LiveRegUnits.cpp
|
|
LiveStacks.cpp
|
|
LiveVariables.cpp
|
|
LLVMTargetMachine.cpp
|
|
LocalStackSlotAllocation.cpp
|
|
LoopTraversal.cpp
|
|
LowLevelType.cpp
|
|
LowerEmuTLS.cpp
|
|
MachineBasicBlock.cpp
|
|
MachineBlockFrequencyInfo.cpp
|
|
MachineBlockPlacement.cpp
|
|
MachineBranchProbabilityInfo.cpp
|
|
MachineCombiner.cpp
|
|
MachineCopyPropagation.cpp
|
|
MachineCSE.cpp
|
|
MachineDebugify.cpp
|
|
MachineDominanceFrontier.cpp
|
|
MachineDominators.cpp
|
|
MachineFrameInfo.cpp
|
|
MachineFunction.cpp
|
|
MachineFunctionPass.cpp
|
|
MachineFunctionPrinterPass.cpp
|
|
MachineFunctionSplitter.cpp
|
|
MachineInstrBundle.cpp
|
|
MachineInstr.cpp
|
|
MachineLICM.cpp
|
|
MachineLoopInfo.cpp
|
|
MachineLoopUtils.cpp
|
|
MachineModuleInfo.cpp
|
|
MachineModuleInfoImpls.cpp
|
|
MachineOperand.cpp
|
|
MachineOptimizationRemarkEmitter.cpp
|
|
MachineOutliner.cpp
|
|
MachinePassManager.cpp
|
|
MachinePipeliner.cpp
|
|
MachinePostDominators.cpp
|
|
MachineRegionInfo.cpp
|
|
MachineRegisterInfo.cpp
|
|
MachineScheduler.cpp
|
|
MachineSink.cpp
|
|
MachineSizeOpts.cpp
|
|
MachineSSAUpdater.cpp
|
|
MachineStripDebug.cpp
|
|
MachineTraceMetrics.cpp
|
|
MachineVerifier.cpp
|
|
ModuloSchedule.cpp
|
|
MultiHazardRecognizer.cpp
|
|
PatchableFunction.cpp
|
|
MBFIWrapper.cpp
|
|
MIRPrinter.cpp
|
|
MIRPrintingPass.cpp
|
|
MacroFusion.cpp
|
|
NonRelocatableStringpool.cpp
|
|
OptimizePHIs.cpp
|
|
ParallelCG.cpp
|
|
PeepholeOptimizer.cpp
|
|
PHIElimination.cpp
|
|
PHIEliminationUtils.cpp
|
|
PostRAHazardRecognizer.cpp
|
|
PostRASchedulerList.cpp
|
|
PreISelIntrinsicLowering.cpp
|
|
ProcessImplicitDefs.cpp
|
|
PrologEpilogInserter.cpp
|
|
PseudoProbeInserter.cpp
|
|
PseudoSourceValue.cpp
|
|
RDFGraph.cpp
|
|
RDFLiveness.cpp
|
|
RDFRegisters.cpp
|
|
ReachingDefAnalysis.cpp
|
|
RegAllocBase.cpp
|
|
RegAllocBasic.cpp
|
|
RegAllocFast.cpp
|
|
RegAllocGreedy.cpp
|
|
RegAllocPBQP.cpp
|
|
RegisterClassInfo.cpp
|
|
RegisterCoalescer.cpp
|
|
RegisterPressure.cpp
|
|
RegisterScavenging.cpp
|
|
RenameIndependentSubregs.cpp
|
|
MachineStableHash.cpp
|
|
MIRVRegNamerUtils.cpp
|
|
MIRNamerPass.cpp
|
|
MIRCanonicalizerPass.cpp
|
|
RegisterUsageInfo.cpp
|
|
RegUsageInfoCollector.cpp
|
|
RegUsageInfoPropagate.cpp
|
|
ResetMachineFunctionPass.cpp
|
|
SafeStack.cpp
|
|
SafeStackLayout.cpp
|
|
ScheduleDAG.cpp
|
|
ScheduleDAGInstrs.cpp
|
|
ScheduleDAGPrinter.cpp
|
|
ScoreboardHazardRecognizer.cpp
|
|
ShadowStackGCLowering.cpp
|
|
ShrinkWrap.cpp
|
|
SjLjEHPrepare.cpp
|
|
SlotIndexes.cpp
|
|
SpillPlacement.cpp
|
|
SplitKit.cpp
|
|
StackColoring.cpp
|
|
StackMapLivenessAnalysis.cpp
|
|
StackMaps.cpp
|
|
StackProtector.cpp
|
|
StackSlotColoring.cpp
|
|
SwiftErrorValueTracking.cpp
|
|
SwitchLoweringUtils.cpp
|
|
TailDuplication.cpp
|
|
TailDuplicator.cpp
|
|
TargetFrameLoweringImpl.cpp
|
|
TargetInstrInfo.cpp
|
|
TargetLoweringBase.cpp
|
|
TargetLoweringObjectFileImpl.cpp
|
|
TargetOptionsImpl.cpp
|
|
TargetPassConfig.cpp
|
|
TargetRegisterInfo.cpp
|
|
TargetSchedule.cpp
|
|
TargetSubtargetInfo.cpp
|
|
TypePromotion.cpp
|
|
TwoAddressInstructionPass.cpp
|
|
UnreachableBlockElim.cpp
|
|
ValueTypes.cpp
|
|
VirtRegMap.cpp
|
|
WasmEHPrepare.cpp
|
|
WinEHPrepare.cpp
|
|
XRayInstrumentation.cpp
|
|
|
|
LiveDebugValues/LiveDebugValues.cpp
|
|
LiveDebugValues/VarLocBasedImpl.cpp
|
|
LiveDebugValues/InstrRefBasedImpl.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/CodeGen
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/CodeGen/PBQP
|
|
|
|
LINK_LIBS ${LLVM_PTHREAD_LIB}
|
|
|
|
DEPENDS
|
|
intrinsics_gen
|
|
|
|
LINK_COMPONENTS
|
|
Analysis
|
|
BitReader
|
|
BitWriter
|
|
Core
|
|
MC
|
|
ProfileData
|
|
Scalar
|
|
Support
|
|
Target
|
|
TransformUtils
|
|
)
|
|
|
|
add_subdirectory(SelectionDAG)
|
|
add_subdirectory(AsmPrinter)
|
|
add_subdirectory(MIRParser)
|
|
add_subdirectory(GlobalISel)
|