Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp280 bool &isCracked, in GetInstrType() argument
291 isCracked = TSFlags & PPCII::PPC970_Cracked; in GetInstrType()
334 bool isFirst, isSingle, isCracked, isLoad, isStore; in getHazardType() local
336 GetInstrType(Opcode, isFirst, isSingle, isCracked, in getHazardType()
348 if (isCracked && NumIssued > 2) in getHazardType()
393 bool isFirst, isSingle, isCracked, isLoad, isStore; in EmitInstruction() local
395 GetInstrType(Opcode, isFirst, isSingle, isCracked, in EmitInstruction()
418 if (isCracked) in EmitInstruction()
H A DPPCHazardRecognizers.h91 bool &isFirst, bool &isSingle,bool &isCracked,