Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DVirtRegRewriter.cpp214 if (SlotOrReMat > VirtRegMap::MAX_STACK_SLOT) in addAvailable()
216 << SlotOrReMat-VirtRegMap::MAX_STACK_SLOT-1); in addAvailable()
759 if (SlotOrReMat > VirtRegMap::MAX_STACK_SLOT) in ClobberPhysRegOnly()
760 DEBUG(dbgs() << "RM#" << SlotOrReMat-VirtRegMap::MAX_STACK_SLOT-1 <<"\n"); in ClobberPhysRegOnly()
932 bool DoReMat = NewOp.StackSlotOrReMat > VirtRegMap::MAX_STACK_SLOT; in GetRegForReload()
1814 << SSorRMId-VirtRegMap::MAX_STACK_SLOT-1); in InsertRestores()
1830 << SSorRMId-VirtRegMap::MAX_STACK_SLOT-1); in InsertRestores()
2061 if (ReuseSlot > VirtRegMap::MAX_STACK_SLOT) in ProcessUses()
2063 << ReuseSlot-VirtRegMap::MAX_STACK_SLOT-1); in ProcessUses()
2099 ReuseSlot <= VirtRegMap::MAX_STACK_SLOT) { in ProcessUses()
[all …]
DVirtRegMap.h45 MAX_STACK_SLOT = (1L << 18)-1 enumerator
150 ReMatId(MAX_STACK_SLOT+1), in VirtRegMap()
DLiveIntervalAnalysis.cpp1323 if (ReMatIds[VNI->id] == VirtRegMap::MAX_STACK_SLOT) { in rewriteInstructionForSpills()
1448 if (Slot != VirtRegMap::MAX_STACK_SLOT || isLoadSS) { in rewriteInstructionsForSpills()
1766 ReMatIds.resize(NumValNums, VirtRegMap::MAX_STACK_SLOT); in addIntervalsForSpills()
1768 unsigned Slot = VirtRegMap::MAX_STACK_SLOT; in addIntervalsForSpills()
1786 assert(Slot != VirtRegMap::MAX_STACK_SLOT); in addIntervalsForSpills()
DVirtRegMap.cpp61 ReMatId = MAX_STACK_SLOT+1; in runOnMachineFunction()
/external/v8/src/compiler/
Dlinkage.h62 DCHECK(slot >= 0 && slot < LinkageLocation::MAX_STACK_SLOT); in ForCalleeFrameSlot()
150 static constexpr int32_t MAX_STACK_SLOT = 32767; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DVirtRegMap.h39 MAX_STACK_SLOT = (1L << 18)-1 enumerator
/external/llvm/include/llvm/CodeGen/
DVirtRegMap.h37 MAX_STACK_SLOT = (1L << 18)-1 enumerator