Lines Matching refs:NarrowVT
4588 EVT NarrowVT = Node->getMemoryVT(); in lowerATOMIC_LOAD_OP() local
4590 if (NarrowVT == WideVT) in lowerATOMIC_LOAD_OP()
4593 int64_t BitSize = NarrowVT.getSizeInBits(); in lowerATOMIC_LOAD_OP()
4628 NarrowVT, MMO); in lowerATOMIC_LOAD_OP()
4683 EVT NarrowVT = Node->getMemoryVT(); in lowerATOMIC_CMP_SWAP() local
4684 EVT WideVT = NarrowVT == MVT::i64 ? MVT::i64 : MVT::i32; in lowerATOMIC_CMP_SWAP()
4685 if (NarrowVT == WideVT) { in lowerATOMIC_CMP_SWAP()
4689 DL, Tys, Ops, NarrowVT, MMO); in lowerATOMIC_CMP_SWAP()
4701 int64_t BitSize = NarrowVT.getSizeInBits(); in lowerATOMIC_CMP_SWAP()
4711 VTList, Ops, NarrowVT, MMO); in lowerATOMIC_CMP_SWAP()
4717 DAG.getValueType(NarrowVT)); in lowerATOMIC_CMP_SWAP()