Home | History | Annotate | Download | only in InstPrinter

Lines Matching refs:PTXLdStInstCode

225       case NVPTX::PTXLdStInstCode::GLOBAL:
228 case NVPTX::PTXLdStInstCode::SHARED:
231 case NVPTX::PTXLdStInstCode::LOCAL:
234 case NVPTX::PTXLdStInstCode::PARAM:
237 case NVPTX::PTXLdStInstCode::CONSTANT:
240 case NVPTX::PTXLdStInstCode::GENERIC:
246 if (Imm == NVPTX::PTXLdStInstCode::Signed)
248 else if (Imm == NVPTX::PTXLdStInstCode::Unsigned)
253 if (Imm == NVPTX::PTXLdStInstCode::V2)
255 else if (Imm == NVPTX::PTXLdStInstCode::V4)