Lines Matching refs:opcode
85 bool isFCOp(unsigned opcode) const;
86 bool isTexOp(unsigned opcode) const;
341 unsigned Opcode = MI.getOpcode();
342 bool hasOffsets = (Opcode == AMDGPU::TEX_LD);
390 if (Opcode == AMDGPU::TEX_SAMPLE_C_L || Opcode == AMDGPU::TEX_SAMPLE_C_LB) {
420 && Opcode != AMDGPU::TEX_SAMPLE_C_L
421 && Opcode != AMDGPU::TEX_SAMPLE_C_LB) {
534 bool R600MCCodeEmitter::isFCOp(unsigned opcode) const {
535 switch(opcode) {
548 bool R600MCCodeEmitter::isTexOp(unsigned opcode) const {
549 switch(opcode) {