Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching refs:opcode

85   bool isFCOp(unsigned opcode) const;
86 bool isTexOp(unsigned opcode) const;
397 unsigned opcode = MI.getOpcode();
398 bool hasOffsets = (opcode == AMDGPU::TEX_LD);
445 if (opcode == AMDGPU::TEX_SAMPLE_C_L || opcode == AMDGPU::TEX_SAMPLE_C_LB) {
475 && opcode != AMDGPU::TEX_SAMPLE_C_L
476 && opcode != AMDGPU::TEX_SAMPLE_C_LB) {
634 bool R600MCCodeEmitter::isFCOp(unsigned opcode) const {
635 switch(opcode) {
653 bool R600MCCodeEmitter::isTexOp(unsigned opcode) const {
654 switch(opcode) {