HomeSort by: relevance | last modified time | path
    Searched refs:isSingle (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/openldap/dist/contrib/ldapc++/src/
LDAPAttrType.h 77 bool isSingle() const;
LDAPAttrType.cpp 100 bool LDAPAttrType::isSingle() const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCHazardRecognizers.cpp 279 bool &isFirst, bool &isSingle,
290 isSingle = TSFlags & PPCII::PPC970_Single;
334 bool isFirst, isSingle, isCracked, isLoad, isStore;
336 GetInstrType(Opcode, isFirst, isSingle, isCracked,
342 if (NumIssued != 0 && (isFirst || isSingle))
392 bool isFirst, isSingle, isCracked, isLoad, isStore;
394 GetInstrType(Opcode, isFirst, isSingle, isCracked,
410 if (InstrType == PPCII::PPC970_BRU || isSingle)
PPCHazardRecognizers.h 91 bool &isFirst, bool &isSingle,bool &isCracked,
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonConstPropagation.cpp 161 bool isSingle() const { return size() == 1; }
2821 Const &= L.isSingle();
2878 if (!L.isSingle()) {
3014 if (!LS3.isSingle()) {
3015 if (!LS2.isSingle())
3051 if (getCell(R1, Inputs, LS1) && LS1.isSingle()) {
3056 else if (getCell(R2, Inputs, LS2) && LS2.isSingle()) {

Completed in 70 milliseconds