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

/freebsd-11.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp279 bool &isFirst, bool &isSingle,
290 isSingle = TSFlags & PPCII::PPC970_Single;
334 bool isFirst, isSingle, isCracked, isLoad, isStore; local
336 GetInstrType(Opcode, isFirst, isSingle, isCracked,
342 if (NumIssued != 0 && (isFirst || isSingle))
392 bool isFirst, isSingle, isCracked, isLoad, isStore; local
394 GetInstrType(Opcode, isFirst, isSingle, isCracked,
410 if (InstrType == PPCII::PPC970_BRU || isSingle)
278 GetInstrType(unsigned Opcode, bool &isFirst, bool &isSingle, bool &isCracked, bool &isLoad, bool &isStore) argument
H A DPPCHazardRecognizers.h92 bool &isFirst, bool &isSingle,bool &isCracked,

Completed in 38 milliseconds