LLVM: lib/Target/AMDGPU/MCTargetDesc/R600MCCodeEmitter.cpp File Reference (original) (raw)

The R600 code emitter produces machine code that can be executed directly on the GPU device. More...

Go to the source code of this file.

Enumerations
enum RegElement { ELEMENT_X = 0 , ELEMENT_Y, ELEMENT_Z, ELEMENT_W }
enum FCInstr { FC_IF_PREDICATE = 0 , FC_ELSE, FC_ENDIF, FC_BGNLOOP, FC_ENDLOOP, FC_BREAK_PREDICATE, FC_CONTINUE }

The R600 code emitter produces machine code that can be executed directly on the GPU device.

Definition in file R600MCCodeEmitter.cpp.

FCInstr

Enumerator
FC_IF_PREDICATE
FC_ELSE
FC_ENDIF
FC_BGNLOOP
FC_ENDLOOP
FC_BREAK_PREDICATE
FC_CONTINUE

Definition at line 70 of file R600MCCodeEmitter.cpp.

RegElement