Home | History | Annotate | Download | only in NVPTX

Lines Matching defs:toType

1805   // Type Setting: toType + toTypeWidth
1810 unsigned int toType;
1812 toType = NVPTX::PTXLdStInstCode::Float;
1814 toType = NVPTX::PTXLdStInstCode::Unsigned;
1849 getI32Imm(vecType), getI32Imm(toType),
1878 getI32Imm(vecType), getI32Imm(toType),
1932 getI32Imm(vecType), getI32Imm(toType),
1984 getI32Imm(vecType), getI32Imm(toType),
2025 // Type Setting: toType + toTypeWidth
2030 unsigned ToType;
2032 ToType = NVPTX::PTXLdStInstCode::Float;
2034 ToType = NVPTX::PTXLdStInstCode::Unsigned;
2062 StOps.push_back(getI32Imm(ToType));