Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstX86Base.h343 class InstX86Label final : public InstX86Base {
344 InstX86Label() = delete;
345 InstX86Label(const InstX86Label &) = delete;
346 InstX86Label &operator=(const InstX86Label &) = delete;
349 static InstX86Label *create(Cfg *Func, TargetLowering *Target) { in create()
350 return new (Func->allocate<InstX86Label>()) InstX86Label(Func, Target); in create()
362 InstX86Label(Cfg *Func, TargetLowering *Target);
383 constexpr InstX86Label *NoLabel = nullptr; in create()
390 constexpr InstX86Label *NoLabel = nullptr; in create()
401 constexpr InstX86Label *NoLabel = nullptr; in create()
[all …]
DIceTargetLoweringX8632.cpp263 auto *BeforeAdd = InstX86Label::create(Func, this); in emitGetIP()
267 auto *AfterAdd = InstX86Label::create(Func, this); in emitGetIP()
DIceTargetLoweringX86BaseImpl.h1843 InstX86Label *Label = InstX86Label::create(Func, this);
3390 InstX86Label *Label = InstX86Label::create(Func, this);
3425 InstX86Label *Label = InstX86Label::create(Func, this);
3763 InstX86Label *LabelFalse = InstX86Label::create(Func, this);
3764 InstX86Label *LabelTrue = InstX86Label::create(Func, this);
3793 InstX86Label *LabelFalse = InstX86Label::create(Func, this);
3794 InstX86Label *LabelTrue = InstX86Label::create(Func, this);
4895 InstX86Label *Label = InstX86Label::create(Func, this);
4957 auto *Label = Context.insert<InstX86Label>(this);
5960 auto *Label = InstX86Label::create(Func, this);
[all …]
DIceTargetLoweringX8664.cpp648 InstX86Label *ReturnAddress = InstX86Label::create(Func, this); in emitCallToTarget()
DIceInstX86BaseImpl.h94 InstImpl<TraitsType>::InstX86Label::InstX86Label(Cfg *Func, in InstX86Label() function
110 const InstX86Label *Label, in InstX86Br()
354 InstImpl<TraitsType>::InstX86Push::InstX86Push(Cfg *Func, InstX86Label *L) in InstX86Push()
456 void InstImpl<TraitsType>::InstX86Label::emit(const Cfg *Func) const { in emit()
464 void InstImpl<TraitsType>::InstX86Label::emitIAS(const Cfg *Func) const { in emitIAS()
473 void InstImpl<TraitsType>::InstX86Label::dump(const Cfg *Func) const { in dump()
DIceTargetLoweringX86Base.h76 using InstX86Label = typename Traits::Insts::Label; variable
573 void _br(BrCond Condition, InstX86Label *Label,