HomeSort by relevance Sort by last modified time
    Searched defs:getPointerRegClass (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Target/CellSPU/
SPURegisterInfo.cpp 193 /// getPointerRegClass - Return the register class to use to hold pointers.
196 SPURegisterInfo::getPointerRegClass(const MachineFunction &MF, unsigned Kind)
  /external/llvm/lib/Target/ARM/
Thumb1RegisterInfo.cpp 57 Thumb1RegisterInfo::getPointerRegClass(const MachineFunction &MF, unsigned Kind)
ARMBaseRegisterInfo.cpp 274 ARMBaseRegisterInfo::getPointerRegClass(const MachineFunction &MF, unsigned Kind)
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430RegisterInfo.cpp 99 MSP430RegisterInfo::getPointerRegClass(const MachineFunction &MF, unsigned Kind)
  /external/llvm/lib/Target/PowerPC/
PPCRegisterInfo.cpp 98 /// getPointerRegClass - Return the register class to use to hold pointers.
101 PPCRegisterInfo::getPointerRegClass(const MachineFunction &MF, unsigned Kind)
  /external/llvm/lib/Target/X86/
X86RegisterInfo.cpp 192 X86RegisterInfo::getPointerRegClass(const MachineFunction &MF, unsigned Kind)
195 default: llvm_unreachable("Unexpected Kind in getPointerRegClass!");

Completed in 246 milliseconds