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

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPU.h 237 struct AMDGPUPromoteAllocaPass : PassInfoMixin<AMDGPUPromoteAllocaPass> {
238 AMDGPUPromoteAllocaPass(TargetMachine &TM) : TM(TM) {}
AMDGPUPromoteAlloca.cpp 153 PreservedAnalyses AMDGPUPromoteAllocaPass::run(Function &F,
AMDGPUTargetMachine.cpp 526 PM.addPass(AMDGPUPromoteAllocaPass(*this));

Completed in 111 milliseconds