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

  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 463 return TRI->isInAllocatableClass(PhysReg) && !isReserved(PhysReg);
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 326 /// isInAllocatableClass - Return true if the register is in the allocation
328 bool isInAllocatableClass(unsigned RegNo) const {
    [all...]
  /external/llvm/lib/CodeGen/
LiveVariables.cpp 633 if (!TRI->isInAllocatableClass(LReg))

Completed in 519 milliseconds