Searched refs:isSingle (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A 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()
|
| H A D | PPCHazardRecognizers.h | 91 bool &isFirst, bool &isSingle,bool &isCracked,
|
| /netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/ |
| H A D | LDAPAttrType.h | 77 bool isSingle() const;
|
| H A D | LDAPAttrType.cpp | 100 bool LDAPAttrType::isSingle() const { in isSingle() function in LDAPAttrType
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonConstPropagation.cpp | 161 bool isSingle() const { return size() == 1; } in isSingle() function in __anonfdfc6f5f0111::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()
|