Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.h236 InstructionCost getVectorSplitCost() const { return 0; } in getVectorSplitCost() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1306 (!SplitSrc || !SplitDst) ? TTI->getVectorSplitCost() : 0;
3209 InstructionCost getVectorSplitCost() const { return 1; } in getVectorSplitCost() function