Searched refs:ReMatIds (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | LiveIntervalAnalysis.cpp | 1202 SmallVector<int, 4> &ReMatIds, in rewriteInstructionForSpills() argument 1323 if (ReMatIds[VNI->id] == VirtRegMap::MAX_STACK_SLOT) { in rewriteInstructionForSpills() 1325 ReMatIds[VNI->id] = vrm.assignVirtReMatId(NewVReg); in rewriteInstructionForSpills() 1327 vrm.assignVirtReMatId(NewVReg, ReMatIds[VNI->id]); in rewriteInstructionForSpills() 1425 SmallVector<int, 4> &ReMatIds, in rewriteInstructionsForSpills() argument 1550 CanDelete, vrm, rc, ReMatIds, loopInfo, NewVReg, in rewriteInstructionsForSpills() 1765 SmallVector<int, 4> ReMatIds; in addIntervalsForSpills() local 1766 ReMatIds.resize(NumValNums, VirtRegMap::MAX_STACK_SLOT); in addIntervalsForSpills() 1803 false, vrm, rc, ReMatIds, loopInfo, in addIntervalsForSpills() 1809 false, vrm, rc, ReMatIds, loopInfo, in addIntervalsForSpills() [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | LiveIntervalAnalysis.h | 443 SmallVector<int, 4> &ReMatIds, const MachineLoopInfo *loopInfo, 452 SmallVector<int, 4> &ReMatIds, const MachineLoopInfo *loopInfo,
|