Home | History | Annotate | Download | only in InstPrinter

Lines Matching refs:PTXLdStInstCode

229       case NVPTX::PTXLdStInstCode::GLOBAL:
232 case NVPTX::PTXLdStInstCode::SHARED:
235 case NVPTX::PTXLdStInstCode::LOCAL:
238 case NVPTX::PTXLdStInstCode::PARAM:
241 case NVPTX::PTXLdStInstCode::CONSTANT:
244 case NVPTX::PTXLdStInstCode::GENERIC:
250 if (Imm == NVPTX::PTXLdStInstCode::Signed)
252 else if (Imm == NVPTX::PTXLdStInstCode::Unsigned)
257 if (Imm == NVPTX::PTXLdStInstCode::V2)
259 else if (Imm == NVPTX::PTXLdStInstCode::V4)