Home
last modified time | relevance | path

Searched refs:CustomBehaviour (Results 1 – 24 of 24) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/MCA/
H A DCustomBehaviour.cpp19 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 DContext.cpp33 CustomBehaviour &CB) { in createDefaultPipeline()
74 CustomBehaviour &CB) { in createInOrderPipeline()
H A DCMakeLists.txt4 CustomBehaviour.cpp
/openbsd-src/gnu/llvm/llvm/include/llvm/MCA/
H A DCustomBehaviour.h66 class CustomBehaviour {
73 CustomBehaviour(const MCSubtargetInfo &STI, const mca::SourceMgr &SrcMgr, in CustomBehaviour() function
77 virtual ~CustomBehaviour();
H A DContext.h72 CustomBehaviour &CB);
78 CustomBehaviour &CB);
/openbsd-src/gnu/llvm/llvm/include/llvm/MCA/Stages/
H A DInOrderIssueStage.h58 CustomBehaviour &CB;
116 CustomBehaviour &CB, LSUnit &LSU);
/openbsd-src/gnu/llvm/llvm/tools/llvm-mca/
H A DCMakeLists.txt5 AllTargetsMCAs # CustomBehaviour and InstrPostProcess
H A Dllvm-mca.cpp648 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 DBUILD.gn12 "CustomBehaviour.cpp",
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/MCA/
H A DAMDGPUCustomBehaviour.h47 class AMDGPUCustomBehaviour : public CustomBehaviour {
H A DAMDGPUCustomBehaviour.cpp63 : CustomBehaviour(STI, SrcMgr, MCII) { in AMDGPUCustomBehaviour()
335 static CustomBehaviour *
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DTargetRegistry.h61 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 Dllvm-mca.rst225 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 DInOrderIssueStage.cpp47 RegisterFile &PRF, CustomBehaviour &CB, in InOrderIssueStage()
/openbsd-src/distrib/sets/lists/comp/
H A Dclang.amd642185 ./usr/include/llvm/MCA/CustomBehaviour.h
H A Dclang.macppc2184 ./usr/include/llvm/MCA/CustomBehaviour.h
H A Dclang.loongson2184 ./usr/include/llvm/MCA/CustomBehaviour.h
H A Dclang.octeon2184 ./usr/include/llvm/MCA/CustomBehaviour.h
H A Dclang.arm642185 ./usr/include/llvm/MCA/CustomBehaviour.h
H A Dclang.powerpc642183 ./usr/include/llvm/MCA/CustomBehaviour.h
H A Dclang.armv72183 ./usr/include/llvm/MCA/CustomBehaviour.h
H A Dclang.i3862183 ./usr/include/llvm/MCA/CustomBehaviour.h
H A Dclang.sparc642184 ./usr/include/llvm/MCA/CustomBehaviour.h
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt5384 llvm/include/llvm/MCA/CustomBehaviour.h
6108 llvm/lib/MCA/CustomBehaviour.cpp