Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTargetLowering.cpp766 VarList &SortedSpilledVariables, SmallBitVector &RegsUsed, in getVarStackSlotParams() argument
832 SortedSpilledVariables.reserve(SpilledVariables.size()); in getVarStackSlotParams()
833 sortVarsByAlignment(SortedSpilledVariables, SpilledVariables); in getVarStackSlotParams()
835 for (Variable *Var : SortedSpilledVariables) { in getVarStackSlotParams()
884 void TargetLowering::assignVarStackSlots(VarList &SortedSpilledVariables, in assignVarStackSlots() argument
905 for (Variable *Var : SortedSpilledVariables) { in assignVarStackSlots()
DIceTargetLowering.h456 void getVarStackSlotParams(VarList &SortedSpilledVariables,
478 void assignVarStackSlots(VarList &SortedSpilledVariables,
DIceTargetLoweringMIPS32.h645 void assignVarStackSlots(VarList &SortedSpilledVariables,
DIceTargetLoweringMIPS32.cpp115 void TargetMIPS32::assignVarStackSlots(VarList &SortedSpilledVariables, in assignVarStackSlots() argument
124 for (Variable *Var : SortedSpilledVariables) { in assignVarStackSlots()
1519 VarList SortedSpilledVariables; in addProlog() local
1542 getVarStackSlotParams(SortedSpilledVariables, RegsUsed, &GlobalsSize, in addProlog()
1701 assignVarStackSlots(SortedSpilledVariables, SpillAreaPaddingBytes, in addProlog()
DIceTargetLoweringARM32.cpp1472 VarList SortedSpilledVariables; in addProlog() local
1494 getVarStackSlotParams(SortedSpilledVariables, RegsUsed, &GlobalsSize, in addProlog()
1656 assignVarStackSlots(SortedSpilledVariables, SpillAreaPaddingBytes, in addProlog()
DIceTargetLoweringX86BaseImpl.h1065 VarList SortedSpilledVariables, VariablesLinkedToSpillSlots;
1092 getVarStackSlotParams(SortedSpilledVariables, RegsUsed, &GlobalsSize,
1275 assignVarStackSlots(SortedSpilledVariables, SpillAreaPaddingBytes,