Searched refs:isCracked (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
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() 392 bool isFirst, isSingle, isCracked, isLoad, isStore; in EmitInstruction() local 394 GetInstrType(Opcode, isFirst, isSingle, isCracked, in EmitInstruction() 416 if (isCracked) in EmitInstruction()
|
D | PPCHazardRecognizers.h | 92 bool &isFirst, bool &isSingle,bool &isCracked,
|