Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h111 bool isPredicate() const { return Flags & (1 << MCOI::Predicate); } in isPredicate() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h361 bool isPredicate() const { return OpKind == MO_Predicate; } in isPredicate() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp689 bool HexagonEarlyIfConversion::isPredicate(unsigned R) const { in isPredicate() function in HexagonEarlyIfConversion
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAArch64.cpp796 bool isPredicate; in passAsPureScalableType() local
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DSveEmitter.cpp112 bool isPredicate() const { return Kind == Predicate; } in isPredicate() function in __anone51b860d0111::SVEType