Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h591 Type *ScalarRetTy = RetTy; in getIntrinsicInstrCost() local
595 ScalarRetTy = RetTy->getScalarType(); in getIntrinsicInstrCost()
611 IID, ScalarRetTy, ScalarTys); in getIntrinsicInstrCost()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3086 Type *ScalarRetTy = CI->getType(); in getVectorCallCost() local
3095 unsigned ScalarCallCost = TTI.getCallInstrCost(F, ScalarRetTy, ScalarTys); in getVectorCallCost()
3100 Type *RetTy = ToVectorTy(ScalarRetTy, VF); in getVectorCallCost()