Home
last modified time | relevance | path

Searched refs:AMDGPUPromoteAlloca (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp31 class AMDGPUPromoteAlloca : public FunctionPass { class
65 AMDGPUPromoteAlloca(const TargetMachine *TM_ = nullptr) : in AMDGPUPromoteAlloca() function in __anonac104f420111::AMDGPUPromoteAlloca
93 char AMDGPUPromoteAlloca::ID = 0;
95 INITIALIZE_TM_PASS(AMDGPUPromoteAlloca, DEBUG_TYPE,
98 char &llvm::AMDGPUPromoteAllocaID = AMDGPUPromoteAlloca::ID;
101 bool AMDGPUPromoteAlloca::doInitialization(Module &M) { in doInitialization()
123 bool AMDGPUPromoteAlloca::runOnFunction(Function &F) { in runOnFunction()
231 AMDGPUPromoteAlloca::getLocalSizeYZ(IRBuilder<> &Builder) { in getLocalSizeYZ()
315 Value *AMDGPUPromoteAlloca::getWorkitemID(IRBuilder<> &Builder, unsigned N) { in getWorkitemID()
505 bool AMDGPUPromoteAlloca::binaryOpIsDerivedFromSameAlloca(Value *BaseAlloca, in binaryOpIsDerivedFromSameAlloca()
[all …]
DCMakeLists.txt49 AMDGPUPromoteAlloca.cpp
/external/llvm/test/CodeGen/AMDGPU/
Dpromote-alloca-bitcast-function.ll3 ; Make sure that AMDGPUPromoteAlloca doesn't crash if the called
Darray-ptr-calc-i32.ll24 ; FIXME: The AMDGPUPromoteAlloca pass should be able to convert this
Dprivate-memory-r600.ll278 ; AMDGPUPromoteAlloca does not know how to handle ptrtoint. When it
Damdgpu.private-memory.ll381 ; AMDGPUPromoteAlloca does not know how to handle ptrtoint. When it