Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.h231 InstructionCost getVectorSplitCost() { return 0; } in getVectorSplitCost() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h2649 InstructionCost getVectorSplitCost() { return 1; } in getVectorSplitCost() function