HomeSort by relevance Sort by last modified time
    Searched refs:InstX86Label (Results 1 - 6 of 6) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringX8632.cpp 263 auto *BeforeAdd = InstX86Label::create(Func, this);
267 auto *AfterAdd = InstX86Label::create(Func, this);
IceInstX86Base.h 307 /// InstX86Label represents an intra-block label that is the target of an
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) {
350 return new (Func->allocate<InstX86Label>()) InstX86Label(Func, Target)
    [all...]
IceTargetLoweringX86BaseImpl.h     [all...]
IceTargetLoweringX8664.cpp 648 InstX86Label *ReturnAddress = InstX86Label::create(Func, this);
IceInstX86BaseImpl.h 94 InstImpl<TraitsType>::InstX86Label::InstX86Label(Cfg *Func,
110 const InstX86Label *Label,
354 InstImpl<TraitsType>::InstX86Push::InstX86Push(Cfg *Func, InstX86Label *L)
456 void InstImpl<TraitsType>::InstX86Label::emit(const Cfg *Func) const {
464 void InstImpl<TraitsType>::InstX86Label::emitIAS(const Cfg *Func) const {
473 void InstImpl<TraitsType>::InstX86Label::dump(const Cfg *Func) const {
    [all...]
IceTargetLoweringX86Base.h 76 using InstX86Label = typename Traits::Insts::Label;
573 void _br(BrCond Condition, InstX86Label *Label,
    [all...]

Completed in 187 milliseconds