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

/freebsd-10.1-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp92 bool &isCracked,
103 isCracked = TSFlags & PPCII::PPC970_Cracked;
146 bool isFirst, isSingle, isCracked, isLoad, isStore; local
148 GetInstrType(Opcode, isFirst, isSingle, isCracked,
160 if (isCracked && NumIssued > 2)
204 bool isFirst, isSingle, isCracked, isLoad, isStore; local
206 GetInstrType(Opcode, isFirst, isSingle, isCracked,
228 if (isCracked)
90 GetInstrType(unsigned Opcode, bool &isFirst, bool &isSingle, bool &isCracked, bool &isLoad, bool &isStore) argument
H A DPPCHazardRecognizers.h81 bool &isFirst, bool &isSingle,bool &isCracked,

Completed in 111 milliseconds