Lines Matching refs:NarrowVT
3949 EVT NarrowVT = Node->getMemoryVT(); in lowerATOMIC_LOAD_OP() local
3951 if (NarrowVT == WideVT) in lowerATOMIC_LOAD_OP()
3954 int64_t BitSize = NarrowVT.getSizeInBits(); in lowerATOMIC_LOAD_OP()
4002 NarrowVT, MMO); in lowerATOMIC_LOAD_OP()
4064 EVT NarrowVT = Node->getMemoryVT(); in lowerATOMIC_CMP_SWAP() local
4065 EVT WideVT = NarrowVT == MVT::i64 ? MVT::i64 : MVT::i32; in lowerATOMIC_CMP_SWAP()
4066 if (NarrowVT == WideVT) { in lowerATOMIC_CMP_SWAP()
4070 DL, Tys, Ops, NarrowVT, MMO); in lowerATOMIC_CMP_SWAP()
4082 int64_t BitSize = NarrowVT.getSizeInBits(); in lowerATOMIC_CMP_SWAP()
4105 VTList, Ops, NarrowVT, MMO); in lowerATOMIC_CMP_SWAP()
4111 DAG.getValueType(NarrowVT)); in lowerATOMIC_CMP_SWAP()