Searched refs:CustomBehaviour (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MCA/ |
| H A D | CustomBehaviour.cpp | 19 CustomBehaviour::~CustomBehaviour() {} in ~CustomBehaviour() 21 unsigned CustomBehaviour::checkCustomHazard(ArrayRef<InstRef> IssuedInst, in checkCustomHazard()
|
| H A D | Context.cpp | 33 CustomBehaviour &CB) { in createDefaultPipeline() 74 CustomBehaviour &CB) { in createInOrderPipeline()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MCA/ |
| H A D | CustomBehaviour.h | 55 class CustomBehaviour { 62 CustomBehaviour(const MCSubtargetInfo &STI, const SourceMgr &SrcMgr, in CustomBehaviour() function 66 virtual ~CustomBehaviour();
|
| H A D | Context.h | 72 CustomBehaviour &CB); 78 CustomBehaviour &CB);
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MCA/Stages/ |
| H A D | InOrderIssueStage.h | 56 CustomBehaviour &CB; 113 CustomBehaviour &CB);
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-mca/lib/AMDGPU/ |
| H A D | AMDGPUCustomBehaviour.cpp | 25 : CustomBehaviour(STI, SrcMgr, MCII) {} in AMDGPUCustomBehaviour()
|
| H A D | AMDGPUCustomBehaviour.h | 36 class AMDGPUCustomBehaviour : public CustomBehaviour {
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-mca/ |
| H A D | llvm-mca.cpp | 310 std::unique_ptr<mca::CustomBehaviour> 321 return std::make_unique<mca::CustomBehaviour>(STI, SrcMgr, MCII); in createCustomBehaviour() 326 return std::make_unique<mca::CustomBehaviour>(STI, SrcMgr, MCII); in createCustomBehaviour() 605 std::unique_ptr<mca::CustomBehaviour> CB = in main()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MCA/Stages/ |
| H A D | InOrderIssueStage.cpp | 46 RegisterFile &PRF, CustomBehaviour &CB) in InOrderIssueStage()
|
| /freebsd-13.1/lib/clang/libllvm/ |
| H A D | Makefile | 827 SRCS_EXT+= MCA/CustomBehaviour.cpp
|