Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCHazardRecognizers.cpp335 PPCII::PPC970_Unit InstrType = in getHazardType() local
393 PPCII::PPC970_Unit InstrType = in EmitInstruction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineOutliner.h33 enum InstrType { Legal, LegalTerminator, Illegal, Invisible }; enum