Searched refs:SmallTy (Results 1 – 3 of 3) sorted by relevance
353 LLT SmallTy = MRI->getType(FirstStore->getValueReg()); in doSingleStoreMerge() local355 LLT::scalar(NumStores * SmallTy.getSizeInBits().getFixedSize()); in doSingleStoreMerge()397 WideConst.insertBits(ConstantVals[Idx], Idx * SmallTy.getSizeInBits()); in doSingleStoreMerge()412 << NV("OrigWidth", SmallTy.getSizeInBytes()) in doSingleStoreMerge()
371 unsigned LegalizerInfo::getExtOpcodeForWideningConstant(LLT SmallTy) const { in getExtOpcodeForWideningConstant()372 return SmallTy.isByteSized() ? TargetOpcode::G_SEXT : TargetOpcode::G_ZEXT; in getExtOpcodeForWideningConstant()
1269 virtual unsigned getExtOpcodeForWideningConstant(LLT SmallTy) const;