Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp1092 bool promoteAllocasToVector(Function &F, TargetMachine &TM) { in promoteAllocasToVector() function
1129 return promoteAllocasToVector(F, TPC->getTM<TargetMachine>()); in runOnFunction()
1136 bool Changed = promoteAllocasToVector(F, TM); in run()