Home
last modified time | relevance | path

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

/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()
/llvm-project/llvm/lib/MCA/Stages/
H A DEntryStage.cpp47 llvm::Error EntryStage::execute(InstRef & /*unused */) { in execute() argument
/llvm-project/llvm/include/llvm/MCA/Stages/
H A DStage.h25 class InstRef; variable
/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
/llvm-project/clang-tools-extra/unittests/clang-tidy/
H A DAddConstTest.cpp880 StringRef InstRef = "int i = 42;\nf<int&>(i);\n"; in TEST() local