Searched defs:createSpillSlot (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DVirtRegMap.cpp75 unsigned VirtRegMap::createSpillSlot(const TargetRegisterClass *RC) { function in class:VirtRegMap
105 return Virt2StackSlotMap[virtReg] = createSpillSlot(RC);
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DVirtRegMap.cpp103 unsigned VirtRegMap::createSpillSlot(const TargetRegisterClass *RC) { function in class:VirtRegMap
134 return Virt2StackSlotMap[virtReg] = createSpillSlot(RC);
167 return EmergencySpillSlots[RC] = createSpillSlot(RC);

Completed in 151 milliseconds