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

  /external/llvm/lib/Target/Blackfin/
BlackfinRegisterInfo.h 42 const TargetRegisterClass *getPointerRegClass(unsigned Kind = 0) const {
  /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 373 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 93 /// getPointerRegClass - Return the register class to use to hold pointers.
96 PPCRegisterInfo::getPointerRegClass(unsigned Kind) const {
  /external/llvm/lib/Target/X86/
X86RegisterInfo.cpp 286 X86RegisterInfo::getPointerRegClass(unsigned Kind) const {
288 default: llvm_unreachable("Unexpected Kind in getPointerRegClass!");

Completed in 157 milliseconds