Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCHazardRecognizers.cpp130 PPCII::PPC970_Unit InstrType = in getHazardType() local
229 PPCII::PPC970_Unit InstrType = in EmitInstruction() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCHazardRecognizers.cpp338 PPCII::PPC970_Unit InstrType = in getHazardType() local
396 PPCII::PPC970_Unit InstrType = in EmitInstruction() local
/external/llvm/lib/Target/PowerPC/
DPPCHazardRecognizers.cpp338 PPCII::PPC970_Unit InstrType = in getHazardType() local
396 PPCII::PPC970_Unit InstrType = in EmitInstruction() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineOutliner.h34 enum InstrType { Legal, LegalTerminator, Illegal, Invisible }; enum