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

  /external/llvm/include/llvm/CodeGen/
CallingConvLower.h 343 MarkAllocated(Reg);
350 MarkAllocated(Reg);
351 MarkAllocated(ShadowReg);
365 MarkAllocated(Reg);
389 MarkAllocated(Regs[StartIdx + BlockIdx]);
406 MarkAllocated(Reg);
407 MarkAllocated(ShadowReg);
425 MarkAllocated(ShadowReg);
434 MarkAllocated(ShadowRegs[i]);
511 /// MarkAllocated - Mark a register and all of its aliases as allocated
    [all...]
  /external/llvm/lib/CodeGen/
CallingConvLower.cpp 62 void CCState::MarkAllocated(unsigned Reg) {
  /external/v8/src/compiler/
register-allocator.cc     [all...]
register-allocator.h 818 void MarkAllocated(MachineRepresentation rep, int index);
    [all...]

Completed in 169 milliseconds