Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrItineraries.h83 ReservationKinds getReservationKind() const { in getReservationKind() function