Home
last modified time | relevance | path

Searched defs:InstrType (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp337 PPCII::PPC970_Unit InstrType = in getHazardType() local
395 PPCII::PPC970_Unit InstrType = in EmitInstruction() local
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineOutliner.h34 enum InstrType { Legal, LegalTerminator, Illegal, Invisible }; enum