Searched defs:getRegClassFor (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Target/
H A DTargetLowering.h314 virtual const TargetRegisterClass *getRegClassFor(MVT VT) const { function in class:llvm::TargetLoweringBase
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1076 /// getRegClassFor - Return the register class that should be used for the
1078 const TargetRegisterClass *ARMTargetLowering::getRegClassFor(MVT VT) const { function in class:ARMTargetLowering
1088 return TargetLowering::getRegClassFor(VT);
3905 unsigned Reg = MF.addLiveIn(ARM::LR, getRegClassFor(MVT::i32));

Completed in 324 milliseconds