Searched refs:NarrowVT (Results 1 – 2 of 2) sorted by relevance
3063 EVT NarrowVT = Node->getMemoryVT(); in lowerATOMIC_LOAD_OP() local3065 if (NarrowVT == WideVT) in lowerATOMIC_LOAD_OP()3068 int64_t BitSize = NarrowVT.getSizeInBits(); in lowerATOMIC_LOAD_OP()3116 NarrowVT, MMO); in lowerATOMIC_LOAD_OP()3173 EVT NarrowVT = Node->getMemoryVT(); in lowerATOMIC_CMP_SWAP() local3175 if (NarrowVT == WideVT) in lowerATOMIC_CMP_SWAP()3178 int64_t BitSize = NarrowVT.getSizeInBits(); in lowerATOMIC_CMP_SWAP()3207 VTList, Ops, NarrowVT, MMO); in lowerATOMIC_CMP_SWAP()
25262 EVT NarrowVT = Narrow->getValueType(0); in WidenMaskArithmetic() local25263 if (!NarrowVT.is128BitVector()) in WidenMaskArithmetic()25315 unsigned InBits = NarrowVT.getScalarSizeInBits(); in WidenMaskArithmetic()25323 Op, DAG.getValueType(NarrowVT)); in WidenMaskArithmetic()