-
AArch64TargetTransformInfo.h -
AArch64TargetTransformInfo.cpp 1/2
AMDGPUTargetTransformInfo.h -
AMDGPUTargetTransformInfo.cpp -
ARMTargetTransformInfo.h -
ARMTargetTransformInfo.cpp -
HexagonTargetTransformInfo.cpp -
NVPTXTargetTransformInfo.cpp -
PPCTargetTransformInfo.cpp -
RISCVTargetTransformInfo.cpp -
X86TargetTransformInfo.h -
X86TargetTransformInfo.cpp
| | Authored by dfukalov on Jan 19 2022, 2:02 PM. Event Timelinedfukalov published this revision for review. Herald added a project: Restricted Project. Herald added a project: Restricted Project. This revision is now accepted and ready to land. This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. | Path | Size |
|---|
| | | | | 78 lines | | 24 lines | | | | | | 35 lines | | | | | | 8 lines | | 16 lines | | 9 lines | | 68 lines | | | | 2 lines | | 22 lines | | 3 lines | | 16 lines | | | | 8 lines | | 12 lines | | 8 lines | | 61 lines | | | | 12 lines | | | | 2 lines | | | | 16 lines | | | | 12 lines | | | | 9 lines | | 29 lines | | 9 lines | | 91 lines |
| Commit | Tree | Parents | Author | Summary | Date |
|---|
| 1f82465e56fc | 60afb699be8e | a5881e8a810b | Daniil Fukalov | [NFCI] Move cost estimation from TargetLowering to TargetTransformInfo. (Show More…) | Jan 19 2022, 1:14 PM |
|
I'm not sure I should make it virtual (as it was in TLI) and mark it override in targets...