Home | History | Annotate | Download | only in NVPTX

Lines Matching defs:ToType

1332   // Type Setting: toType + toTypeWidth
1337 unsigned int toType;
1339 toType = NVPTX::PTXLdStInstCode::Float;
1341 toType = NVPTX::PTXLdStInstCode::Unsigned;
1377 getI32Imm(vecType), getI32Imm(toType),
1406 getI32Imm(vecType), getI32Imm(toType),
1460 getI32Imm(vecType), getI32Imm(toType),
1512 getI32Imm(vecType), getI32Imm(toType),
1553 // Type Setting: toType + toTypeWidth
1558 unsigned ToType;
1560 ToType = NVPTX::PTXLdStInstCode::Float;
1562 ToType = NVPTX::PTXLdStInstCode::Unsigned;
1590 StOps.push_back(getI32Imm(ToType));