Home | History | Annotate | Download | only in NVPTX

Lines Matching refs:VecType

419   unsigned vecType = NVPTX::PTXLdStInstCode::Scalar;
423 vecType = NVPTX::PTXLdStInstCode::V2;
425 vecType = NVPTX::PTXLdStInstCode::V4;
479 getI32Imm(vecType), getI32Imm(fromType),
508 getI32Imm(vecType), getI32Imm(fromType),
562 getI32Imm(vecType), getI32Imm(fromType),
614 getI32Imm(vecType), getI32Imm(fromType),
676 unsigned VecType;
680 VecType = NVPTX::PTXLdStInstCode::V2;
683 VecType = NVPTX::PTXLdStInstCode::V4;
740 getI32Imm(VecType), getI32Imm(FromType),
794 getI32Imm(VecType), getI32Imm(FromType),
897 getI32Imm(VecType), getI32Imm(FromType),
999 getI32Imm(VecType), getI32Imm(FromType),
1794 unsigned vecType = NVPTX::PTXLdStInstCode::Scalar;
1798 vecType = NVPTX::PTXLdStInstCode::V2;
1800 vecType = NVPTX::PTXLdStInstCode::V4;
1849 getI32Imm(vecType), getI32Imm(toType),
1878 getI32Imm(vecType), getI32Imm(toType),
1932 getI32Imm(vecType), getI32Imm(toType),
1984 getI32Imm(vecType), getI32Imm(toType),
2038 unsigned VecType;
2042 VecType = NVPTX::PTXLdStInstCode::V2;
2048 VecType = NVPTX::PTXLdStInstCode::V4;
2061 StOps.push_back(getI32Imm(VecType));