LLVM 19.0.0git
Namespaces | Functions | Variables
R600EmitClauseMarkers.cpp File Reference

Add CF_ALU. More...

#include "MCTargetDesc/R600MCTargetDesc.h"
#include "R600.h"
#include "R600Defines.h"
#include "R600Subtarget.h"
#include "llvm/CodeGen/MachineFunctionPass.h"

Go to the source code of this file.

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 

Functions

void llvm::initializeR600EmitClauseMarkersPass (PassRegistry &)
 
 INITIALIZE_PASS_BEGIN (R600EmitClauseMarkers, "emitclausemarkers", "R600 Emit Clause Markers", false, false) INITIALIZE_PASS_END(R600EmitClauseMarkers
 

Variables

 emitclausemarkers
 
R600 Emit Clause Markers
 
R600 Emit Clause false
 

Detailed Description

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.

Function Documentation

◆ INITIALIZE_PASS_BEGIN()

INITIALIZE_PASS_BEGIN ( R600EmitClauseMarkers  ,
"emitclausemarkers"  ,
"R600 Emit Clause Markers"  ,
false  ,
false   
)

Variable Documentation

◆ emitclausemarkers

emitclausemarkers

Definition at line 332 of file R600EmitClauseMarkers.cpp.

◆ false

R600 Emit Clause false

Definition at line 333 of file R600EmitClauseMarkers.cpp.

◆ Markers

R600 Emit Clause Markers

Definition at line 333 of file R600EmitClauseMarkers.cpp.