Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineInstr.h410 return hasPropertyInBundle(1 << MCFlag, Type);
1268 bool hasPropertyInBundle(unsigned Mask, QueryType Type) const;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstr.h643 return hasPropertyInBundle(1ULL << MCFlag, Type);
1685 bool hasPropertyInBundle(uint64_t Mask, QueryType Type) const;
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineInstr.h740 return hasPropertyInBundle(1ULL << MCFlag, Type);
1813 bool hasPropertyInBundle(uint64_t Mask, QueryType Type) const;
/external/llvm-project/llvm/lib/CodeGen/
DMachineInstr.cpp576 bool MachineInstr::hasPropertyInBundle(uint64_t Mask, QueryType Type) const { in hasPropertyInBundle() function in MachineInstr
/external/llvm/lib/CodeGen/
DMachineInstr.cpp954 bool MachineInstr::hasPropertyInBundle(unsigned Mask, QueryType Type) const { in hasPropertyInBundle() function in MachineInstr
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineInstr.cpp568 bool MachineInstr::hasPropertyInBundle(uint64_t Mask, QueryType Type) const { in hasPropertyInBundle() function in MachineInstr