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

/external/llvm/include/llvm/CodeGen/
H A DMachineInstr.h376 return hasPropertyInBundle(1 << MCFlag, Type);
1132 /// hasPropertyInBundle - Slow path for hasProperty when we're dealing with a
1134 bool hasPropertyInBundle(unsigned Mask, QueryType Type) const;
/external/llvm/lib/CodeGen/
H A DMachineInstr.cpp774 bool MachineInstr::hasPropertyInBundle(unsigned Mask, QueryType Type) const { function in class:MachineInstr

Completed in 759 milliseconds