Searched refs:CustomBehaviour (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/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()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MCA/ |
| H A D | CustomBehaviour.h | 67 class LLVM_ABI CustomBehaviour { 74 CustomBehaviour(const MCSubtargetInfo &STI, const mca::SourceMgr &SrcMgr, in CustomBehaviour() function 78 virtual ~CustomBehaviour();
|
| H A D | Context.h | 73 CustomBehaviour &CB); 79 CustomBehaviour &CB);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MCA/Stages/ |
| H A D | InOrderIssueStage.h | 58 CustomBehaviour &CB; 116 CustomBehaviour &CB, LSUnitBase &LSU);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCA/ |
| H A D | AMDGPUCustomBehaviour.h | 48 class AMDGPUCustomBehaviour : public CustomBehaviour {
|
| H A D | AMDGPUCustomBehaviour.cpp | 65 : CustomBehaviour(STI, SrcMgr, MCII) { in AMDGPUCustomBehaviour() 342 static CustomBehaviour *
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | TargetRegistry.h | 62 class CustomBehaviour; variable 128 LLVM_ABI mca::CustomBehaviour * 228 mca::CustomBehaviour *(*)(const MCSubtargetInfo &STI, 616 mca::CustomBehaviour *createCustomBehaviour(const MCSubtargetInfo &STI, in createCustomBehaviour()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-mca/ |
| H A D | llvm-mca.cpp | 728 std::unique_ptr<mca::CustomBehaviour> CB; in main() 730 CB = std::unique_ptr<mca::CustomBehaviour>( in main() 735 CB = std::make_unique<mca::CustomBehaviour>(*STI, S, *MCII); in main()
|
| /freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/ |
| H A D | InOrderIssueStage.cpp | 47 RegisterFile &PRF, CustomBehaviour &CB, in InOrderIssueStage()
|
| /freebsd/lib/clang/libllvm/ |
| H A D | Makefile | 1059 SRCS_EXT+= MCA/CustomBehaviour.cpp
|