Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
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()
392 bool isFirst, isSingle, isCracked, isLoad, isStore; in EmitInstruction() local
394 GetInstrType(Opcode, isFirst, isSingle, isCracked, in EmitInstruction()
416 if (isCracked) in EmitInstruction()
DPPCHazardRecognizers.h92 bool &isFirst, bool &isSingle,bool &isCracked,