Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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) : TargetLowering(Func) {} in TargetMIPS32() function in Ice::MIPS32::TargetMIPS32
114 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 …]
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()
729 explicit TargetMIPS32(Cfg *Func);
773 explicit PostLoweringLegalizer(TargetMIPS32 *Target) in PostLoweringLegalizer()
797 TargetMIPS32 *const Target;
DIceInstMIPS32.h47 class TargetMIPS32; variable
775 static InstMIPS32Label *create(Cfg *Func, TargetMIPS32 *Target) { in create()
789 InstMIPS32Label(Cfg *Func, TargetMIPS32 *Target);
DIceInstMIPS32.cpp157 InstMIPS32Label::InstMIPS32Label(Cfg *Func, TargetMIPS32 *Target) in InstMIPS32Label()