1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/include/llvm/MCA
Andrew Savonichev e73adcc6fa [MCA] Support carry-over instructions for in-order processors
Instructions that have more uops than the processor's IssueWidth are
issued in multiple cycles.

The patch fixes PR49712.

Differential Revision: https://reviews.llvm.org/D99339
2021-03-26 00:06:19 +03:00
..
HardwareUnits [MCA] Fix for uninitialised member in constructor. NFC 2021-03-24 11:21:59 +00:00
Stages [MCA] Support carry-over instructions for in-order processors 2021-03-26 00:06:19 +03:00
CodeEmitter.h [llvm-mca] Cleanup unnecessary includes from headers 2020-04-02 11:50:29 +01:00
Context.h [MCA] Add support for in-order CPUs 2021-03-04 14:08:19 +03:00
HWEventListener.h
InstrBuilder.h
Instruction.h [MCA] Improved handling of negative read-advance cycles. 2021-03-23 14:47:23 +00:00
Pipeline.h [llvm-mca] Cleanup unnecessary includes from headers 2020-04-02 11:50:29 +01:00
SourceMgr.h [MCA] Fix MSVC 19.16 build with libc++ 2019-08-09 12:41:24 +00:00
Support.h