llvm-project/llvm/lib/CodeGen/SelectionDAG
Philip Reames 04bb32e58a [DAG] Extract helper for (neg x) [nfc]
This is a frequently reoccurring pattern, let's factor it out.

Differential Revision: https://reviews.llvm.org/D135301
2022-10-06 13:23:52 -07:00
..
CMakeLists.txt
DAGCombiner.cpp [DAG] Extract helper for (neg x) [nfc] 2022-10-06 13:23:52 -07:00
FastISel.cpp [FastISel] Propagate PCSections metadata to MachineInstr 2022-09-07 11:36:01 +02:00
FunctionLoweringInfo.cpp Untangle the mess which is MachineBasicBlock::hasAddressTaken(). 2022-08-16 16:15:44 -07:00
InstrEmitter.cpp KCFI sanitizer 2022-08-24 22:41:38 +00:00
InstrEmitter.h [DebugInfo][InstrRef] Avoid a crash from mixed variable location modes 2022-04-06 11:55:38 +01:00
LegalizeDAG.cpp [ARM][DAG] BF16 constant handling. 2022-10-02 11:51:08 +01:00
LegalizeFloatTypes.cpp [SelectionDAG] Rewrite bfloat16 softening to use the "half promotion" path 2022-09-06 11:54:34 +02:00
LegalizeIntegerTypes.cpp [LegalizeTypes][RISCV] Support f16 in ExpandIntRes_LLROUND_LLRINT. 2022-09-26 11:09:33 -07:00
LegalizeTypes.cpp [LegalizeTypes] Fix bug in expensive checks verification 2022-05-26 13:13:32 -07:00
LegalizeTypes.h [LegalizeTypes] Support widen result for VECTOR_REVERSE. 2022-08-30 10:01:26 +08:00
LegalizeTypesGeneric.cpp [LegalizeTypes] Use getVectorElementCount to avoid crash of scalable vector. 2022-09-28 17:31:29 +08:00
LegalizeVectorOps.cpp [DAG] Introduce getSplat utility for common dispatch pattern [nfc] 2022-10-03 12:49:39 -07:00
LegalizeVectorTypes.cpp [VP][RISCV] Add vp.copysign and RISC-V support. 2022-10-01 10:19:10 +08:00
ResourcePriorityQueue.cpp Remove unneeded cl::ZeroOrMore for cl::opt/cl::list options 2022-06-05 00:31:44 -07:00
SDNodeDbgValue.h Cleanup includes: DebugInfo & CodeGen 2022-03-12 17:26:40 +01:00
ScheduleDAGFast.cpp [CodeGen] Qualify auto variables in for loops (NFC) 2022-07-17 01:33:28 -07:00
ScheduleDAGRRList.cpp [NFC][ScheduleDAG] Use a reference to iterate over NodeSuccs/ChainSuccs 2022-09-12 15:54:48 +03:00
ScheduleDAGSDNodes.cpp [AMDGPU] Always select s_cselect_b32 for uniform 'select' SDNode 2022-09-15 22:03:56 +02:00
ScheduleDAGSDNodes.h
ScheduleDAGVLIW.cpp Cleanup includes: DebugInfo & CodeGen 2022-03-12 17:26:40 +01:00
SelectionDAG.cpp [DAG] Extract helper for (neg x) [nfc] 2022-10-06 13:23:52 -07:00
SelectionDAGAddressAnalysis.cpp [llvm] Don't use Optional::hasValue (NFC) 2022-06-20 10:38:12 -07:00
SelectionDAGBuilder.cpp [DAG] Extract helper for (neg x) [nfc] 2022-10-06 13:23:52 -07:00
SelectionDAGBuilder.h [SDAG] Split handling of VPLoad/VPGather and VPStore/VPScatter [nfc] 2022-09-21 09:06:02 -07:00
SelectionDAGDumper.cpp [SDAG] Print divergence in SDNode::dump 2022-09-16 11:43:34 -07:00
SelectionDAGISel.cpp SelectionDAG: Add AssumptionCache analysis dependency 2022-09-19 19:10:51 -04:00
SelectionDAGPrinter.cpp Revert "[CodeGen] Place SDNode debug ID declaration under appropriate #if" 2022-04-06 20:32:53 +03:00
SelectionDAGTargetInfo.cpp
StatepointLowering.cpp Remove redundant initialization of Optional (NFC) 2022-08-20 21:18:28 -07:00
StatepointLowering.h
TargetLowering.cpp [PowerPC] XCOFF exception section support on the direct assembler path 2022-09-26 22:24:20 -04:00