Home | History | Annotate | Download | only in NVPTX

Lines Matching refs:Cvt

1675   // CVT instruction. Ptxas should clean up any redundancies here.
1683 // need to emit a CVT to make the types match.
1689 // all users of the load go through that CVT.
2325 SDNode *Cvt = CurDAG->getMachineNode(NVPTX::CVT_u32_u16, DL,
2327 Ops[0] = SDValue(Cvt, 0);
2334 SDNode *Cvt = CurDAG->getMachineNode(NVPTX::CVT_s32_s16, DL,
2336 Ops[0] = SDValue(Cvt, 0);