Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1758 Type *ExpRetTy = VectorType::get( in getIntrinsicInstrCost() local
1760 IntrinsicCostAttributes Attrs(Intrinsic::uadd_sat, ExpRetTy, {}, FMF); in getIntrinsicInstrCost()
1763 Cost += thisT()->getCmpSelInstrCost(BinaryOperator::ICmp, ExpRetTy, RetTy, in getIntrinsicInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp909 Type *ExpRetTy = VectorType::get( in getIntrinsicInstrCost() local
911 auto LT = getTypeLegalizationCost(ExpRetTy); in getIntrinsicInstrCost()