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

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUPromoteAlloca.cpp 1 //===-- AMDGPUPromoteAlloca.cpp - Promote Allocas -------------------------===//
47 class AMDGPUPromoteAlloca : public FunctionPass {
51 AMDGPUPromoteAlloca() : FunctionPass(ID) {}
126 char AMDGPUPromoteAlloca::ID = 0;
129 INITIALIZE_PASS_BEGIN(AMDGPUPromoteAlloca, DEBUG_TYPE,
134 INITIALIZE_PASS_END(AMDGPUPromoteAlloca, DEBUG_TYPE,
140 char &llvm::AMDGPUPromoteAllocaID = AMDGPUPromoteAlloca::ID;
143 bool AMDGPUPromoteAlloca::runOnFunction(Function &F) {
1146 return new AMDGPUPromoteAlloca();
  /src/external/apache2/llvm/lib/libLLVMAMDGPUCodeGen/
Makefile 49 AMDGPUPromoteAlloca.cpp \

Completed in 37 milliseconds