Searched refs:InstX86Label (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceInstX86Base.h | 343 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 …]
|
D | IceTargetLoweringX8632.cpp | 263 auto *BeforeAdd = InstX86Label::create(Func, this); in emitGetIP() 267 auto *AfterAdd = InstX86Label::create(Func, this); in emitGetIP()
|
D | IceTargetLoweringX86BaseImpl.h | 1843 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 …]
|
D | IceTargetLoweringX8664.cpp | 648 InstX86Label *ReturnAddress = InstX86Label::create(Func, this); in emitCallToTarget()
|
D | IceInstX86BaseImpl.h | 94 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()
|
D | IceTargetLoweringX86Base.h | 76 using InstX86Label = typename Traits::Insts::Label; variable 573 void _br(BrCond Condition, InstX86Label *Label,
|