Home
last modified time | relevance | path

Searched refs:isTypeBasedOnly (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp4204 if (!ICA.isTypeBasedOnly()) { in getIntrinsicInstrCost()
4220 if (!ICA.isTypeBasedOnly()) { in getIntrinsicInstrCost()
4237 if (!ICA.isTypeBasedOnly()) { in getIntrinsicInstrCost()
4334 !MTy.isVector() && !ICA.isTypeBasedOnly()) { in getIntrinsicInstrCost()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h160 bool isTypeBasedOnly() const { in isTypeBasedOnly() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1560 if (ICA.isTypeBasedOnly()) in getIntrinsicInstrCost()