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

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

Completed in 180 milliseconds