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(unsigned Kind) const {
  /external/llvm/lib/Target/ARM/
Thumb1RegisterInfo.cpp 57 Thumb1RegisterInfo::getPointerRegClass(unsigned Kind) const {
ARMBaseRegisterInfo.cpp 260 ARMBaseRegisterInfo::getPointerRegClass(unsigned Kind) const {
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430RegisterInfo.cpp 99 MSP430RegisterInfo::getPointerRegClass(unsigned Kind) const {
  /external/llvm/lib/Target/PowerPC/
PPCRegisterInfo.cpp 92 /// getPointerRegClass - Return the register class to use to hold pointers.
95 PPCRegisterInfo::getPointerRegClass(unsigned Kind) const {
  /external/llvm/lib/Target/X86/
X86RegisterInfo.cpp 178 X86RegisterInfo::getPointerRegClass(unsigned Kind) const {
180 default: llvm_unreachable("Unexpected Kind in getPointerRegClass!");

Completed in 167 milliseconds