Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp4265 StringRef VFnName = TLI->getVectorizedFunction(FnName, VF); in vectorizeBlockInLoop() local
4266 assert(!VFnName.empty() && "Vector function name is empty."); in vectorizeBlockInLoop()
4267 VectorF = M->getFunction(VFnName); in vectorizeBlockInLoop()
4272 Function::Create(FTy, Function::ExternalLinkage, VFnName, M); in vectorizeBlockInLoop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp4116 StringRef VFnName = TLI->getVectorizedFunction(FnName, VF); in widenInstruction() local
4117 assert(!VFnName.empty() && "Vector function name is empty."); in widenInstruction()
4118 VectorF = M->getFunction(VFnName); in widenInstruction()
4123 Function::Create(FTy, Function::ExternalLinkage, VFnName, M); in widenInstruction()