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

/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
H A DPPCHazardRecognizers.h63 bool &isFirst, bool &isSingle,bool &isCracked,
H A DPPCHazardRecognizers.cpp68 bool &isCracked,
71 isFirst = isSingle = isCracked = isLoad = isStore = false;
85 isCracked = TSFlags & PPCII::PPC970_Cracked;
129 bool isFirst, isSingle, isCracked, isLoad, isStore; local
131 GetInstrType(Node->getOpcode(), isFirst, isSingle, isCracked,
144 if (isCracked && NumIssued > 2)
228 bool isFirst, isSingle, isCracked, isLoad, isStore; local
230 GetInstrType(Node->getOpcode(), isFirst, isSingle, isCracked,
296 if (isCracked)
66 GetInstrType(unsigned Opcode, bool &isFirst, bool &isSingle, bool &isCracked, bool &isLoad, bool &isStore) argument
/external/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp283 bool &isCracked,
294 isCracked = TSFlags & PPCII::PPC970_Cracked;
337 bool isFirst, isSingle, isCracked, isLoad, isStore; local
339 GetInstrType(Opcode, isFirst, isSingle, isCracked,
351 if (isCracked && NumIssued > 2)
395 bool isFirst, isSingle, isCracked, isLoad, isStore; local
397 GetInstrType(Opcode, isFirst, isSingle, isCracked,
419 if (isCracked)
281 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 49 milliseconds