Searched refs:SmallTy (Results 1 – 3 of 3) sorted by relevance
355 LLT SmallTy = MRI->getType(FirstStore->getValueReg()); in doSingleStoreMerge() local357 LLT::scalar(NumStores * SmallTy.getSizeInBits().getFixedValue()); in doSingleStoreMerge()399 WideConst.insertBits(ConstantVals[Idx], Idx * SmallTy.getSizeInBits()); in doSingleStoreMerge()416 << NV("OrigWidth", SmallTy.getSizeInBytes()) in doSingleStoreMerge()
374 unsigned LegalizerInfo::getExtOpcodeForWideningConstant(LLT SmallTy) const { in getExtOpcodeForWideningConstant()375 return SmallTy.isByteSized() ? TargetOpcode::G_SEXT : TargetOpcode::G_ZEXT; in getExtOpcodeForWideningConstant()
1315 virtual unsigned getExtOpcodeForWideningConstant(LLT SmallTy) const;