Searched refs:isCracked (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCHazardRecognizers.cpp | 68 bool &isCracked, in GetInstrType() argument 71 isFirst = isSingle = isCracked = isLoad = isStore = false; in GetInstrType() 85 isCracked = TSFlags & PPCII::PPC970_Cracked; in GetInstrType() 129 bool isFirst, isSingle, isCracked, isLoad, isStore; in getHazardType() local 131 GetInstrType(Node->getOpcode(), isFirst, isSingle, isCracked, in getHazardType() 144 if (isCracked && NumIssued > 2) in getHazardType() 228 bool isFirst, isSingle, isCracked, isLoad, isStore; in EmitInstruction() local 230 GetInstrType(Node->getOpcode(), isFirst, isSingle, isCracked, in EmitInstruction() 296 if (isCracked) in EmitInstruction()
|
D | PPCHazardRecognizers.h | 63 bool &isFirst, bool &isSingle,bool &isCracked,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCHazardRecognizers.cpp | 283 bool &isCracked, in GetInstrType() argument 294 isCracked = TSFlags & PPCII::PPC970_Cracked; in GetInstrType() 337 bool isFirst, isSingle, isCracked, isLoad, isStore; in getHazardType() local 339 GetInstrType(Opcode, isFirst, isSingle, isCracked, in getHazardType() 351 if (isCracked && NumIssued > 2) in getHazardType() 395 bool isFirst, isSingle, isCracked, isLoad, isStore; in EmitInstruction() local 397 GetInstrType(Opcode, isFirst, isSingle, isCracked, in EmitInstruction() 419 if (isCracked) in EmitInstruction()
|
D | PPCHazardRecognizers.h | 92 bool &isFirst, bool &isSingle,bool &isCracked,
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCHazardRecognizers.cpp | 283 bool &isCracked, in GetInstrType() argument 294 isCracked = TSFlags & PPCII::PPC970_Cracked; in GetInstrType() 337 bool isFirst, isSingle, isCracked, isLoad, isStore; in getHazardType() local 339 GetInstrType(Opcode, isFirst, isSingle, isCracked, in getHazardType() 351 if (isCracked && NumIssued > 2) in getHazardType() 395 bool isFirst, isSingle, isCracked, isLoad, isStore; in EmitInstruction() local 397 GetInstrType(Opcode, isFirst, isSingle, isCracked, in EmitInstruction() 419 if (isCracked) in EmitInstruction()
|
D | PPCHazardRecognizers.h | 92 bool &isFirst, bool &isSingle,bool &isCracked,
|