Searched defs:getVectorSplitCost (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/Target/AMDGPU/ | ||
H A D | AMDGPUTargetTransformInfo.h | 231 InstructionCost getVectorSplitCost() { return 0; } getVectorSplitCost() function |
/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | BasicTTIImpl.h | 2631 InstructionCost getVectorSplitCost() { return 1; } getVectorSplitCost() function |