Home
last modified time | relevance | path

Searched defs:isPredicate (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/MC/
DMCInstrDesc.h110 bool isPredicate() const { return Flags & (1 << MCOI::Predicate); } in isPredicate() function
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DMachineOperand.h359 bool isPredicate() const { return OpKind == MO_Predicate; } in isPredicate() function
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonEarlyIfConv.cpp698 bool HexagonEarlyIfConversion::isPredicate(unsigned R) const { in isPredicate() function in HexagonEarlyIfConversion