HomeSort by: relevance | last modified time | path
    Searched defs:isPredicate (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineOperand.h 353 bool isPredicate() const { return OpKind == MO_Predicate; }
589 assert(isPredicate() && "Wrong MachineOperand accessor");
709 assert(isPredicate() && "Wrong MachineOperand mutator");
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCInstrDesc.h 108 bool isPredicate() const { return Flags & (1 << MCOI::Predicate); }
624 if (OpInfo[i].isPredicate())
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonEarlyIfConv.cpp 193 bool isPredicate(unsigned R) const;
391 if (!isPredicate(R))
442 if (isPredicate(DefR))
498 if (isPredicate(R))
698 bool HexagonEarlyIfConversion::isPredicate(unsigned R) const {

Completed in 66 milliseconds