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