Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h905 return hasPropertyInBundle(1ULL << MCFlag, Type);
2033 bool hasPropertyInBundle(uint64_t Mask, QueryType Type) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp633 bool MachineInstr::hasPropertyInBundle(uint64_t Mask, QueryType Type) const { in hasPropertyInBundle() function in MachineInstr