Home
last modified time | relevance | path

Searched refs:InstARM32Label (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceInstARM32.h1073 class InstARM32Label : public InstARM32 {
1074 InstARM32Label() = delete;
1075 InstARM32Label(const InstARM32Label &) = delete;
1076 InstARM32Label &operator=(const InstARM32Label &) = delete;
1079 static InstARM32Label *create(Cfg *Func, TargetARM32 *Target) { in create()
1080 return new (Func->allocate<InstARM32Label>()) InstARM32Label(Func, Target); in create()
1091 InstARM32Label(Cfg *Func, TargetARM32 *Target);
1109 constexpr InstARM32Label *NoLabel = nullptr; in create()
1116 constexpr InstARM32Label *NoLabel = nullptr; in create()
1127 constexpr InstARM32Label *NoLabel = nullptr; in create()
[all …]
DIceTargetLoweringARM32.h363 void _br(InstARM32Label *Label, CondARM32::Cond Condition) { in _br()
575 explicit LowerInt1BranchTarget(InstARM32Label *const Target) in LowerInt1BranchTarget()
582 createForLabelOrDuplicate(InstARM32Label *Label) const { in createForLabelOrDuplicate()
591 InstARM32Label *const LabelTarget = nullptr;
656 InstARM32Label *L = nullptr)
659 InstARM32Label *const ShortCircuitTarget;
DIceInstARM32.cpp486 const InstARM32Label *Label, CondARM32::Cond Pred) in InstARM32Br()
1283 InstARM32Label::InstARM32Label(Cfg *Func, TargetARM32 *Target) in InstARM32Label() function in Ice::ARM32::InstARM32Label
2287 void InstARM32Label::emit(const Cfg *Func) const { in emit()
2298 void InstARM32Label::emitIAS(const Cfg *Func) const { in emitIAS()
2308 void InstARM32Label::dump(const Cfg *Func) const { in dump()
DIceTargetLoweringARM32.cpp959 auto *AddPcLabel = InstARM32Label::create(Func, this); in loadNamedConstantRelocatablePIC()
963 auto *MovwLabel = InstARM32Label::create(Func, this); in loadNamedConstantRelocatablePIC()
967 auto *MovtLabel = InstARM32Label::create(Func, this); in loadNamedConstantRelocatablePIC()
2310 auto *Label = InstARM32Label::create(Func, this); in div0Check()
3568 InstARM32Label *NewShortCircuitLabel = nullptr; in lowerInt1ForBranch()
3608 NewShortCircuitLabel = InstARM32Label::create(Func, this); in lowerInt1ForBranch()
3620 InstARM32Label *const ShortCircuitLabel = CondAndLabel.ShortCircuitTarget; in lowerInt1ForBranch()
3631 NewShortCircuitLabel = InstARM32Label::create(Func, this); in lowerInt1ForBranch()
3643 InstARM32Label *const ShortCircuitLabel = CondAndLabel.ShortCircuitTarget; in lowerInt1ForBranch()
4830 auto *Retry = Context.insert<InstARM32Label>(this); in lowerLoadLinkedStoreExclusive()
DIceAssemblerARM32.h150 void bindLocalLabel(const InstARM32Label *InstL, SizeT Number) { in bindLocalLabel()