Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
DMCInstrDesc.h108 bool isPredicate() const { return Flags & (1 << MCOI::Predicate); } in isPredicate() function
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DMachineOperand.h353 bool isPredicate() const { return OpKind == MO_Predicate; } in isPredicate() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonEarlyIfConv.cpp698 bool HexagonEarlyIfConversion::isPredicate(unsigned R) const { in isPredicate() function in HexagonEarlyIfConversion