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

Combine VALU pairs into VOPD instructions Only works on wave32 Has register requirements, we reject creating VOPD if the requirements are not met. More...

Go to the source code of this file.

Macros
#define DEBUG_TYPE "gcn-create-vopd"
Functions

Detailed Description

Combine VALU pairs into VOPD instructions Only works on wave32 Has register requirements, we reject creating VOPD if the requirements are not met.

shouldCombineVOPD mutator in postRA machine scheduler puts candidate instructions for VOPD back-to-back

Definition in file GCNCreateVOPD.cpp.

Macro Definition Documentation

DEBUG_TYPE

#define DEBUG_TYPE "gcn-create-vopd"

Function Documentation

STATISTIC()

STATISTIC ( NumVOPDCreated ,
"Number of VOPD Insts Created." )