Home
last modified time | relevance | path

Searched refs:InstBundleUnlock (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceInst.h872 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);
DIceInst.cpp558 InstBundleUnlock::InstBundleUnlock(Cfg *Func) in InstBundleUnlock() function in Ice::InstBundleUnlock
986 void InstBundleUnlock::emit(const Cfg *Func) const { in emit()
994 void InstBundleUnlock::dump(const Cfg *Func) const { in dump()
DIceTargetLowering.h360 void _bundle_unlock() { Context.insert<InstBundleUnlock>(); } in _bundle_unlock()
DIceCfgNode.cpp1311 if (llvm::isa<InstBundleUnlock>(I)) { in emitIAS()