HomeSort by relevance Sort by last modified time
    Searched defs:createSpillSlot (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
VirtRegMap.cpp 103 unsigned VirtRegMap::createSpillSlot(const TargetRegisterClass *RC) {
134 return Virt2StackSlotMap[virtReg] = createSpillSlot(RC);
167 return EmergencySpillSlots[RC] = createSpillSlot(RC);
  /external/llvm/lib/CodeGen/
VirtRegMap.cpp 75 unsigned VirtRegMap::createSpillSlot(const TargetRegisterClass *RC) {
105 return Virt2StackSlotMap[virtReg] = createSpillSlot(RC);

Completed in 50 milliseconds