Searched refs:TargetMIPS32 (Results 1 – 4 of 4) sorted by relevance
35 return ::Ice::MIPS32::TargetMIPS32::create(Func); in createTargetLowering()49 ::Ice::MIPS32::TargetMIPS32::staticInit(Ctx); in staticInit()53 return ::Ice::MIPS32::TargetMIPS32::shouldBePooled(C); in shouldBePooled()57 return ::Ice::MIPS32::TargetMIPS32::getPointerType(); in getPointerType()112 TargetMIPS32::TargetMIPS32(Cfg *Func) : TargetLowering(Func) {} in TargetMIPS32() function in Ice::MIPS32::TargetMIPS32114 void TargetMIPS32::assignVarStackSlots(VarList &SortedSpilledVariables, in assignVarStackSlots()143 void TargetMIPS32::staticInit(GlobalContext *Ctx) { in staticInit()207 void TargetMIPS32::unsetIfNonLeafFunc() { in unsetIfNonLeafFunc()219 uint32_t TargetMIPS32::getStackAlignment() const { in getStackAlignment()223 uint32_t TargetMIPS32::getCallStackArgumentsSizeBytes(const InstCall *Call) { in getCallStackArgumentsSizeBytes()[all …]
28 class TargetMIPS32 : public TargetLowering {29 TargetMIPS32() = delete;30 TargetMIPS32(const TargetMIPS32 &) = delete;31 TargetMIPS32 &operator=(const TargetMIPS32 &) = delete;34 ~TargetMIPS32() override = default;48 return makeUnique<TargetMIPS32>(Func); in create()729 explicit TargetMIPS32(Cfg *Func);773 explicit PostLoweringLegalizer(TargetMIPS32 *Target) in PostLoweringLegalizer()797 TargetMIPS32 *const Target;
47 class TargetMIPS32; variable775 static InstMIPS32Label *create(Cfg *Func, TargetMIPS32 *Target) { in create()789 InstMIPS32Label(Cfg *Func, TargetMIPS32 *Target);
157 InstMIPS32Label::InstMIPS32Label(Cfg *Func, TargetMIPS32 *Target) in InstMIPS32Label()