Searched refs:getVectorMappingInfo (Results 1 – 7 of 7) sorted by relevance
| /freebsd/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/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetLibraryInfo.h | 224 getVectorMappingInfo(StringRef F, const ElementCount &VF, bool Masked) const; 407 const VecDesc *getVectorMappingInfo(StringRef F, const ElementCount &VF, in getVectorMappingInfo() function 409 return Impl->getVectorMappingInfo(F, VF, Masked); in getVectorMappingInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | InjectTLIMappings.cpp | 95 const VecDesc *VD = TLI.getVectorMappingInfo(ScalarName, VF, Predicate); in addMappingsFromTLI()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetLibraryInfo.cpp | 1446 const VecDesc *VD = getVectorMappingInfo(F, VF, Masked); in getVectorizedFunction() 1453 TargetLibraryInfoImpl::getVectorMappingInfo(StringRef F, const ElementCount &VF, in getVectorMappingInfo() function in TargetLibraryInfoImpl
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorOps.cpp | 2190 const VecDesc *VD = TLibInfo.getVectorMappingInfo(LCName, VL, false); in tryExpandVecMathCall() 2192 VD = TLibInfo.getVectorMappingInfo(LCName, VL, /*Masked=*/true); in tryExpandVecMathCall()
|
| H A D | SelectionDAG.cpp | 2533 if (VecDesc const *VD = getLibInfo().getVectorMappingInfo( in expandMultipleResultFPLibCall()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 323 if ((VD = LibInfo->getVectorMappingInfo(LCName, VF, Masked)))
|