Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h533 Type *ScalarRetTy = RetTy; in getIntrinsicInstrCost() local
537 ScalarRetTy = RetTy->getScalarType(); in getIntrinsicInstrCost()
553 IID, ScalarRetTy, ScalarTys); in getIntrinsicInstrCost()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2669 Type *ScalarRetTy = CI->getType(); in getVectorCallCost() local
2678 unsigned ScalarCallCost = TTI.getCallInstrCost(F, ScalarRetTy, ScalarTys); in getVectorCallCost()
2683 Type *RetTy = ToVectorTy(ScalarRetTy, VF); in getVectorCallCost()