Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineInstr.h376 return hasPropertyInBundle(1 << MCFlag, Type);
1135 bool hasPropertyInBundle(unsigned Mask, QueryType Type) const;
/external/llvm/lib/CodeGen/
DMachineInstr.cpp774 bool MachineInstr::hasPropertyInBundle(unsigned Mask, QueryType Type) const { in hasPropertyInBundle() function in MachineInstr