llvm-project/llvm/lib/CodeGen/SelectionDAG
Simon Pilgrim 06e02856ab [SelectionDAG] GetDemandedBits - cleanup to more closely match SimplifyDemandedBits. NFCI.
Prep work before adding demanded elts support.

llvm-svn: 361739
2019-05-26 18:58:14 +00:00
..
CMakeLists.txt Remove trailing whitespace to trigger re-cmaking 2017-10-02 21:54:38 +00:00
DAGCombiner.cpp Revert r361644, "[AMDGPU] Divergence driven ISel. Assign register class for cross block values according to the divergence." 2019-05-25 01:52:38 +00:00
FastISel.cpp [FastISel][X86] Support FNeg instruction in target independent fast isel handling 2019-05-08 17:27:08 +00:00
FunctionLoweringInfo.cpp Revert r361644, "[AMDGPU] Divergence driven ISel. Assign register class for cross block values according to the divergence." 2019-05-25 01:52:38 +00:00
InstrEmitter.cpp Revert r361644, "[AMDGPU] Divergence driven ISel. Assign register class for cross block values according to the divergence." 2019-05-25 01:52:38 +00:00
InstrEmitter.h Revert r361644, "[AMDGPU] Divergence driven ISel. Assign register class for cross block values according to the divergence." 2019-05-25 01:52:38 +00:00
LLVMBuild.txt Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
LegalizeDAG.cpp [Intrinsic] Signed Fixed Point Saturation Multiplication Intrinsic 2019-05-21 19:17:19 +00:00
LegalizeFloatTypes.cpp [CodeGen] Add lround/llround builtins 2019-05-16 13:15:27 +00:00
LegalizeIntegerTypes.cpp [Intrinsic] Signed Fixed Point Saturation Multiplication Intrinsic 2019-05-21 19:17:19 +00:00
LegalizeTypes.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
LegalizeTypes.h [CodeGen] Add lround/llround builtins 2019-05-16 13:15:27 +00:00
LegalizeTypesGeneric.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
LegalizeVectorOps.cpp [Intrinsic] Signed Fixed Point Saturation Multiplication Intrinsic 2019-05-21 19:17:19 +00:00
LegalizeVectorTypes.cpp [SelectionDAG] soften assertion when legalizing narrow vector FP ops 2019-05-25 13:48:07 +00:00
ResourcePriorityQueue.cpp Implementation of asm-goto support in LLVM 2019-02-08 20:48:56 +00:00
SDNodeDbgValue.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ScheduleDAGFast.cpp Implementation of asm-goto support in LLVM 2019-02-08 20:48:56 +00:00
ScheduleDAGRRList.cpp [ScheduleDAGRRList] Recompute topological ordering on demand. 2019-04-17 15:05:29 +00:00
ScheduleDAGSDNodes.cpp Use llvm::stable_sort 2019-04-23 14:51:27 +00:00
ScheduleDAGSDNodes.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ScheduleDAGVLIW.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
SelectionDAG.cpp [SelectionDAG] GetDemandedBits - cleanup to more closely match SimplifyDemandedBits. NFCI. 2019-05-26 18:58:14 +00:00
SelectionDAGAddressAnalysis.cpp [DAGCombiner] Unify Lifetime and memory Op aliasing. 2019-03-27 14:14:46 +00:00
SelectionDAGBuilder.cpp Revert r361644, "[AMDGPU] Divergence driven ISel. Assign register class for cross block values according to the divergence." 2019-05-25 01:52:38 +00:00
SelectionDAGBuilder.h CodeGen: factor out swifterror value tracking. 2019-05-24 08:39:43 +00:00
SelectionDAGDumper.cpp [Intrinsic] Signed Fixed Point Saturation Multiplication Intrinsic 2019-05-21 19:17:19 +00:00
SelectionDAGISel.cpp Revert r361644, "[AMDGPU] Divergence driven ISel. Assign register class for cross block values according to the divergence." 2019-05-25 01:52:38 +00:00
SelectionDAGPrinter.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
SelectionDAGTargetInfo.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
StatepointLowering.cpp [CodeGen] Add MMOs to statepoint nodes during SelectionDAG 2019-03-12 19:12:33 +00:00
StatepointLowering.h [FastISel] Fix crash for gc.relocate lowring 2019-04-05 05:41:08 +00:00
TargetLowering.cpp [SelectionDAG] computeKnownBits - support constant pool values from target 2019-05-24 10:03:11 +00:00