Home
last modified time | relevance | path

Searched refs:TargetMIPS32 (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringMIPS32.cpp35 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) in TargetMIPS32() function in Ice::MIPS32::TargetMIPS32
115 void TargetMIPS32::assignVarStackSlots(VarList &SortedSpilledVariables, in assignVarStackSlots()
144 void TargetMIPS32::staticInit(GlobalContext *Ctx) { in staticInit()
208 void TargetMIPS32::unsetIfNonLeafFunc() { in unsetIfNonLeafFunc()
220 uint32_t TargetMIPS32::getStackAlignment() const { in getStackAlignment()
224 uint32_t TargetMIPS32::getCallStackArgumentsSizeBytes(const InstCall *Call) { in getCallStackArgumentsSizeBytes()
[all …]
DIceTargetLoweringMIPS32.h28 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()
615 TargetMIPS32 *Target,
631 TargetMIPS32 *const Target;
761 explicit TargetMIPS32(Cfg *Func);
805 explicit PostLoweringLegalizer(TargetMIPS32 *Target) in PostLoweringLegalizer()
[all …]
DIceInstMIPS32.h47 class TargetMIPS32; variable
775 static InstMIPS32Label *create(Cfg *Func, TargetMIPS32 *Target) { in create()
789 InstMIPS32Label(Cfg *Func, TargetMIPS32 *Target);
DIceInstMIPS32.cpp251 InstMIPS32Label::InstMIPS32Label(Cfg *Func, TargetMIPS32 *Target) in InstMIPS32Label()