Searched refs:getVectorMappingInfo (Results 1 – 5 of 5) sorted by relevance
| /freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/ |
| HD | ReplaceWithVeclib.cpp | 139 TLI.getVectorMappingInfo(ScalarName, EC, /*Masked*/ false); in replaceWithCallToVeclib() 140 if (!VD && !(VD = TLI.getVectorMappingInfo(ScalarName, EC, /*Masked*/ true))) in replaceWithCallToVeclib()
|
| /freebsd-head/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| HD | TargetLibraryInfo.h | 219 const VecDesc *getVectorMappingInfo(StringRef F, const ElementCount &VF, 399 const VecDesc *getVectorMappingInfo(StringRef F, const ElementCount &VF, in getVectorMappingInfo() function 401 return Impl->getVectorMappingInfo(F, VF, Masked); in getVectorMappingInfo()
|
| /freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| HD | InjectTLIMappings.cpp | 95 const VecDesc *VD = TLI.getVectorMappingInfo(ScalarName, VF, Predicate); in addMappingsFromTLI()
|
| /freebsd-head/contrib/llvm-project/llvm/lib/Analysis/ |
| HD | TargetLibraryInfo.cpp | 1344 const VecDesc *VD = getVectorMappingInfo(F, VF, Masked); in getVectorizedFunction() 1351 TargetLibraryInfoImpl::getVectorMappingInfo(StringRef F, const ElementCount &VF, in getVectorMappingInfo() function in TargetLibraryInfoImpl
|
| /freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| HD | LegalizeVectorOps.cpp | 1862 const VecDesc *VD = TLibInfo.getVectorMappingInfo(LCName, VL, false); in tryExpandVecMathCall() 1864 VD = TLibInfo.getVectorMappingInfo(LCName, VL, /*Masked=*/true); in tryExpandVecMathCall()
|