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

  /external/llvm/lib/CodeGen/
RegAllocFast.cpp 191 LiveRegMap::iterator allocVirtReg(MachineInstr &MI, LiveRegMap::iterator,
523 /// allocVirtReg - Allocate a physical register for VirtReg.
524 RAFast::LiveRegMap::iterator RAFast::allocVirtReg(MachineInstr &MI,
616 LRI = allocVirtReg(MI, LRI, Hint);
643 LRI = allocVirtReg(MI, LRI, Hint);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RegAllocFast.cpp 163 void allocVirtReg(MachineInstr *MI, LiveRegEntry &LRE, unsigned Hint);
478 /// allocVirtReg - Allocate a physical register for VirtReg.
479 void RAFast::allocVirtReg(MachineInstr *MI, LiveRegEntry &LRE, unsigned Hint) {
558 allocVirtReg(MI, *LRI, Hint);
585 allocVirtReg(MI, *LRI, Hint);
    [all...]

Completed in 206 milliseconds