Searched refs:isSingle (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| D | PPCHazardRecognizers.cpp | 279 bool &isFirst, bool &isSingle, in GetInstrType() argument 290 isSingle = TSFlags & PPCII::PPC970_Single; in GetInstrType() 334 bool isFirst, isSingle, isCracked, isLoad, isStore; in getHazardType() local 336 GetInstrType(Opcode, isFirst, isSingle, isCracked, in getHazardType() 342 if (NumIssued != 0 && (isFirst || isSingle)) in getHazardType() 392 bool isFirst, isSingle, isCracked, isLoad, isStore; in EmitInstruction() local 394 GetInstrType(Opcode, isFirst, isSingle, isCracked, in EmitInstruction() 410 if (InstrType == PPCII::PPC970_BRU || isSingle) in EmitInstruction()
|
| D | PPCHazardRecognizers.h | 91 bool &isFirst, bool &isSingle,bool &isCracked,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| D | HexagonConstPropagation.cpp | 161 bool isSingle() const { return size() == 1; } in isSingle() function in __anon034c86ec0111::LatticeCell 2821 Const &= L.isSingle(); in rewriteHexConstDefs() 2878 if (!L.isSingle()) { in rewriteHexConstDefs() 3014 if (!LS3.isSingle()) { in rewriteHexConstUses() 3015 if (!LS2.isSingle()) in rewriteHexConstUses() 3051 if (getCell(R1, Inputs, LS1) && LS1.isSingle()) { in rewriteHexConstUses() 3056 else if (getCell(R2, Inputs, LS2) && LS2.isSingle()) { in rewriteHexConstUses()
|