Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MCA/
H A DCustomBehaviour.cpp19 CustomBehaviour::~CustomBehaviour() {} in ~CustomBehaviour()
21 unsigned CustomBehaviour::checkCustomHazard(ArrayRef<InstRef> IssuedInst, in checkCustomHazard()
H A DContext.cpp33 CustomBehaviour &CB) { in createDefaultPipeline()
74 CustomBehaviour &CB) { in createInOrderPipeline()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MCA/
H A DCustomBehaviour.h55 class CustomBehaviour {
62 CustomBehaviour(const MCSubtargetInfo &STI, const SourceMgr &SrcMgr, in CustomBehaviour() function
66 virtual ~CustomBehaviour();
H A DContext.h72 CustomBehaviour &CB);
78 CustomBehaviour &CB);
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MCA/Stages/
H A DInOrderIssueStage.h56 CustomBehaviour &CB;
113 CustomBehaviour &CB);
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-mca/lib/AMDGPU/
H A DAMDGPUCustomBehaviour.cpp25 : CustomBehaviour(STI, SrcMgr, MCII) {} in AMDGPUCustomBehaviour()
H A DAMDGPUCustomBehaviour.h36 class AMDGPUCustomBehaviour : public CustomBehaviour {
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp310 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 DInOrderIssueStage.cpp46 RegisterFile &PRF, CustomBehaviour &CB) in InOrderIssueStage()
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile827 SRCS_EXT+= MCA/CustomBehaviour.cpp