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

  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 328 /// isInAllocatableClass - Return true if the register is in the allocation
330 bool isInAllocatableClass(unsigned RegNo) const {
    [all...]
  /external/llvm/lib/Target/R600/
SIInsertWaits.cpp 189 if (!Op.isReg() || !TRI->isInAllocatableClass(Op.getReg()))
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 729 return getTargetRegisterInfo()->isInAllocatableClass(PhysReg) &&
    [all...]
  /external/llvm/lib/CodeGen/
LiveVariables.cpp 632 if (!TRI->isInAllocatableClass(LReg))

Completed in 137 milliseconds