Searched refs:InstBundleUnlock (Results 1 – 4 of 4) sorted by relevance
872 class InstBundleUnlock : public InstHighLevel {873 InstBundleUnlock() = delete;874 InstBundleUnlock(const InstBundleUnlock &) = delete;875 InstBundleUnlock &operator=(const InstBundleUnlock &) = delete;878 static InstBundleUnlock *create(Cfg *Func) { in create()879 return new (Func->allocate<InstBundleUnlock>()) InstBundleUnlock(Func); in create()890 explicit InstBundleUnlock(Cfg *Func);
558 InstBundleUnlock::InstBundleUnlock(Cfg *Func) in InstBundleUnlock() function in Ice::InstBundleUnlock986 void InstBundleUnlock::emit(const Cfg *Func) const { in emit()994 void InstBundleUnlock::dump(const Cfg *Func) const { in dump()
360 void _bundle_unlock() { Context.insert<InstBundleUnlock>(); } in _bundle_unlock()
1311 if (llvm::isa<InstBundleUnlock>(I)) { in emitIAS()