HomeSort by: relevance | last modified time | path
    Searched refs:SIPreAllocateWWMRegs (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIPreAllocateWWMRegs.cpp 1 //===- SIPreAllocateWWMRegs.cpp - WWM Register Pre-allocation -------------===//
30 class SIPreAllocateWWMRegs : public MachineFunctionPass {
48 SIPreAllocateWWMRegs() : MachineFunctionPass(ID) {
71 INITIALIZE_PASS_BEGIN(SIPreAllocateWWMRegs, DEBUG_TYPE,
76 INITIALIZE_PASS_END(SIPreAllocateWWMRegs, DEBUG_TYPE,
79 char SIPreAllocateWWMRegs::ID = 0;
81 char &llvm::SIPreAllocateWWMRegsID = SIPreAllocateWWMRegs::ID;
84 return new SIPreAllocateWWMRegs();
87 bool SIPreAllocateWWMRegs::processDef(MachineOperand &MO) {
117 void SIPreAllocateWWMRegs::rewriteRegs(MachineFunction &MF)
    [all...]
  /src/external/apache2/llvm/lib/libLLVMAMDGPUCodeGen/
Makefile 106 SIPreAllocateWWMRegs.cpp \

Completed in 15 milliseconds