Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/
HDReplaceWithVeclib.cpp139 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/
HDTargetLibraryInfo.h219 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/
HDInjectTLIMappings.cpp95 const VecDesc *VD = TLI.getVectorMappingInfo(ScalarName, VF, Predicate); in addMappingsFromTLI()
/freebsd-head/contrib/llvm-project/llvm/lib/Analysis/
HDTargetLibraryInfo.cpp1344 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/
HDLegalizeVectorOps.cpp1862 const VecDesc *VD = TLibInfo.getVectorMappingInfo(LCName, VL, false); in tryExpandVecMathCall()
1864 VD = TLibInfo.getVectorMappingInfo(LCName, VL, /*Masked=*/true); in tryExpandVecMathCall()