Searched refs:isCracked (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCHazardRecognizers.cpp | 280 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 D | PPCHazardRecognizers.h | 91 bool &isFirst, bool &isSingle,bool &isCracked,
|