Home
last modified time | relevance | path

Searched defs:InstRef (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DSchedulerStatistics.cpp74 void SchedulerStatistics::onReservedBuffers(const InstRef & /* unused */, in onReservedBuffers()
83 void SchedulerStatistics::onReleasedBuffers(const InstRef & /* unused */, in onReleasedBuffers()
/freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DEntryStage.cpp47 llvm::Error EntryStage::execute(InstRef & /*unused */) { in execute() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/Stages/
H A DStage.h25 class InstRef; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h724 InstRef() : Data(std::make_pair(0, nullptr)) {} in InstRef() function
725 InstRef(unsigned Index, Instruction *I) : Data(std::make_pair(Index, I)) {} in InstRef() function