Home
last modified time | relevance | path

Searched refs:OPCODE_IS_NOT_ZERO (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DAMDGPUInstrInfo.h29 #define OPCODE_IS_NOT_ZERO AMDGPU::PRED_SETNE macro
DAMDILCFGStructurizer.cpp440 .setImm(OPCODE_IS_NOT_ZERO); in reversePredicateSetter()
442 case OPCODE_IS_NOT_ZERO: in reversePredicateSetter()
DR600InstrInfo.cpp955 MO.setImm(OPCODE_IS_NOT_ZERO); in ReverseBranchCondition()
957 case OPCODE_IS_NOT_ZERO: in ReverseBranchCondition()
DR600ISelLowering.cpp536 .addImm(OPCODE_IS_NOT_ZERO) in EmitInstrWithCustomInserter()