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

/external/swiftshader/third_party/LLVM/include/llvm/Target/
H A DTargetLowering.h200 /// getRegClassFor - Return the register class that should be used for the
202 virtual TargetRegisterClass *getRegClassFor(EVT VT) const { function in class:llvm::TargetLowering
203 assert(VT.isSimple() && "getRegClassFor called on illegal type!");
/external/llvm/include/llvm/Target/
H A DTargetLowering.h430 virtual const TargetRegisterClass *getRegClassFor(MVT VT) const { function in class:llvm::TargetLoweringBase
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMISelLowering.cpp950 /// getRegClassFor - Return the register class that should be used for the
952 TargetRegisterClass *ARMTargetLowering::getRegClassFor(EVT VT) const { function in class:ARMTargetLowering
962 return TargetLowering::getRegClassFor(VT);
3183 unsigned Reg = MF.addLiveIn(ARM::LR, getRegClassFor(MVT::i32));
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1258 /// getRegClassFor - Return the register class that should be used for the
1260 const TargetRegisterClass *ARMTargetLowering::getRegClassFor(MVT VT) const { function in class:ARMTargetLowering
1270 return TargetLowering::getRegClassFor(VT);
4344 unsigned Reg = MF.addLiveIn(ARM::LR, getRegClassFor(MVT::i32));

Completed in 232 milliseconds