Home
last modified time | relevance | path

Searched refs:isSingle (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp279 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 DPPCHazardRecognizers.h91 bool &isFirst, bool &isSingle,bool &isCracked,
/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPAttrType.h77 bool isSingle() const;
H A DLDAPAttrType.cpp100 bool LDAPAttrType::isSingle() const { in isSingle() function in LDAPAttrType
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp161 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()