|
LLVM
8.0.1
|
Add CF_ALU. More...
#include "AMDGPU.h"#include "AMDGPUSubtarget.h"#include "R600Defines.h"#include "R600InstrInfo.h"#include "R600RegisterInfo.h"#include "MCTargetDesc/AMDGPUMCTargetDesc.h"#include "llvm/ADT/SmallVector.h"#include "llvm/ADT/StringRef.h"#include "llvm/CodeGen/MachineBasicBlock.h"#include "llvm/CodeGen/MachineFunction.h"#include "llvm/CodeGen/MachineFunctionPass.h"#include "llvm/CodeGen/MachineInstr.h"#include "llvm/CodeGen/MachineInstrBuilder.h"#include "llvm/CodeGen/MachineOperand.h"#include "llvm/Pass.h"#include "llvm/Support/ErrorHandling.h"#include <cassert>#include <cstdint>#include <utility>#include <vector>
Go to the source code of this file.
Namespaces | |
| llvm | |
| This class represents lattice values for constants. | |
Functions | |
| void | llvm::initializeR600EmitClauseMarkersPass (PassRegistry &) |
| INITIALIZE_PASS_BEGIN (R600EmitClauseMarkers, "emitclausemarkers", "R600 Emit Clause Markters", false, false) INITIALIZE_PASS_END(R600EmitClauseMarkers | |
Variables | |
| emitclausemarkers | |
| R600 Emit Clause | Markters |
| R600 Emit Clause | false |
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.
| INITIALIZE_PASS_BEGIN | ( | R600EmitClauseMarkers | , |
| "emitclausemarkers" | , | ||
| "R600 Emit Clause Markters" | , | ||
| false | , | ||
| false | |||
| ) |
| emitclausemarkers |
Definition at line 350 of file R600EmitClauseMarkers.cpp.
| R600 Emit Clause false |
Definition at line 350 of file R600EmitClauseMarkers.cpp.
| R600 Emit Clause Markters |
Definition at line 350 of file R600EmitClauseMarkers.cpp.
1.8.13