HomeSort by relevance Sort by last modified time
    Searched refs:TargetMIPS32 (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringMIPS32.cpp 35 return ::Ice::MIPS32::TargetMIPS32::create(Func);
49 ::Ice::MIPS32::TargetMIPS32::staticInit(Ctx);
53 return ::Ice::MIPS32::TargetMIPS32::shouldBePooled(C);
57 return ::Ice::MIPS32::TargetMIPS32::getPointerType();
112 TargetMIPS32::TargetMIPS32(Cfg *Func)
115 void TargetMIPS32::assignVarStackSlots(VarList &SortedSpilledVariables,
144 void TargetMIPS32::staticInit(GlobalContext *Ctx) {
208 void TargetMIPS32::unsetIfNonLeafFunc() {
220 uint32_t TargetMIPS32::getStackAlignment() const
    [all...]
IceTargetLoweringMIPS32.h 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);
615 TargetMIPS32 *Target,
631 TargetMIPS32 *const Target
    [all...]
IceInstMIPS32.h 47 class TargetMIPS32;
775 static InstMIPS32Label *create(Cfg *Func, TargetMIPS32 *Target) {
789 InstMIPS32Label(Cfg *Func, TargetMIPS32 *Target);
    [all...]
IceInstMIPS32.cpp 253 InstMIPS32Label::InstMIPS32Label(Cfg *Func, TargetMIPS32 *Target)
    [all...]

Completed in 599 milliseconds