Searched refs:getVectorMappingInfo (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ReplaceWithVeclib.cpp | 155 TLI.getVectorMappingInfo(ScalarName, EC, /*Masked*/ false); in replaceWithCallToVeclib() 156 if (!VD && !(VD = TLI.getVectorMappingInfo(ScalarName, EC, /*Masked*/ true))) in replaceWithCallToVeclib()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetLibraryInfo.h | 218 const VecDesc *getVectorMappingInfo(StringRef F, const ElementCount &VF, 405 const VecDesc *getVectorMappingInfo(StringRef F, const ElementCount &VF, in getVectorMappingInfo() function 407 return Impl->getVectorMappingInfo(F, VF, Masked); in getVectorMappingInfo()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | InjectTLIMappings.cpp | 95 const VecDesc *VD = TLI.getVectorMappingInfo(ScalarName, VF, Predicate); in addMappingsFromTLI()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetLibraryInfo.cpp | 1294 const VecDesc *VD = getVectorMappingInfo(F, VF, Masked); in getVectorizedFunction() 1301 TargetLibraryInfoImpl::getVectorMappingInfo(StringRef F, const ElementCount &VF, in getVectorMappingInfo() function in TargetLibraryInfoImpl
|