Home
last modified time | relevance | path

Searched refs:hasPropertyInBundle (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DMachineInstr.h784 return hasPropertyInBundle(1ULL << MCFlag, Type);
1890 bool hasPropertyInBundle(uint64_t Mask, QueryType Type) const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DMachineInstr.cpp576 bool MachineInstr::hasPropertyInBundle(uint64_t Mask, QueryType Type) const { in hasPropertyInBundle() function in MachineInstr