Searched refs:InstMIPS32Label (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceInstMIPS32.h | 769 class InstMIPS32Label : public InstMIPS32 { 770 InstMIPS32Label() = delete; 771 InstMIPS32Label(const InstMIPS32Label &) = delete; 772 InstMIPS32Label &operator=(const InstMIPS32Label &) = delete; 775 static InstMIPS32Label *create(Cfg *Func, TargetMIPS32 *Target) { in create() 776 return new (Func->allocate<InstMIPS32Label>()) in create() 777 InstMIPS32Label(Func, Target); in create() 789 InstMIPS32Label(Cfg *Func, TargetMIPS32 *Target); 806 constexpr InstMIPS32Label *NoLabel = nullptr; in create() 812 const InstMIPS32Label *Label) { in create() [all …]
|
D | IceInstMIPS32.cpp | 176 const InstMIPS32Label *Label, CondMIPS32::Cond Cond) in InstMIPS32Br() 182 const InstMIPS32Label *Label, CondMIPS32::Cond Cond) in InstMIPS32Br() 190 Operand *Src1, const InstMIPS32Label *Label, in InstMIPS32Br() 251 InstMIPS32Label::InstMIPS32Label(Cfg *Func, TargetMIPS32 *Target) in InstMIPS32Label() function in Ice::MIPS32::InstMIPS32Label 263 void InstMIPS32Label::dump(const Cfg *Func) const { in dump() 270 void InstMIPS32Label::emit(const Cfg *Func) const { in emit() 277 void InstMIPS32Label::emitIAS(const Cfg *Func) const { in emitIAS()
|
D | IceTargetLoweringMIPS32.cpp | 4572 InstMIPS32Label *Retry = InstMIPS32Label::create(Func, this); in lowerIntrinsic() 4573 InstMIPS32Label *Exit = InstMIPS32Label::create(Func, this); in lowerIntrinsic() 4598 InstMIPS32Label *Retry = InstMIPS32Label::create(Func, this); in lowerIntrinsic() 4599 InstMIPS32Label *Exit = InstMIPS32Label::create(Func, this); in lowerIntrinsic() 4645 InstMIPS32Label *Retry = InstMIPS32Label::create(Func, this); in lowerIntrinsic() 4660 InstMIPS32Label *Retry = InstMIPS32Label::create(Func, this); in lowerIntrinsic() 4707 InstMIPS32Label *Exit = InstMIPS32Label::create(Func, this); in lowerIntrinsic() 4708 InstMIPS32Label *Retry = InstMIPS32Label::create(Func, this); in lowerIntrinsic() 4803 InstMIPS32Label *Retry = InstMIPS32Label::create(Func, this); in lowerIntrinsic() 5631 InstMIPS32Label *IntraLabel = InstMIPS32Label::create(Func, this); in lowerSwitch()
|
D | IceAssemblerMIPS32.h | 355 void bindLocalLabel(const InstMIPS32Label *InstL, SizeT Number) { in bindLocalLabel()
|
D | IceTargetLoweringMIPS32.h | 184 void _br(CfgNode *Target, const InstMIPS32Label *Label) { in _br() 200 Operand *Src1, const InstMIPS32Label *Label, in _br()
|