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

/external/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp91 bool &isFirst, bool &isSingle,
102 isSingle = TSFlags & PPCII::PPC970_Single;
146 bool isFirst, isSingle, isCracked, isLoad, isStore; local
148 GetInstrType(Opcode, isFirst, isSingle, isCracked,
154 if (NumIssued != 0 && (isFirst || isSingle))
204 bool isFirst, isSingle, isCracked, isLoad, isStore; local
206 GetInstrType(Opcode, isFirst, isSingle, isCracked,
222 if (InstrType == PPCII::PPC970_BRU || isSingle)
90 GetInstrType(unsigned Opcode, bool &isFirst, bool &isSingle, bool &isCracked, bool &isLoad, bool &isStore) argument

Completed in 27 milliseconds