Home
last modified time | relevance | path

Searched refs:SortedSpilledVariables (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceTargetLowering.cpp735 VarList &SortedSpilledVariables, SmallBitVector &RegsUsed, in getVarStackSlotParams() argument
801 SortedSpilledVariables.reserve(SpilledVariables.size()); in getVarStackSlotParams()
802 sortVarsByAlignment(SortedSpilledVariables, SpilledVariables); in getVarStackSlotParams()
804 for (Variable *Var : SortedSpilledVariables) { in getVarStackSlotParams()
853 void TargetLowering::assignVarStackSlots(VarList &SortedSpilledVariables, in assignVarStackSlots() argument
874 for (Variable *Var : SortedSpilledVariables) { in assignVarStackSlots()
H A DIceTargetLowering.h421 void getVarStackSlotParams(VarList &SortedSpilledVariables,
443 void assignVarStackSlots(VarList &SortedSpilledVariables,
H A DIceTargetLoweringMIPS32.h613 void assignVarStackSlots(VarList &SortedSpilledVariables,
H A DIceTargetLoweringMIPS32.cpp114 void TargetMIPS32::assignVarStackSlots(VarList &SortedSpilledVariables, in assignVarStackSlots() argument
123 for (Variable *Var : SortedSpilledVariables) { in assignVarStackSlots()
1504 VarList SortedSpilledVariables; in addProlog() local
1527 getVarStackSlotParams(SortedSpilledVariables, RegsUsed, &GlobalsSize, in addProlog()
1687 assignVarStackSlots(SortedSpilledVariables, SpillAreaPaddingBytes, in addProlog()
H A DIceTargetLoweringARM32.cpp1323 VarList SortedSpilledVariables; in addProlog() local
1345 getVarStackSlotParams(SortedSpilledVariables, RegsUsed, &GlobalsSize, in addProlog()
1502 assignVarStackSlots(SortedSpilledVariables, SpillAreaPaddingBytes, in addProlog()
H A DIceTargetLoweringX8664.cpp890 VarList SortedSpilledVariables, VariablesLinkedToSpillSlots; in addProlog() local
917 getVarStackSlotParams(SortedSpilledVariables, RegsUsed, &GlobalsSize, in addProlog()
1066 assignVarStackSlots(SortedSpilledVariables, SpillAreaPaddingBytes, in addProlog()
H A DIceTargetLoweringX8632.cpp878 VarList SortedSpilledVariables, VariablesLinkedToSpillSlots; in addProlog() local
905 getVarStackSlotParams(SortedSpilledVariables, RegsUsed, &GlobalsSize, in addProlog()
1074 assignVarStackSlots(SortedSpilledVariables, SpillAreaPaddingBytes, in addProlog()