1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00
llvm-mirror/include/llvm
Simon Pilgrim e7c5dcedac [DAG] Add BuildVectorSDNode::getRepeatedSequence helper to recognise multi-element splat patterns
Replace the X86 specific isSplatZeroExtended helper with a generic BuildVectorSDNode method.

I've just used this to simplify the X86ISD::BROADCASTM lowering so far (and remove isSplatZeroExtended), but we should be able to use this in more places to lower to complex broadcast patterns.

Differential Revision: https://reviews.llvm.org/D87930
2020-10-24 12:23:09 +01:00
..
ADT [driver][arm64] Set target CPU to A12 for compiler invocations that 2020-10-21 23:35:27 -07:00
Analysis [PhiValues] Use SetVector to avoid non-determinism 2020-10-23 20:14:02 +02:00
AsmParser
BinaryFormat [WebAssembly] Implementation of (most) table instructions 2020-10-23 08:42:54 -07:00
Bitcode [IR] add fn attr for no_stack_protector; prevent inlining on mismatch 2020-10-23 11:55:39 -07:00
Bitstream Use one more byte to silence a warning from Vistual C++ 2020-09-18 16:42:38 +00:00
CodeGen [DAG] Add BuildVectorSDNode::getRepeatedSequence helper to recognise multi-element splat patterns 2020-10-24 12:23:09 +01:00
Config Fix out-of-tree clang build due to sysexits change 2020-10-06 18:21:17 -04:00
DebugInfo llvm-dwarfdump: Support verbose printing DW_OP_convert to print the CU local offset before the resolved absolute offset 2020-10-23 18:50:15 -07:00
Demangle
DWARFLinker Revert "[DWARFLinker] Capitalize type names (NFC)" 2020-10-22 15:09:45 +07:00
ExecutionEngine [ORC] Remove commented out methods accidentally left in in 069919c9ba3. 2020-10-19 19:55:03 -07:00
FileCheck Reland [FileCheck] Move FileCheck implementation out of LLVMSupport into its own library 2020-09-01 14:59:28 +02:00
Frontend [OpenMP] Emit calls to int64_t functions for amdgcn 2020-10-22 15:02:47 +01:00
FuzzMutate
InterfaceStub
IR [IR] add fn attr for no_stack_protector; prevent inlining on mismatch 2020-10-23 11:55:39 -07:00
IRReader
LineEditor
Linker
LTO Fix missing c++ mode comment 2020-10-21 13:40:43 -04:00
MC [MC] Adjust StringTableBuilder for linked Mach-O binaries 2020-10-22 19:19:41 -07:00
MCA
Object [WebAssembly] Implementation of (most) table instructions 2020-10-23 08:42:54 -07:00
ObjectYAML Reland "[yaml2obj][ELF] - Simplify the code that performs sections validation." 2020-10-20 16:25:33 +03:00
Option [NFC] Fix the signature and definition of findByPrefix 2020-09-11 12:38:28 +01:00
Passes [NewPM] Use PassInstrumentation for -verify-each 2020-10-07 19:24:25 -07:00
ProfileData [NFC][SampleFDO] Move some common stuff from SampleProfileReaderExtBinary/WriterExtBinary 2020-10-22 15:56:55 -07:00
Remarks
Support [WebAssembly] Implementation of (most) table instructions 2020-10-23 08:42:54 -07:00
TableGen [TableGen] Change !getop and !setop to !getdagop and !setdagop. 2020-10-23 10:36:05 -04:00
Target [X86] Support customizing stack protector guard 2020-10-22 10:08:14 +08:00
Testing/Support [llvm] [unittest] Allow getting a C string from the TempDir helper class 2020-09-09 01:53:15 +03:00
TextAPI/MachO
ToolDrivers
Transforms [StructurizeCFG][NewPM] Port -structurizecfg to NPM 2020-10-23 15:54:03 -07:00
WindowsManifest
WindowsResource
XRay
CMakeLists.txt
InitializePasses.h [StructurizeCFG][NewPM] Port -structurizecfg to NPM 2020-10-23 15:54:03 -07:00
LinkAllIR.h
LinkAllPasses.h [LoopFlatten] Add a loop-flattening pass 2020-10-01 13:54:45 +01:00
module.extern.modulemap
module.install.modulemap
module.modulemap Add BinaryFormat/ELFRelocs/CSKY.def to LLVM modulemap 2020-09-07 10:14:22 +02:00
module.modulemap.build
Pass.h
PassAnalysisSupport.h
PassInfo.h
PassRegistry.h
PassSupport.h