Home
last modified time | relevance | path

Searched refs:getReservationKind (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DScoreboardHazardRecognizer.cpp146 switch (IS->getReservationKind()) { in getHazardType()
197 switch (IS->getReservationKind()) { in EmitInstruction()
215 if (IS->getReservationKind() == InstrStage::Required) in EmitInstruction()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCInstrItineraries.h82 ReservationKinds getReservationKind() const { in getReservationKind() function