HomeSort by relevance Sort by last modified time
    Searched refs:PPCHazardRecognizer970 (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/PowerPC/
PPCHazardRecognizers.h 50 /// PPCHazardRecognizer970 - This class defines a finite state automata that
56 class PPCHazardRecognizer970 : public ScheduleHazardRecognizer {
78 PPCHazardRecognizer970(const ScheduleDAG &DAG);
PPCHazardRecognizers.cpp 262 PPCHazardRecognizer970::PPCHazardRecognizer970(const ScheduleDAG &DAG)
267 void PPCHazardRecognizer970::EndDispatchGroup() {
278 PPCHazardRecognizer970::GetInstrType(unsigned Opcode,
297 bool PPCHazardRecognizer970::
324 ScheduleHazardRecognizer::HazardType PPCHazardRecognizer970::
385 void PPCHazardRecognizer970::EmitInstruction(SUnit *SU) {
423 void PPCHazardRecognizer970::AdvanceCycle() {
430 void PPCHazardRecognizer970::Reset() {
PPCInstrInfo.cpp 101 return new PPCHazardRecognizer970(*DAG);
    [all...]

Completed in 196 milliseconds