| /openbsd-src/gnu/llvm/llvm/lib/MCA/ |
| H A D | CustomBehaviour.cpp | 19 CustomBehaviour::~CustomBehaviour() = default; 21 unsigned CustomBehaviour::checkCustomHazard(ArrayRef<InstRef> IssuedInst, in checkCustomHazard() 28 CustomBehaviour::getStartViews(llvm::MCInstPrinter &IP, in getStartViews() 34 CustomBehaviour::getPostInstrInfoViews(llvm::MCInstPrinter &IP, in getPostInstrInfoViews() 40 CustomBehaviour::getEndViews(llvm::MCInstPrinter &IP, in getEndViews()
|
| H A D | Context.cpp | 33 CustomBehaviour &CB) { in createDefaultPipeline() 74 CustomBehaviour &CB) { in createInOrderPipeline()
|
| H A D | CMakeLists.txt | 4 CustomBehaviour.cpp
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MCA/ |
| H A D | CustomBehaviour.h | 66 class CustomBehaviour { 73 CustomBehaviour(const MCSubtargetInfo &STI, const mca::SourceMgr &SrcMgr, in CustomBehaviour() function 77 virtual ~CustomBehaviour();
|
| H A D | Context.h | 72 CustomBehaviour &CB); 78 CustomBehaviour &CB);
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MCA/Stages/ |
| H A D | InOrderIssueStage.h | 58 CustomBehaviour &CB; 116 CustomBehaviour &CB, LSUnit &LSU);
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-mca/ |
| H A D | CMakeLists.txt | 5 AllTargetsMCAs # CustomBehaviour and InstrPostProcess
|
| H A D | llvm-mca.cpp | 648 std::unique_ptr<mca::CustomBehaviour> CB; in main() 650 CB = std::unique_ptr<mca::CustomBehaviour>( in main() 655 CB = std::make_unique<mca::CustomBehaviour>(*STI, S, *MCII); in main()
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/MCA/ |
| H A D | BUILD.gn | 12 "CustomBehaviour.cpp",
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/MCA/ |
| H A D | AMDGPUCustomBehaviour.h | 47 class AMDGPUCustomBehaviour : public CustomBehaviour {
|
| H A D | AMDGPUCustomBehaviour.cpp | 63 : CustomBehaviour(STI, SrcMgr, MCII) { in AMDGPUCustomBehaviour() 335 static CustomBehaviour *
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
| H A D | TargetRegistry.h | 61 class CustomBehaviour; variable 131 mca::CustomBehaviour *createCustomBehaviour(const MCSubtargetInfo &STI, 244 mca::CustomBehaviour *(*)(const MCSubtargetInfo &STI, 702 mca::CustomBehaviour *createCustomBehaviour(const MCSubtargetInfo &STI, in createCustomBehaviour()
|
| /openbsd-src/gnu/llvm/llvm/docs/CommandGuide/ |
| H A D | llvm-mca.rst | 225 Force usage of the generic CustomBehaviour and InstrPostProcess classes rather 1095 CustomBehaviour class can be used in these cases to enforce proper 1100 CustomBehaviour classes. The generic class will be used if the ``-disable-cb`` 1101 flag is used or if a target specific CustomBehaviour class doesn't exist for 1102 that target. (The generic class does nothing.) Currently, the CustomBehaviour 1106 CustomBehaviour's main method is `checkCustomHazard()` which uses the 1113 If you'd like to add a CustomBehaviour class for a target that doesn't 1152 CustomBehaviour class to override the `CustomBehaviour::getViews()` methods. 1160 `CustomBehaviour::getViews()` variants, these Views will not be enabled if
|
| /openbsd-src/gnu/llvm/llvm/lib/MCA/Stages/ |
| H A D | InOrderIssueStage.cpp | 47 RegisterFile &PRF, CustomBehaviour &CB, in InOrderIssueStage()
|
| /openbsd-src/distrib/sets/lists/comp/ |
| H A D | clang.amd64 | 2185 ./usr/include/llvm/MCA/CustomBehaviour.h
|
| H A D | clang.macppc | 2184 ./usr/include/llvm/MCA/CustomBehaviour.h
|
| H A D | clang.loongson | 2184 ./usr/include/llvm/MCA/CustomBehaviour.h
|
| H A D | clang.octeon | 2184 ./usr/include/llvm/MCA/CustomBehaviour.h
|
| H A D | clang.arm64 | 2185 ./usr/include/llvm/MCA/CustomBehaviour.h
|
| H A D | clang.powerpc64 | 2183 ./usr/include/llvm/MCA/CustomBehaviour.h
|
| H A D | clang.armv7 | 2183 ./usr/include/llvm/MCA/CustomBehaviour.h
|
| H A D | clang.i386 | 2183 ./usr/include/llvm/MCA/CustomBehaviour.h
|
| H A D | clang.sparc64 | 2184 ./usr/include/llvm/MCA/CustomBehaviour.h
|
| /openbsd-src/gnu/llvm/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 5384 llvm/include/llvm/MCA/CustomBehaviour.h 6108 llvm/lib/MCA/CustomBehaviour.cpp
|