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

  /external/llvm/lib/Target/X86/
X86RegisterInfo.h 70 /// getMatchingSuperRegClass - Return a subclass of the specified register
74 getMatchingSuperRegClass(const TargetRegisterClass *A,
X86RegisterInfo.cpp 127 X86RegisterInfo::getMatchingSuperRegClass(const TargetRegisterClass *A,
136 return X86GenRegisterInfo::getMatchingSuperRegClass(A, B, SubIdx);
  /external/llvm/lib/CodeGen/
MachineRegisterInfo.cpp 82 NewRC = TRI->getMatchingSuperRegClass(NewRC, OpRC, SubIdx);
MachineVerifier.cpp 709 DRC = TRI->getMatchingSuperRegClass(SuperRC, DRC, SubIdx);
    [all...]
RegisterCoalescer.cpp 302 NewRC = TRI.getMatchingSuperRegClass(DstRC, SrcRC, DstSub);
    [all...]
TwoAddressInstructionPass.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 412 /// getMatchingSuperRegClass - Return a subclass of the specified register
418 getMatchingSuperRegClass(const TargetRegisterClass *A,
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp 587 TRI->getMatchingSuperRegClass(RC, TRC, SubIdx);
    [all...]

Completed in 225 milliseconds