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

/external/llvm/include/llvm/Target/
H A DTargetLowering.h229 /// getRepRegClassFor - Return the 'representative' register class for the
234 virtual const TargetRegisterClass *getRepRegClassFor(EVT VT) const { function in class:llvm::TargetLowering
235 assert(VT.isSimple() && "getRepRegClassFor called on illegal type!");

Completed in 104 milliseconds