Lines Matching refs:NarrowVT
4186 EVT NarrowVT = Node->getMemoryVT(); in lowerATOMIC_LOAD_OP() local
4188 if (NarrowVT == WideVT) in lowerATOMIC_LOAD_OP()
4191 int64_t BitSize = NarrowVT.getSizeInBits(); in lowerATOMIC_LOAD_OP()
4239 NarrowVT, MMO); in lowerATOMIC_LOAD_OP()
4301 EVT NarrowVT = Node->getMemoryVT(); in lowerATOMIC_CMP_SWAP() local
4302 EVT WideVT = NarrowVT == MVT::i64 ? MVT::i64 : MVT::i32; in lowerATOMIC_CMP_SWAP()
4303 if (NarrowVT == WideVT) { in lowerATOMIC_CMP_SWAP()
4307 DL, Tys, Ops, NarrowVT, MMO); in lowerATOMIC_CMP_SWAP()
4319 int64_t BitSize = NarrowVT.getSizeInBits(); in lowerATOMIC_CMP_SWAP()
4342 VTList, Ops, NarrowVT, MMO); in lowerATOMIC_CMP_SWAP()
4348 DAG.getValueType(NarrowVT)); in lowerATOMIC_CMP_SWAP()