Searched refs:OPCODE_IS_NOT_ZERO (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstrInfo.h31 #define OPCODE_IS_NOT_ZERO AMDGPU::PRED_SETNE macro
H A DAMDILCFGStructurizer.cpp458 .setImm(OPCODE_IS_NOT_ZERO);
460 case OPCODE_IS_NOT_ZERO:
H A DR600InstrInfo.cpp966 MO.setImm(OPCODE_IS_NOT_ZERO);
968 case OPCODE_IS_NOT_ZERO:
H A DR600ISelLowering.cpp511 .addImm(OPCODE_IS_NOT_ZERO)
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDGPUInstrInfo.h31 #define OPCODE_IS_NOT_ZERO 0x00000023 macro
H A DR600InstrInfo.cpp415 MO.setImm(OPCODE_IS_NOT_ZERO);
417 case OPCODE_IS_NOT_ZERO:
H A DAMDILCFGStructurizer.cpp1680 static_cast<MachineInstr *>(I)->getOperand(2).setImm(OPCODE_IS_NOT_ZERO);
1682 case OPCODE_IS_NOT_ZERO:

Completed in 98 milliseconds