Searched refs:isSingle (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
D | PPCHazardRecognizers.cpp | 67 bool &isFirst, bool &isSingle, in GetInstrType() argument 71 isFirst = isSingle = isCracked = isLoad = isStore = false; in GetInstrType() 84 isSingle = TSFlags & PPCII::PPC970_Single; in GetInstrType() 129 bool isFirst, isSingle, isCracked, isLoad, isStore; in getHazardType() local 131 GetInstrType(Node->getOpcode(), isFirst, isSingle, isCracked, in getHazardType() 138 if (NumIssued != 0 && (isFirst || isSingle)) in getHazardType() 228 bool isFirst, isSingle, isCracked, isLoad, isStore; in EmitInstruction() local 230 GetInstrType(Node->getOpcode(), isFirst, isSingle, isCracked, in EmitInstruction() 290 if (InstrType == PPCII::PPC970_BRU || isSingle) in EmitInstruction()
|
D | PPCHazardRecognizers.h | 63 bool &isFirst, bool &isSingle,bool &isCracked,
|