Searched refs:ScalarRetTy (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 715 Type *ScalarRetTy = RetTy; in getIntrinsicInstrCost() local 719 ScalarRetTy = RetTy->getScalarType(); in getIntrinsicInstrCost() 735 IID, ScalarRetTy, ScalarTys, FMF); in getIntrinsicInstrCost()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 984 Type *ScalarRetTy = RetTy; variable 989 ScalarRetTy = RetTy->getScalarType(); 1006 IID, ScalarRetTy, ScalarTys, FMF);
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 3279 Type *ScalarRetTy = CI->getType(); in getVectorCallCost() local 3288 unsigned ScalarCallCost = TTI.getCallInstrCost(F, ScalarRetTy, ScalarTys); in getVectorCallCost() 3293 Type *RetTy = ToVectorTy(ScalarRetTy, VF); in getVectorCallCost()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 3135 Type *ScalarRetTy = CI->getType(); in getVectorCallCost() local 3144 unsigned ScalarCallCost = TTI.getCallInstrCost(F, ScalarRetTy, ScalarTys); in getVectorCallCost() 3149 Type *RetTy = ToVectorTy(ScalarRetTy, VF); in getVectorCallCost()
|