llvm-project/llvm/lib/CodeGen/SelectionDAG
Simon Pilgrim b8ffbf0e02 [DAG] TargetLowering::expandMUL_LOHI - pass SDLoc as const&
Try to be more consistent with the SDLoc param in the TargetLowering methods.

This also exposes an issue where we were passing a SDNode as a SDLoc, relying on the implicit SDLoc(SDNode) constructor.
2020-08-02 15:31:36 +01:00
..
CMakeLists.txt [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries" 2019-11-21 10:48:08 -08:00
DAGCombiner.cpp [DAGCombiner] Fold sext_inreg of a masked load into a sign extended masked load 2020-07-30 10:34:02 +01:00
FastISel.cpp Fix FastISel dropping srcloc metadata from InlineAsm 2020-06-13 16:52:37 +01:00
FunctionLoweringInfo.cpp [Statepoint] Consolidate relocation type tracking [NFC] 2020-07-29 11:45:31 -07:00
InstrEmitter.cpp [Statepoints] Support lowering gc relocations to virtual registers 2020-07-25 14:26:05 -07:00
InstrEmitter.h InstrEmitter.h - reduce SelectionDAG.h include to SelectionDAGNodes.h include. 2020-04-19 11:52:31 +01:00
LLVMBuild.txt
LegalizeDAG.cpp [DAG] TargetLowering::expandMUL_LOHI - pass SDLoc as const& 2020-08-02 15:31:36 +01:00
LegalizeFloatTypes.cpp [FPEnv] Intrinsic llvm.roundeven 2020-05-26 19:24:58 +07:00
LegalizeIntegerTypes.cpp [CodeGen] Fix wrong use of getVectorNumElements in PromoteIntRes_EXTRACT_SUBVECTOR 2020-07-08 09:36:34 +01:00
LegalizeTypes.cpp [CodeGen] Replace calls to getVectorNumElements() in DAGTypeLegalizer::SetSplitVector 2020-07-10 08:29:17 +01:00
LegalizeTypes.h [LegalizeTypes][SVE] Support widen/split legalization for SPLAT_VECTOR 2020-07-30 16:17:45 -07:00
LegalizeTypesGeneric.cpp [CodeGen] Ensure callers of CreateStackTemporary use sensible alignments 2020-06-09 08:10:17 +01:00
LegalizeVectorOps.cpp [AArch64][SVE] Add legalization support for i32/i64 vector srem/urem 2020-06-23 16:27:52 -07:00
LegalizeVectorTypes.cpp [LegalizeTypes][SVE] Support widen/split legalization for SPLAT_VECTOR 2020-07-30 16:17:45 -07:00
ResourcePriorityQueue.cpp ResourcePriorityQueue.h - reduce unnecessary includes to forward declarations. NFC. 2020-05-26 19:22:14 +01:00
SDNodeDbgValue.h
ScheduleDAGFast.cpp DAG: Use Register 2020-04-08 13:44:31 -04:00
ScheduleDAGRRList.cpp [ScheduleDAGRRList] Pacify overload mismatch in std::min. 2020-07-23 11:56:50 +01:00
ScheduleDAGSDNodes.cpp [Statepoints] Support lowering gc relocations to virtual registers 2020-07-25 14:26:05 -07:00
ScheduleDAGSDNodes.h DAG: Use Register 2020-04-08 13:44:31 -04:00
ScheduleDAGVLIW.cpp Prune Analysis includes from SelectionDAG.h 2019-10-19 01:07:48 +00:00
SelectionDAG.cpp Support addrspacecast initializers with isNoopAddrSpaceCast 2020-07-31 10:42:43 -04:00
SelectionDAGAddressAnalysis.cpp Prune a LegacyDivergenceAnalysis and MachineLoopInfo include each 2019-10-19 01:31:09 +00:00
SelectionDAGBuilder.cpp Support addrspacecast initializers with isNoopAddrSpaceCast 2020-07-31 10:42:43 -04:00
SelectionDAGBuilder.h [Statepoint] Reduce scope of usage of ImmutableStatepoint 2020-05-27 18:57:42 -07:00
SelectionDAGDumper.cpp [SDAG] Add new AssertAlign ISD node. 2020-06-23 00:51:11 -04:00
SelectionDAGISel.cpp DAG: Remove redundant finalizeLowering call 2020-07-08 18:48:20 -04:00
SelectionDAGPrinter.cpp Utility to dump .dot representation of SelectionDAG without firing viewer 2020-06-04 11:51:48 +05:30
SelectionDAGTargetInfo.cpp
StatepointLowering.cpp [Statepoint] Enable cross block relocates w/vreg lowering 2020-07-29 13:32:51 -07:00
StatepointLowering.h [Statepoint] Consolidate relocation type tracking [NFC] 2020-07-29 11:45:31 -07:00
TargetLowering.cpp [DAG] TargetLowering::expandMUL_LOHI - pass SDLoc as const& 2020-08-02 15:31:36 +01:00