LLVM API Documentation
#include "AMDGPU.h"
#include "R600Defines.h"
#include "R600InstrInfo.h"
#include "R600MachineFunctionInfo.h"
#include "R600RegisterInfo.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
Go to the source code of this file.
Add CF_ALU. R600 Alu instructions are grouped in clause which can hold 128 Alu instructions ; these instructions can access up to 4 prefetched 4 lines of 16 registers from constant buffers. Such ALU clauses are initiated by CF_ALU instructions.
Definition in file R600EmitClauseMarkers.cpp.