Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h2440 EVT SearchVT = getTLI()->getValueType(DL, SearchTy); in getTypeBasedIntrinsicInstrCost() local
2441 if (!getTLI()->shouldExpandVectorMatch(SearchVT, SearchSize)) in getTypeBasedIntrinsicInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp945 EVT SearchVT = getTLI()->getValueType(DL, ICA.getArgTypes()[0]); in getIntrinsicInstrCost() local
947 if (!getTLI()->shouldExpandVectorMatch(SearchVT, SearchSize)) { in getIntrinsicInstrCost()