Home | History | Annotate | Download | only in NVPTX

Lines Matching refs:Cvt

2087   // CVT instruction. Ptxas should clean up any redundancies here.
2095 // need to emit a CVT to make the types match.
2101 // all users of the load go through that CVT.
3108 SDNode *Cvt = CurDAG->getMachineNode(NVPTX::CVT_u32_u16, DL,
3110 Ops[0] = SDValue(Cvt, 0);
3117 SDNode *Cvt = CurDAG->getMachineNode(NVPTX::CVT_s32_s16, DL,
3119 Ops[0] = SDValue(Cvt, 0);