1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 20:43:44 +02:00
llvm-mirror/lib/CodeGen/SelectionDAG
Simon Pilgrim b1dd534bd4 [VectorLegalizer] Remove EVT::getSizeInBits code duplications. NFCI.
We were calling SVT.getSizeInBits() several times in a row - just call it once and reuse the result.

llvm-svn: 287556
2016-11-21 18:24:44 +00:00
..
CMakeLists.txt [CMake] NFC. Updating CMake dependency specifications 2016-11-17 04:36:50 +00:00
DAGCombiner.cpp Fix spelling mistakes in SelectionDAG comments. NFC. 2016-11-20 13:14:57 +00:00
FastISel.cpp Fix spelling mistakes in SelectionDAG comments. NFC. 2016-11-20 13:14:57 +00:00
FunctionLoweringInfo.cpp [CodeGen] Pull MMI helpers from FunctionLoweringInfo to MMI. NFC. 2016-11-16 22:24:56 +00:00
InstrEmitter.cpp SDAG: Make sure we use an allocatable reg class when we create this vreg 2016-10-28 22:42:54 +00:00
InstrEmitter.h
LegalizeDAG.cpp Fix spelling mistakes in SelectionDAG comments. NFC. 2016-11-20 13:14:57 +00:00
LegalizeFloatTypes.cpp [CodeGen] Split out the notions of MI invariance and MI dereferenceability. 2016-09-11 01:38:58 +00:00
LegalizeIntegerTypes.cpp Integer legalization: fix MUL expansion 2016-11-15 18:29:24 +00:00
LegalizeTypes.cpp getValueType().getScalarSizeInBits() -> getScalarValueSizeInBits(), round 2 ; NFCI 2016-09-14 16:54:10 +00:00
LegalizeTypes.h [SelectionDAGBuilder] Support llvm.flt.rounds on targets where i32 is not legal 2016-10-10 20:45:15 +00:00
LegalizeTypesGeneric.cpp Do not assume that FP vector operands are never legalized by expanding 2016-10-26 19:51:35 +00:00
LegalizeVectorOps.cpp [VectorLegalizer] Remove EVT::getSizeInBits code duplications. NFCI. 2016-11-21 18:24:44 +00:00
LegalizeVectorTypes.cpp getVectorElementType().getSizeInBits() -> getScalarSizeInBits() ; NFCI 2016-09-14 16:37:15 +00:00
LLVMBuild.txt
ResourcePriorityQueue.cpp
ScheduleDAGFast.cpp
ScheduleDAGRRList.cpp
ScheduleDAGSDNodes.cpp
ScheduleDAGSDNodes.h
ScheduleDAGVLIW.cpp
SDNodeDbgValue.h
SelectionDAG.cpp [SelectionDAG] Add ComputeNumSignBits support for CONCAT_VECTORS opcode 2016-11-21 14:36:19 +00:00
SelectionDAGBuilder.cpp [CodeGen] Pass references, not pointers, to MMI helpers. NFC. 2016-11-16 22:25:03 +00:00
SelectionDAGBuilder.h Expandload and Compressstore intrinsics 2016-11-03 03:23:55 +00:00
SelectionDAGDumper.cpp Create llvm.addressofreturnaddress intrinsic 2016-10-12 22:13:19 +00:00
SelectionDAGISel.cpp Timer: Track name and description. 2016-11-18 19:43:18 +00:00
SelectionDAGPrinter.cpp
SelectionDAGTargetInfo.cpp
StatepointLowering.cpp Fix spelling mistakes in SelectionDAG comments. NFC. 2016-11-20 13:14:57 +00:00
StatepointLowering.h
TargetLowering.cpp Fix spelling in comment. NFC. 2016-11-17 12:03:05 +00:00