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

  /external/llvm/include/llvm/Target/
TargetLowering.h 327 virtual const TargetRegisterClass *getRepRegClassFor(MVT VT) const {
    [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp 234 MipsSETargetLowering::getRepRegClassFor(MVT VT) const {
238 return TargetLowering::getRepRegClassFor(VT);
    [all...]

Completed in 768 milliseconds