Searched refs:DefTy (Results 1 – 2 of 2) sorted by relevance
2393 const LLT DefTy = MRI.getType(DefReg); in select() local2401 if (!DefTy.isValid()) { in select()2406 DefRC = getRegClassForTypeOnBank(DefTy, RB); in select()2563 const LLT DefTy = MRI.getType(DefReg); in select() local2564 const unsigned DefSize = DefTy.getSizeInBits(); in select()2607 const TargetRegisterClass &FPRRC = *getRegClassForTypeOnBank(DefTy, RB); in select()
200 const LLT DefTy = MRI->getType(DefReg); in selectPHI() local201 if (DefTy == LLT::scalar(1)) { in selectPHI()218 if (!DefTy.isValid()) { in selectPHI()224 DefRC = TRI.getRegClassForTypeOnBank(DefTy, RB); in selectPHI()